|
@@ -1948,6 +1948,11 @@ export default {
|
|
that.xgdk = [];
|
|
that.xgdk = [];
|
|
that.mContentVisabled = false;
|
|
that.mContentVisabled = false;
|
|
}
|
|
}
|
|
|
|
+ const _timer = setTimeout(() => {
|
|
|
|
+ const container = that.$refs["container"];
|
|
|
|
+ container.scrollTop = 0;
|
|
|
|
+ clearTimeout(_timer)
|
|
|
|
+ }, 500)
|
|
}
|
|
}
|
|
);
|
|
);
|
|
} catch (e) {
|
|
} catch (e) {
|