Feat:盲盒模式的收礼界面-我也要送礼
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
您已领取礼包
|
||||
</view>
|
||||
<view class="info-btn v12-text-center v12-font-32 v12-mt-3">查看礼包详情>></view>
|
||||
<view v-if="card.isBlind" class="info-btn v12-text-center v12-font-32 v12-mt-3" @click="searchGift">我也要送礼</view>
|
||||
</view>
|
||||
<view v-if="isReceive && myGift.isCurrentUser !== 1" @click="toHome" style="z-index: 10; display: flex;flex-direction: column;align-items: center;">
|
||||
<view class="address-btn v12-white-text v12-primary">
|
||||
@@ -122,7 +123,9 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
searchGift() {
|
||||
this.$yrouter.push('/pages/shop/GoodsList/index?s=' +'送礼' )
|
||||
},
|
||||
// 分享到微信好友
|
||||
toShare() {
|
||||
// 分享到微信好友
|
||||
|
||||
@@ -344,7 +344,7 @@ export default {
|
||||
this.isLoad = false
|
||||
giftCardReceiveList({
|
||||
page: 1,
|
||||
limit: 10
|
||||
limit: 999
|
||||
}).then(res => {
|
||||
const { success, data } = res
|
||||
if (success) {
|
||||
@@ -360,7 +360,7 @@ export default {
|
||||
this.isLoad = false
|
||||
giftCardSendList({
|
||||
page: 1,
|
||||
limit: 10
|
||||
limit: 999
|
||||
}).then(res => {
|
||||
const { success, data } = res
|
||||
if (success) {
|
||||
|
||||
Reference in New Issue
Block a user