Commit 18440151 by 高淑倩

add: 集点详情desc

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