|
@@ -31,7 +31,7 @@ export default defineComponent({
|
|
render() {
|
|
render() {
|
|
return (
|
|
return (
|
|
<div class={styles.coupons}>
|
|
<div class={styles.coupons}>
|
|
- <Tabs color="#2DC7AA" lineWidth={44} sticky animated>
|
|
|
|
|
|
+ <Tabs color="#2DC7AA" lineWidth={44} sticky>
|
|
<Tab
|
|
<Tab
|
|
title={`可使用${
|
|
title={`可使用${
|
|
this.couponCount.total > 0
|
|
this.couponCount.total > 0
|