Feat:多品送礼,建立送礼清单(盲盒)/ 盲盒订单商品信息隐藏

This commit is contained in:
LinCyJang
2025-07-28 01:17:47 +08:00
parent 199912c4da
commit 7f9af40ab0
4 changed files with 64 additions and 13 deletions
+11 -2
View File
@@ -142,6 +142,15 @@
</view>
</view>
</view>
<view v-if="item.isBlind" class="gift-body" @click="giftItemClickHanlde(item)">
<view class="gift-img">
<image
:src="webUrl+'/orderIcon/盲盒礼包.png'"
class="img"
mode="widthFix"
/>
</view>
</view>
<view class="gift-bottom">
<view class="gift-txt">
赠言{{ item.message || '' }}
@@ -335,7 +344,7 @@ export default {
this.isLoad = false
giftCardReceiveList({
page: 1,
limit: 999
limit: 10
}).then(res => {
const { success, data } = res
if (success) {
@@ -351,7 +360,7 @@ export default {
this.isLoad = false
giftCardSendList({
page: 1,
limit: 999
limit: 10
}).then(res => {
const { success, data } = res
if (success) {