@@ -53,9 +53,6 @@
onShow: function() {
let token = this.$cache.get('_token_owner_union');
let userId = this.$cache.get('_user_id');
- uni.showModal({
- content:"调注册"
- })
if (!token) {
this.regist();
} else {
@@ -172,7 +172,6 @@
</view>
- <login-notice></login-notice>
<login></login>
<dmMine ref='mine' :userInfo='userInfo'></dmMine>