Fix:5279 【商城小程序】奖品类型为优惠券时,抽奖码列表将跳转按钮名称改为“查看优惠券”
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-else-if="item.claimStatus === 1">
|
<template v-else-if="item.claimStatus === 1">
|
||||||
<view class="footer-note done">奖品已领取</view>
|
<view class="footer-note done">奖品已领取</view>
|
||||||
<view class="footer-btn btn-order" @click="goOrder(item)">查看订单</view>
|
<view class="footer-btn btn-order" @click="goOrder(item)">{{ isCouponPrize(item) ? '查看优惠券' : '查看订单' }}</view>
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user