Browse Source

优化

integral
zhaoyongnian 5 years ago
parent
commit
9455c60ef8
  1. 5
      epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.js
  2. 2
      epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.wxml

5
epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.js

@ -191,6 +191,11 @@ Page({
url: `/subpages/integralCentre/pages/record/record?points=${this.data.points}` url: `/subpages/integralCentre/pages/record/record?points=${this.data.points}`
}) })
}, },
bindtapIntegralGoods () {
wx.navigateTo({
url: `/subpages/integralCentre/pages/noticeDetail/noticeDetail?modulecode=notice_points_goods`
})
},
bindtapIntegralRule () { bindtapIntegralRule () {
wx.navigateTo({ wx.navigateTo({
url: `/subpages/integralCentre/pages/noticeDetail/noticeDetail?modulecode=notice_points_rule` url: `/subpages/integralCentre/pages/noticeDetail/noticeDetail?modulecode=notice_points_rule`

2
epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.wxml

@ -4,7 +4,7 @@
<text class="name">积分</text> <text class="name">积分</text>
</view> </view>
<!-- 积分兑换 --> <!-- 积分兑换 -->
<view class="exchange"> <view class="exchange" bindtap="bindtapIntegralGoods">
<image src="../../images/exchange.png" /> <image src="../../images/exchange.png" />
</view> </view>
<!-- 积分记录 积分规则 --> <!-- 积分记录 积分规则 -->

Loading…
Cancel
Save