遗漏补充提交

This commit is contained in:
学习很差啦
2023-04-11 19:04:04 +08:00
parent 2bdb8682e1
commit ac67c16378

View File

@@ -279,7 +279,7 @@ export default {
if (this.$store.state.isShowToast){ uni.hideLoading() }; if (this.$store.state.isShowToast){ uni.hideLoading() };
}); });
} }
if (this.$store.state.isShowToast){ uni.hideLoading() }; uni.hideLoading();
}, },
// 初始化rules必须要在onReady生命周期因为onLoad生命周期组件可能尚未创建完毕 // 初始化rules必须要在onReady生命周期因为onLoad生命周期组件可能尚未创建完毕
onReady() { onReady() {