问题修复
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user