From 09e1e7da0e8f36f0fb0bae52810b981a2b1e09b2 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 11 Oct 2019 20:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/indentcon.js | 2 +- js/my_help_sale.js | 2 +- templete/goodsList.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/indentcon.js b/js/indentcon.js index 9916f03..6e81d43 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.helpUser.userName +'(第'+this.helpUserLevel+'层)
'; + html += '
=由第'+this.helpUserLevel+'层助购
'; } html += '
'; if (this.orderStatus == -2) { diff --git a/js/my_help_sale.js b/js/my_help_sale.js index 66bf386..b349683 100644 --- a/js/my_help_sale.js +++ b/js/my_help_sale.js @@ -18,7 +18,7 @@ mui.plusReady(function(){ userId = parseInt(data.data.user.userId); localStorage.setItem("userName", data.data.user.userName) $("#userName").text(data.data.user.userName) - $("#preGetCouponCount").text("预获产品券:¥"+data.data.expectedCouponsNum); + $("#preGetCouponCount").text("预获产品券:¥"+data.data.expectedProductNum); } }) $("#preGetCoupon").on("tap",function(){ diff --git a/templete/goodsList.html b/templete/goodsList.html index 279ad21..609b73a 100644 --- a/templete/goodsList.html +++ b/templete/goodsList.html @@ -107,9 +107,9 @@ element.src = localStorage.getItem("jsUrl") + 'common.js?ver=' + localStorage.getItem('version'); parent.appendChild(element); element.onload = function(){ - var style = [JZL.getCssUrl('goodsList.css'),JZL.getCssUrl('recommend.css'),JZL.getCssUrl('store_home.css'),JZL.getCssUrl('store_commodity.css'),JZL.getCssUrl('header.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl("global.css")]; + var style = [JZL.getCssUrl('goodslist.css'),JZL.getCssUrl('recommend.css'),JZL.getCssUrl('store_home.css'),JZL.getCssUrl('store_commodity.css'),JZL.getCssUrl('header.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl("global.css")]; JZL.css_init(style); - var script = [JZL.getJsUrl('recommend.js'),JZL.getJsUrl("goodsList.js")]; + var script = [JZL.getJsUrl('recommend.js'),JZL.getJsUrl("goodslist.js")]; JZL.js_init(script); setTimeout(function() { parent.style.visibility="visible";