- <view class="pageContainer" wx:if="{{!isLoading}}">
- <view class="imageBox">
- <image src="{{cardInfo.image_text}}" mode="aspectFill"></image>
- </view>
- <view class="cardTitle space">{{cardInfo.card_name || "礼品卡"}}</view>
- <view class="cardTool">您的好友{{cardInfo.rice_card_nick_name || ""}}给您赠送了一张礼品卡:</view>
- <view class="cardType">类型:现金卡(可在商城购买商品时直接抵扣)</view>
- <view class="cardBalance">储值面值:¥{{cardInfo.face_value || "0.00"}}</view>
- <view class="buttonFixedBox {{isIphoneX?'iphoneX':''}}">
- <view class="button flex-c-c" bind:tap="receive">立即领取</view>
- <navigator target="miniProgram" open-type="exit">
- <view class="button flex-c-c border">暂不领取</view>
- </navigator>
- <view class="botTool">如超过24小时未领取,本次礼物赠送将失效</view>
- </view>
- </view>
|