1
This commit is contained in:
parent
9d59bcd0e3
commit
8b2b5a9229
@ -2,8 +2,8 @@
|
|||||||
"name" : "惠农生活",
|
"name" : "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid" : "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "2.0.06",
|
"versionName" : "2.0.07",
|
||||||
"versionCode" : 2006,
|
"versionCode" : 2007,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -1060,6 +1060,7 @@
|
|||||||
that.hotTitle = '加载中';
|
that.hotTitle = '加载中';
|
||||||
query.page = that.hotPage;
|
query.page = that.hotPage;
|
||||||
query.limit = that.hotLimit;
|
query.limit = that.hotLimit;
|
||||||
|
query.sale_type = 1;
|
||||||
getProductslist({
|
getProductslist({
|
||||||
...query
|
...query
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
@ -586,7 +586,8 @@
|
|||||||
title: '请选择支付方式'
|
title: '请选择支付方式'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (that.payType == 'balance' && this.userInfo.now_money < this.payForm.money) {
|
|
||||||
|
if (that.payType == 'balance' && +this.userInfo.now_money < +this.payForm.money) {
|
||||||
return that.$util.Tips({
|
return that.$util.Tips({
|
||||||
title: '余额不足,请选择其他的支付方式!'
|
title: '余额不足,请选择其他的支付方式!'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user