首页我的订单跳转处理index默认值

This commit is contained in:
2022-06-11 11:38:57 +08:00
parent cf2d6370ca
commit f9c32256d4
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
<view class="other-subtitle">加速共力值增长</view> <view class="other-subtitle">加速共力值增长</view>
<image class="other-back" src="../../static/life/icon_08.png"></image> <image class="other-back" src="../../static/life/icon_08.png"></image>
</view> </view>
<view class="life-flex-item other" @click="onNav({name: 'Order'}, '')"> <view class="life-flex-item other" @click="onNav({name: 'Order',params:{index:0}})">
<view class="other-title"> <view class="other-title">
<image src="../../static/life/icon_04.png" mode="widthFix"></image> <image src="../../static/life/icon_04.png" mode="widthFix"></image>
我的订单 我的订单

File diff suppressed because one or more lines are too long