细节修改

This commit is contained in:
2019-10-11 20:21:52 +08:00
parent 5c1f0488ea
commit 09e1e7da0e
3 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ function getData(page) {
html += '</div><div class="combination">共' + this.list.length + '件商品 合计:<o>¥' + this.realTotalMoney +
'</o>(含运费¥' + this.deliverMoney + '</div>';
if(this.goodsType == 3){
html += '<div class="combination">助购人:'+ this.helpUser.userName +'(第'+this.helpUserLevel+'层)</div>';
html += '<div class="combination">=由第'+this.helpUserLevel+'层助购</div>';
}
html += '<div class="btns clearfix">';
if (this.orderStatus == -2) {

View File

@ -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(){