最后提交

This commit is contained in:
2019-10-08 08:08:42 +08:00
parent b79cb9b77f
commit 8bd2e472b3
4 changed files with 22 additions and 93 deletions

View File

@ -91,7 +91,11 @@ function getData(page) {
this.goodsNum + '</span></div></div></div>';
})
html += '</div><div class="combination">共' + this.list.length + '件商品 合计:<o>¥' + this.realTotalMoney +
'</o>(含运费¥' + this.deliverMoney + ')</div><div class="btns clearfix">';
'</o>(含运费¥' + this.deliverMoney + ')</div>';
if(this.goodsType == 3){
html += '<div class="combination">助购人:'+ this.helpUser.userName +'</div>';
}
html += '<div class="btns clearfix">';
if (this.orderStatus == -2) {
html += '<div class="btns_btn ljfk" data-payName="' + this.pay_name +
'">立即付款</div><div class="btns_btn qxdd_js">取消订单</div>';