|
@@ -35,12 +35,12 @@
|
|
|
|
|
|
<!-- 奖品 -->
|
|
|
<view hidden="{{hidden2}}">
|
|
|
- <navigator class="prize-content flex-row" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" wx:key="index" data-id="{{item.id}}" class="coupon flex-row" target="miniProgram" app-id="wxd92a2d29f8022f40" path="pages/index/index" extra-data="{foo: 'bar'}" open-type='navigate'>
|
|
|
+ <view class="prize-content flex-row" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" data-src="{{item.fullGoodsBigImage}}" catchtap="toLookHitPhoto">
|
|
|
<view class="coupon-content">
|
|
|
<view class="coupon-title over-ellipsis">{{item.goodsName?item.goodsName:'未设置名称'}}</view>
|
|
|
<view class="coupon-data flex-row">
|
|
|
<view class="coupon-data-time">{{item.createTime}}</view>
|
|
|
- <view class="coupon-refund flex-row" data-src="{{item.fullGoodsBigImage}}" catchtap="toLookHitPhoto">
|
|
|
+ <view class="coupon-refund flex-row">
|
|
|
<view class="lower-coupon-text">立即兑换</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -48,7 +48,7 @@
|
|
|
<view class="coupon-img flex-column">
|
|
|
<image class="coupon-img-url" src="{{item.fullGoodsSmallImage}}" ></image>
|
|
|
</view>
|
|
|
- </navigator>
|
|
|
+ </view>
|
|
|
<view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无可领取奖品 ————</view>
|
|
|
<view class="no_result" wx:if="{{noMore}}">—— 人家也是有底线的 ——</view>
|
|
|
</view>
|