支付宝优化更新

This commit is contained in:
GaoHao
2024-10-31 09:07:26 +08:00
parent b2abe69e37
commit bec723cd69
12 changed files with 845 additions and 135 deletions

View File

@@ -7,22 +7,22 @@
</view>
<view class="contentbox flex-between">
<view class="contentboxitem flex-colum">
<text v-show="consumeFee.length >= 1"></text>
<text v-if="consumeFee.length >= 1"></text>
</view>
<view class="contentboxitem flex-colum">
<text v-show="consumeFee.length >= 2"></text>
<text v-if="consumeFee.length >= 2"></text>
</view>
<view class="contentboxitem flex-colum">
<text v-show="consumeFee.length >= 3"></text>
<text v-if="consumeFee.length >= 3"></text>
</view>
<view class="contentboxitem flex-colum">
<text v-show="consumeFee.length >= 4"></text>
<text v-if="consumeFee.length >= 4"></text>
</view>
<view class="contentboxitem flex-colum">
<text v-show="consumeFee.length >= 5"></text>
<text v-if="consumeFee.length >= 5"></text>
</view>
<view class="contentboxitem flex-colum">
<text v-show="consumeFee.length >= 6"></text>
<text v-if="consumeFee.length >= 6"></text>
</view>
</view>
</view>
@@ -56,7 +56,7 @@
},
watch: {
consumeFee(newVal, oldVal) {
console.log(this.consumeFee)
}
},
methods: {