diff --git a/js/indentcon.js b/js/indentcon.js index 6e81d43..5c4ad3b 100644 --- a/js/indentcon.js +++ b/js/indentcon.js @@ -93,7 +93,7 @@ function getData(page) { html += '
共' + this.list.length + '件商品 合计:¥' + this.realTotalMoney + '(含运费¥' + this.deliverMoney + ')
'; if(this.goodsType == 3){ - html += '
=由第'+this.helpUserLevel+'层助购
'; + html += '
由第'+this.helpUserLevel+'层助购
'; } html += '
'; if (this.orderStatus == -2) { diff --git a/js/zhugouba.js b/js/zhugouba.js index ca0c20b..1dbc5da 100644 --- a/js/zhugouba.js +++ b/js/zhugouba.js @@ -66,7 +66,7 @@ mui.plusReady(function() { mui.alert('未知错误') break; default: - mui.alert(error.message) + console.log(error) break; } getShopList(nowPage, pageSize); diff --git a/js/zhuweiba.js b/js/zhuweiba.js index 536aaa1..a747e2f 100644 --- a/js/zhuweiba.js +++ b/js/zhuweiba.js @@ -66,7 +66,7 @@ mui.plusReady(function() { mui.alert('未知错误') break; default: - mui.alert(error.message) + console.log(error) break; } getShopList(nowPage, pageSize);