|
@@ -30,10 +30,9 @@
|
|
|
<view class="station flex-column" v-if="canUseCount >= 0">
|
|
<view class="station flex-column" v-if="canUseCount >= 0">
|
|
|
<view style="display: inline-flex;align-items: center;">
|
|
<view style="display: inline-flex;align-items: center;">
|
|
|
<view class="fs-40 fw-600 color-000">{{ title }}</view>
|
|
<view class="fs-40 fw-600 color-000">{{ title }}</view>
|
|
|
- <image class="ml-10" src="/static/images/coupon-center.png" mode="widthFix" style="width:32rpx"/>
|
|
|
|
|
|
|
+ <image class="ml-10" src="/static/images/coupon-center.png" mode="widthFix" style="width:32rpx" v-show="location.activityList&&location.activityList.length>0"/>
|
|
|
<view class="coupon-box ml-5"
|
|
<view class="coupon-box ml-5"
|
|
|
v-if="location.activityList&&location.activityList.length>0"
|
|
v-if="location.activityList&&location.activityList.length>0"
|
|
|
- @tap.stop="toCouponCenter"
|
|
|
|
|
>
|
|
>
|
|
|
<text @tap.stop="showStationCoupon">活动中</text>
|
|
<text @tap.stop="showStationCoupon">活动中</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -206,6 +205,7 @@ const location = ref({
|
|
|
address: "",
|
|
address: "",
|
|
|
latitude: "",
|
|
latitude: "",
|
|
|
longitude: "",
|
|
longitude: "",
|
|
|
|
|
+ activityList:[],
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const station = ref();
|
|
const station = ref();
|