pifa
fanfan 1 month ago
parent 970c7a641f
commit fe42eb8090
  1. 2
      pages.json
  2. 2
      pages/user/index.vue

@ -503,7 +503,7 @@
{ {
"path": "user/monthlyDetails", "path": "user/monthlyDetails",
"style": { "style": {
"navigationBarTitleText": "月度消费", "navigationBarTitleText": "消费明细",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },

@ -537,7 +537,7 @@
</view> </view>
<view class="serveIcon" @click="goJump('/pages/news/user/monthlyDetails')"> <view class="serveIcon" @click="goJump('/pages/news/user/monthlyDetails')">
<image :src="$picUrl + '/static/user/monthUse.png?t=1'" class="icons"></image> <image :src="$picUrl + '/static/user/monthUse.png?t=1'" class="icons"></image>
<view class="serveInfo"> 月度消费 </view> <view class="serveInfo"> 消费明细 </view>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save