优化
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<text class="t">{{ item.name }}</text>
|
<text class="t">{{ item.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="view time">
|
<view class="view time">
|
||||||
<text class="t">{{ dayjs(item.effectStartTime).format('YYYY.M.D') }} - {{ dayjs(item.effectEndTime).format('YYYY.M.D') }}</text>
|
<text class="t">有效期至:{{ dayjs(item.effectStartTime).format('YYYY.M.D') }} - {{ dayjs(item.effectEndTime).format('YYYY.M.D') }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" v-if="item.status == 0" @click="toUseHandle(item)">
|
<view class="btn" v-if="item.status == 0" @click="toUseHandle(item)">
|
||||||
@@ -197,7 +197,7 @@ async function getCouponList() {
|
|||||||
userId: uni.cache.get('userInfo').id,
|
userId: uni.cache.get('userInfo').id,
|
||||||
name: querForm.value.searchValue,
|
name: querForm.value.searchValue,
|
||||||
status: statusList.value[querForm.value.statusActiveIndex].value,
|
status: statusList.value[querForm.value.statusActiveIndex].value,
|
||||||
shopId: querForm.value.shopId ? querForm.value.shopId : uni.cache.get('shopId'),
|
// shopId: querForm.value.shopId ? querForm.value.shopId : uni.cache.get('shopId'),
|
||||||
page: list.page,
|
page: list.page,
|
||||||
size: list.size
|
size: list.size
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user