You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
832 B
Plaintext

<view style='--color--:{{color}}'>
<view class="page">
<view class="exchange_success_image">
<image src="http://pos.juweiyun.cn/373001/file/wechatAppcomplete.png"></image>
</view>
<view class="exchange_success_title">
兑换成功
</view>
<view class="exchange_success_detail">
<block wx:if="{{shopType==0}}">
您已使用{{msg}}兑换卡券大礼包 您可在“个人中心-我的优惠券”中查看详情
</block>
<block wx:if="{{shopType==1}}">
您已使用{{msg}}兑换了“{{productName}}”,我们会尽快给您发货
</block>
</view>
<view class="exchange_success_operation">
<view class="exchange_success_return_index" bindtap="returnIndex">返回首页</view>
<view class="exchange_success_goto" bindtap="goon">继续兑换</view>
</view>
</view>
</view>