This commit is contained in:
2025-03-12 11:39:31 +08:00
parent b8a44a2716
commit 55954a4a9b
125 changed files with 30973 additions and 30045 deletions

View File

@@ -17,12 +17,11 @@
</view>
<!-- -->
<view class="tanchu" style="position: relative">
<view
v-if="status!=0"
v-if="status != 0"
style="
min-height: 80vh;
z-index: 100;
min-height: 80vh;
z-index: 100;
background-color: #f0f0f0;
opacity: 0.55;
position: absolute;
@@ -35,7 +34,6 @@
<view class="listBox" v-if="list.length > 0">
<view style="min-height: 40vh; overflow-y: scroll">
<common-coupon :List="list" :source="'mine'"> </common-coupon>
</view>
<!-- <view style="font-size: 20rpx;color: #aaa;margin-top: 30rpx;">* 每笔订单只能使用一张优惠价</view> -->
@@ -147,7 +145,7 @@ export default {
userInfo: "", //用户信息
userId: this.userInfo.id,
},
111111111111111111111111111
111111111111111111111111111,
);
await this.$http
.request({