购物车引导页

This commit is contained in:
2019-09-16 21:07:25 +08:00
parent 762fe382a4
commit 2ac5f09ec2
7 changed files with 149 additions and 6 deletions

View File

@ -53,7 +53,7 @@ mui.plusReady(function() {
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.fire(plus.webview.getWebviewById('templete/shoppingcart_warp.html'), 'refresh');
mui.back();
var data = toJson(data, 1);
if(data.status == 1) {