|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="tourism-box">
|
|
|
|
|
|
<img v-if="current == 'goods'" src="@/assets/img/back.png" class="back-img" alt="" @click="handleBack">
|
|
|
-
|
|
|
+
|
|
|
<div class="fs-42 fw-400 text-align-center mt-40 mb-40 fc-f wow animate__animated animate__bounceInUp">
|
|
|
{{ $t('home2.text11') }}</div>
|
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
</div>
|
|
|
<div class="i">
|
|
|
<div class="label">{{ $t('other.text4') }}</div>
|
|
|
- <div class="val"> {{lang == 'cn'?item.contents:item.contents_en}}</div>
|
|
|
+ <div class="val">{{ $t('other.text8') }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-if="userInfo.vip_id == item.id" class="operate" @click="handleGoodsItem(item)">{{ $t('other.text5') }}</div>
|
|
|
@@ -91,7 +91,7 @@
|
|
|
<!-- 时间、开始抢票 -->
|
|
|
<div class="time-or-buy">
|
|
|
<div class="time">{{userInfo.order_num}} / {{item.order_num}}</div>
|
|
|
- <div class="buy">{{ $t('other.text9') }}</div>
|
|
|
+ <div class="buy" @click="pay">{{ $t('other.text9') }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -218,7 +218,7 @@ export default {
|
|
|
if (this.isAJAX) {
|
|
|
return
|
|
|
}
|
|
|
- this.isAJAX = true;
|
|
|
+ // this.isAJAX = true;
|
|
|
ordercreat({
|
|
|
goods_id: item.id
|
|
|
}).then((res) => {
|