问题修复

This commit is contained in:
2025-09-28 18:27:27 +08:00
parent 4245c2be0d
commit 45cd040e1a
7 changed files with 105 additions and 7 deletions

View File

@@ -85,7 +85,7 @@
<view>充值说明</view>
<view class="u-m-t-16">
<text>适用门店</text>
<text class="color2 u-m-l-28">全国门店通用 {{'>'}} </text>
<text class="color2 u-m-l-28" @click="toShopList">全国门店通用 {{'>'}} </text>
</view>
<view class="u-m-t-16">
<text>有效期限</text>
@@ -138,6 +138,12 @@
import {
pay
} from '@/utils/pay.js'
function toShopList(){
uni.navigateTo({
url:'/pages/user/member/czzx-shop-list'
})
}
function couponNum(list) {
return list.reduce((prve, cur) => {