解决弹窗问题
This commit is contained in:
parent
c683472281
commit
8baf66a8b6
@ -93,7 +93,7 @@ function getData(page) {
|
|||||||
html += '</div><div class="combination">共' + this.list.length + '件商品 合计:<o>¥' + this.realTotalMoney +
|
html += '</div><div class="combination">共' + this.list.length + '件商品 合计:<o>¥' + this.realTotalMoney +
|
||||||
'</o>(含运费¥' + this.deliverMoney + ')</div>';
|
'</o>(含运费¥' + this.deliverMoney + ')</div>';
|
||||||
if(this.goodsType == 3){
|
if(this.goodsType == 3){
|
||||||
html += '<div class="combination">=由第'+this.helpUserLevel+'层助购</div>';
|
html += '<div class="combination">由第'+this.helpUserLevel+'层助购</div>';
|
||||||
}
|
}
|
||||||
html += '<div class="btns clearfix">';
|
html += '<div class="btns clearfix">';
|
||||||
if (this.orderStatus == -2) {
|
if (this.orderStatus == -2) {
|
||||||
|
@ -66,7 +66,7 @@ mui.plusReady(function() {
|
|||||||
mui.alert('未知错误')
|
mui.alert('未知错误')
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
mui.alert(error.message)
|
console.log(error)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
getShopList(nowPage, pageSize);
|
getShopList(nowPage, pageSize);
|
||||||
|
@ -66,7 +66,7 @@ mui.plusReady(function() {
|
|||||||
mui.alert('未知错误')
|
mui.alert('未知错误')
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
mui.alert(error.message)
|
console.log(error)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
getShopList(nowPage, pageSize);
|
getShopList(nowPage, pageSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user