You've already forked qlg.frontend
最后提交
This commit is contained in:
@ -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>';
|
||||
|
Reference in New Issue
Block a user