Merge remote-tracking branch 'origin/jh_dev' into jh_dev

pull/100/head
痴货 2024-09-11 18:38:00 +08:00
commit e4da107e69
2 changed files with 2 additions and 1 deletions

View File

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

View File

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