|
|
@@ -26,15 +26,15 @@
|
|
26
|
26
|
<view class='text9'>{{GiftInfo.UseTime}}</view>
|
|
27
|
27
|
</view>
|
|
28
|
28
|
|
|
29
|
|
- <button class='btn1 FlexRow' open-type="getUserInfo" bindgetuserinfo="goto" wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID==0}}">
|
|
|
29
|
+ <button class='btn1 FlexRow' open-type="getUserInfo" bindgetuserinfo="goto" wx:if="{{GiftInfo.PayType==5 && (GiftInfo.ExchangeUserID==0 || GiftInfo.ExchangeUserID==CurrentUserID)}}">
|
|
30
|
30
|
<view>立即领取</view>
|
|
31
|
31
|
</button>
|
|
32
|
|
- <view class='btn2 btn1 FlexRow' wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID>0}}">
|
|
|
32
|
+ <view class='btn2 btn1 FlexRow' wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID>0 && GiftInfo.ExchangeUserID!=CurrentUserID}}">
|
|
33
|
33
|
<view>已被领取</view>
|
|
34
|
34
|
</view>
|
|
35
|
35
|
|
|
36
|
|
- <view class='text10' wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID==0}}">“允许微信授权”才能完成领取</view>
|
|
37
|
|
- <view class='text14 text10' bindtap='gotoDefault' wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID>0}}">返回首页</view>
|
|
|
36
|
+ <view class='text10' wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID==0}}">该功能需要微信授权</view>
|
|
|
37
|
+ <view class='text14 text10' bindtap='gotoDefault' wx:if="{{GiftInfo.PayType==5 && GiftInfo.ExchangeUserID>0}}">前往产品首页</view>
|
|
38
|
38
|
|
|
39
|
39
|
<view class='text11 FlexRow'>如遇问题,请切换到“唱意教育家长助手”中
|
|
40
|
40
|
<view class='text12' bindtap='gotoFeedback'>咨询客服</view>。</view>
|