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";