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