优惠券
This commit is contained in:
parent
dc2297bbdf
commit
29f272c22c
@ -126,8 +126,8 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 优惠券视图 -->
|
||||
<view v-else-if="currentTab === 'coupon'" class="coupons-compact-list">
|
||||
<!-- 优惠券视图 - 已隐藏优惠券兑换功能 -->
|
||||
<!-- <view v-else-if="currentTab === 'coupon'" class="coupons-compact-list">
|
||||
<view class="coupon-compact-card" v-for="c in items" :key="c.id">
|
||||
<view class="c-val-box">
|
||||
<text class="c-val">¥{{ (c.discount_value || 0) / 100 }}</text>
|
||||
@ -138,7 +138,7 @@
|
||||
</view>
|
||||
<view class="c-btn" @tap="onRedeemTap(c)">兑换</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<!-- 道具卡视图 (后期开放) -->
|
||||
<view v-else-if="currentTab === 'item_card'" class="item-cards-list">
|
||||
@ -254,8 +254,8 @@ const priceRanges = [
|
||||
const activePriceRange = ref('all')
|
||||
|
||||
const tabs = [
|
||||
{ id: 'product', name: '商品' },
|
||||
{ id: 'coupon', name: '优惠券' }
|
||||
{ id: 'product', name: '商品' }
|
||||
// { id: 'coupon', name: '优惠券' } // 隐藏优惠券兑换功能
|
||||
// { id: 'item_card', name: '道具卡' } // 暂不开放
|
||||
]
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
//const BASE_URL = 'http://127.0.0.1:9991'
|
||||
const BASE_URL = 'https://kdy.1024tool.vip'
|
||||
const BASE_URL = 'http://127.0.0.1:9991'
|
||||
// const BASE_URL = 'https://kdy.1024tool.vip'
|
||||
let authModalShown = false
|
||||
|
||||
function handleAuthExpired() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user