20 lines
748 B
Plaintext
20 lines
748 B
Plaintext
<!--packageI/newMedia/components/attentionRewaed/attentionRewaed.wxml-->
|
|
|
|
|
|
<van-popup show="{{ attentionRewaedShow }}" custom-style="background:transparent;">
|
|
<view class="award-popup">
|
|
<view class="award-popup-content">
|
|
<view class="h1">恭喜获得{{attentionRewaedData.rewardType}}奖励</view>
|
|
<view class="award-content">
|
|
<text>{{attentionRewaedData.rewardValue}}</text>
|
|
{{attentionRewaedData.rewardName}}
|
|
</view>
|
|
<view class="award-confirm" bindtap="setAttentionRewaedShow">确定</view>
|
|
</view>
|
|
<image class="award-popup-decoration" mode="widthFix"
|
|
src="https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/new_media/award_popup_bg1.png"></image>
|
|
</view>
|
|
</van-popup>
|
|
|
|
|