master
fanfan 3 weeks ago
parent 3b63bc9a97
commit 5d00e4ded8
  1. 2
      pages.json
  2. 21
      pages/user/index.vue

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

@ -380,14 +380,6 @@
提现记录
</view>
</view>
<view class="listItem" @click="goJump('/pages/news/user/monthlyDetails')">
<view class="num">
{{userInfo.finace_count?userInfo.finace_count:0}}
</view>
<view class="info">
月度明细
</view>
</view>
</view>
</view>
<view class="myServe">
@ -575,7 +567,10 @@
商城资料
</view>
</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>
</view>
</view>
<!-- 商品推荐 -->
@ -855,7 +850,8 @@
.devicePixelRatio,
162 / that.devicePixelRatio / 2, 0, Math.PI * 2, false);
this.ctx.clip();
this.ctx.drawImage(res2.tempFilePath, 468 / that.devicePixelRatio, 480 /
this.ctx.drawImage(res2.tempFilePath, 468 / that.devicePixelRatio,
480 /
that.devicePixelRatio, 162 / that.devicePixelRatio, 162 /
that
.devicePixelRatio);
@ -866,7 +862,8 @@
.devicePixelRatio,
162 / that.devicePixelRatio / 2, 0, Math.PI * 2, false);
this.ctx.clip();
this.ctx.drawImage(res2.tempFilePath, 275 / that.devicePixelRatio, 635 /
this.ctx.drawImage(res2.tempFilePath, 275 / that.devicePixelRatio,
635 /
that.devicePixelRatio, 162 / that.devicePixelRatio, 162 /
that
.devicePixelRatio);
@ -2623,4 +2620,4 @@
}
}
</style>
</style>

Loading…
Cancel
Save