Task:。收礼逻辑,目前还缺收礼后再次查看,礼品的订单号,是否已经全部领取完字段
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<view class="auto-text-color" v-if="!card.isReceive">
|
<view class="auto-text-color" v-if="!card.isReceive">
|
||||||
{{ card.message || '礼笺轻启,礼藏心意' }}
|
{{ card.message || '礼笺轻启,礼藏心意' }}
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isReceive && !card.isReceive" @click="toOrder" style="z-index: 89999">
|
<view v-if="isReceive || card.giftProducts[0].isReceive === 1" @click="toOrder" style="z-index: 89999">
|
||||||
<view class="address-btn v12-white v12-primary-text">
|
<view class="address-btn v12-white v12-primary-text">
|
||||||
您已领取礼包
|
您已领取礼包
|
||||||
</view>
|
</view>
|
||||||
@@ -26,10 +26,10 @@
|
|||||||
<view class="v12-text-center v12-font-26 v12-white-text v12-mt-3">去商城看看>></view>
|
<view class="v12-text-center v12-font-26 v12-white-text v12-mt-3">去商城看看>></view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 弹窗内容 -->
|
<!-- 弹窗内容 -->
|
||||||
<view v-if="!isReceive && !card.isReceive" class="address-btn v12-white v12-primary-text" @click="setAddress">
|
<view v-if="!isReceive && card.giftProducts[0].isReceive !== 1" class="address-btn v12-white v12-primary-text" @click="setAddress">
|
||||||
填写地址并收下
|
填写地址并收下
|
||||||
</view>
|
</view>
|
||||||
<button open-type="share" class="share-btn v12-white v12-primary-text v12-d-flex" v-if="card.canTransfer !== 0 && !isReceive">
|
<button open-type="share" class="share-btn v12-white v12-primary-text v12-d-flex" v-if="card.canTransfer !== 0 && !isReceive && card.giftProducts[0].isReceive !== 1">
|
||||||
点击转赠给好友
|
点击转赠给好友
|
||||||
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
||||||
</button>
|
</button>
|
||||||
@@ -105,7 +105,6 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
toHome() {
|
toHome() {
|
||||||
console.log('??');
|
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/home/index'
|
url: '/pages/home/index'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user