This commit is contained in:
2024-03-15 23:20:20 +08:00
parent 3ce85e2396
commit 351e20f0c0
19 changed files with 311 additions and 72 deletions

View File

@@ -25,7 +25,7 @@
<text>{{ userInfo.balance }}</text>
<text>余额</text>
</view>
<view @click.stop='gotoPath("/pages/mine/subs/coupon/coupon-list")'>
<view @click.stop='gotoPath("/pages/mine/subs/coupon/index")'>
<text>3</text>
<text>优惠券</text>
</view>
@@ -98,7 +98,7 @@ const serviceList = [
{
title: '消费记录',
icon: assetsUrl('ic_member_service_record.png'),
path: '/pages/mine/subs/trade/trade-list'
path: '/pages/mine/subs/trade/index'
},
{
title: '关注公众号',