- <popup show="{{show}}" showCloseIcon bindclose="closeTip" opacity="8">
- <view class="content {{theam}}">
- <view class="prize_pic">
- <image src="{{prizeInfo.item.logo}}" mode="widthFix"></image>
- </view>
- <view class="prize_name">{{prizeInfo.item.title}}</view>
- <view class="prize_instr">{{prizeInfo.item.mtitle}}</view>
- <view class="btn">
- <button type="warn" bindtap="{{prizeInfo.item.itemType==1 && prizeInfo.item.needMailAddress==1?'inputAddress':'tryAgain'}}">{{prizeInfo.item.itemType==1 && prizeInfo.item.needMailAddress==1?'填写地址':'再来一次'}}</button>
- <button type="warn" open-type="share" plain bindtap="closePopup">邀请好友参与</button>
- </view>
- </view>
- </popup>
|