登录和手机绑定优化

master
gongfuxiang 2024-03-13 23:54:39 +08:00
parent 67848291a4
commit da100d001f
2 changed files with 2 additions and 5 deletions

View File

@ -1272,9 +1272,8 @@
},
//
no_cart_data_btn_event(e) {
uni.navigateTo({
url: ((this.user || null) == null) ? '/pages/login/login?event_callback=init' : this.home_page_url
});
var url = ((this.user || null) == null) ? '/pages/login/login?event_callback=init' : this.home_page_url;
app.globalData.url_open(url);
}
},
};

View File

@ -147,8 +147,6 @@
//
this.init_config();
console.log(uni.getLocale());
},
methods: {