支付选项

This commit is contained in:
魏啾
2024-05-31 09:24:00 +08:00
parent adbc75f4e0
commit 7fcdcfcb1e

View File

@@ -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(() => {