Commit 73b5b576 by 高淑倩

modify:集点商品详情页

parent c8b91004
......@@ -70,8 +70,8 @@ wxService.page({
wx.hideLoading()
this.setData({
countObj: data,
currentPercent: (100 / 5) * 2
// currentPercent: (100 / this.data.goal) * data.surplusPoints
// currentPercent: (100 / 5) * 2
currentPercent: (100 / this.data.goal) * data.surplusPoints
})
}
}
......
......@@ -28,7 +28,7 @@
</view>
</view>
<view class="detail-desc">
<view class="detail-active" bindtap="handleCheckGoods" wx:if="{{type == 1}}">查看活动商品 ></view>
<view class="detail-active" bindtap="handleCheckGoods" wx:if="{{type == 2}}">查看活动商品 ></view>
<view class='integral-list' wx:for="{{desc}}" wx:key="{{index}}">
<text class='integral-title'>{{item.label}}</text>
<text class='integral-desc wpl'>{{item.value}}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment