提交 52b7daa8 作者: 施汉文

🐞 fix: 修复问题

上级 5abb0031
......@@ -384,9 +384,8 @@ export default {
if (this.cser_id && this.token) {
this.getInitialData();
}
//获取最后一次交互时间
this.getLastTime();
},
methods: {
...mapMutations('game', ['set_accountSelect', 'accountSelect']),
...mapActions('user', ['initWecom']),
......@@ -584,6 +583,8 @@ export default {
memberChange() {
this.requestBindUser();
//获取最后一次交互时间
this.getLastTime();
},
// 解绑确认
zyouUnBindConfirm() {
......@@ -759,6 +760,7 @@ export default {
this.editUserInfo(params);
},
async getLastTime() {
if (!this.accountSelect) return;
const { data } = await getMemberInfoApi({
member_id: this.accountSelect,
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论