pull/100/head
岳琳红 2024-09-11 18:26:02 +08:00
parent 59dc4beeeb
commit c407f478af
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<text v-else>
{{
state.coupon.status === 1
? '立即使用'
? '使用'
: state.coupon.status === 2
? '已使用'
: '已过期'

View File

@ -266,6 +266,7 @@
});
state.skeletonLoading = false;
console.log('shuju',state)
};
onLoad((options) => {