master
fanfan 1 month ago
parent 5d00e4ded8
commit a9548baaa9
  1. 2
      pages.json
  2. 2
      pages/news/user/monthlyDetails.vue
  3. 2
      pages/user/index.vue

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

@ -87,8 +87,6 @@
this.m2 = e.month
}
if (this.start_at && this.end_at) {
console.log(this.y1, this.y2)
console.log(this.m1, this.m2)
if (this.y1 > this.y2) {
uni.showToast({
icon: "none",

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

Loading…
Cancel
Save