|
@@ -58,7 +58,7 @@
|
|
<view class="selling-title">
|
|
<view class="selling-title">
|
|
<view class="selling-title-text">{{ t('home.hotSelling') }}</view>
|
|
<view class="selling-title-text">{{ t('home.hotSelling') }}</view>
|
|
<view class="selling-see-all">
|
|
<view class="selling-see-all">
|
|
- <view class="selling-see-all-text">{{ t('home.seeAll') }}</view>
|
|
|
|
|
|
+ <view class="selling-see-all-text" @click="gotoHotSelling">{{ t('home.seeAll') }}</view>
|
|
<image class="w-9rpx" src="@/static/images/right.svg" mode="widthFix"></image>
|
|
<image class="w-9rpx" src="@/static/images/right.svg" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -85,6 +85,12 @@
|
|
const current = ref(0)
|
|
const current = ref(0)
|
|
const currentTag = ref(0)
|
|
const currentTag = ref(0)
|
|
|
|
|
|
|
|
+ const gotoHotSelling = () => {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pages/index/hot-sell',
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+
|
|
const swiperList = ref([
|
|
const swiperList = ref([
|
|
'https://t.xiaoyaotravel.com/image/TourImComplait/messageContent/696b679508664bb4bceb6cc6b06d0cdc.png',
|
|
'https://t.xiaoyaotravel.com/image/TourImComplait/messageContent/696b679508664bb4bceb6cc6b06d0cdc.png',
|
|
'https://registry.npmmirror.com/wot-design-uni-assets/*/files/redpanda.jpg',
|
|
'https://registry.npmmirror.com/wot-design-uni-assets/*/files/redpanda.jpg',
|