去除unicloud空间绑定,修复已知错误

This commit is contained in:
fm453
2025-07-16 03:39:53 +08:00
parent c62d15b288
commit b5b8cc5cbb
412 changed files with 507 additions and 40065 deletions

View File

@ -85,7 +85,7 @@
);
},
formReset: function(e) {
// utils.debug('清空数据')
utils.debug('清空数据')
},
goTo(page) {
page = config.pageDir + page;
@ -96,8 +96,8 @@
},
onLoad() {
var user = ctms.user.checkLogin();
var user = store.state.userCloud;
var user = ctms.user.getInfo();
// var user = store.state.userCloud;
this.search.phone = user.mobile;
},
onShow: function() {}
@ -204,4 +204,4 @@
line-height: 1rem;
margin: 1.5rem;
}
</style>
</style>