助购列表页,待接口

This commit is contained in:
2019-09-09 11:47:45 +08:00
parent 4ecca60927
commit 4dde804054
9 changed files with 272 additions and 3 deletions

View File

@ -50,6 +50,8 @@ mui.plusReady(function() {
success: function(data) { //服务器返回响应,根据响应结果,分析是否登录成功;
// //console.log(data.data.goodsFavoritesNum)
localStorage.removeItem("token");
localStorage.removeItem("userId");
localStorage.removeItem("userName");
mui.fire(plus.webview.getWebviewById('templete/my.html'), 'refresh');
mui.fire(plus.webview.getWebviewById('templete/shoppingcart.html'), 'refresh');
mui.back();