Commit 18440151 by 高淑倩

add: 集点详情desc

parent 6ae7071a
......@@ -54,6 +54,7 @@ wxService.page({
type: data.type,
popupType: data.popupType,
goal: data.goal,
desc: data.content,
detailImage: data.detailImage,
dialog
}, () => {
......
......@@ -28,7 +28,7 @@
</view>
<view class="detail-desc">
<view class="detail-active point_color" bindtap="handleCheckGoods" wx:if="{{type == 2}}">查看活动商品 ></view>
<view class='integral-list' wx:for="{{desc}}" wx:key="{{index}}">
<view class='integral-list' wx:for="{{desc}}" wx:key="{{item}}">
<text class='integral-title'>{{item.label}}</text>
<text class='integral-desc wpl'>{{item.value}}</text>
</view>
......
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