支付选项
This commit is contained in:
@@ -252,7 +252,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
groupChange(n) {
|
s groupChange(n) {
|
||||||
// console.log('groupChange', n);
|
// console.log('groupChange', n);
|
||||||
this.radiovalue1 = n
|
this.radiovalue1 = n
|
||||||
uni.cache.set('radiovalue1', n)
|
uni.cache.set('radiovalue1', n)
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
shopId_id: uni.cache.get('shopUser')
|
shopId_id: uni.cache.get('shopUser')
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
if (this.amountVIP.amount > this.listinfo.amount) {
|
if (this.amountVIP.amount >= this.listinfo.amount) {
|
||||||
this.ispws = true
|
this.ispws = true
|
||||||
this.showpopupclick() //生成订单
|
this.showpopupclick() //生成订单
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user