From 8baf66a8b6e367ff664499ba5a6f994a728178cc Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 20 Oct 2019 22:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BC=B9=E7=AA=97=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/indentcon.js | 2 +- js/zhugouba.js | 2 +- js/zhuweiba.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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);