|
@@ -1,9 +1,59 @@
|
|
<!--nova-tourism/components/collect/index.wxml-->
|
|
<!--nova-tourism/components/collect/index.wxml-->
|
|
<nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙谷" />
|
|
<nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙谷" />
|
|
<view class="all" style="height: {{contentHeight}}rpx;">
|
|
<view class="all" style="height: {{contentHeight}}rpx;">
|
|
- <image class="img" src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
|
|
|
|
|
|
+ <image class="img2" src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
|
|
<van-tabs active="{{ active }}" color='#B2CEB9' title-inactive-color='#969696' title-active-color='#B2CEB9'>
|
|
<van-tabs active="{{ active }}" color='#B2CEB9' title-inactive-color='#969696' title-active-color='#B2CEB9'>
|
|
<van-tab title="云上风物">
|
|
<van-tab title="云上风物">
|
|
|
|
+ <view class="box">
|
|
|
|
+ <view class="taps">
|
|
|
|
+ <block wx:for="{{taps}}">
|
|
|
|
+ <view class="tap">
|
|
|
|
+ <image src="{{item.url}}"></image>
|
|
|
|
+ <view class="tap-tex">{{item.tex}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box-tex">热门推荐</view>
|
|
|
|
+ <view class="picturebox">
|
|
|
|
+ <swiper autoplay="{{true}}" indicator-dots='{{true}}' indicator-color='#D9D9D9' indicator-active-color='#F8DA7F' interval="{{3000}}" circular duration="{{500}}" class="img" bindchange="onSwiperChange">
|
|
|
|
+ <block wx:for="{{imageUrls}}" wx:key="index" wx:for-item="img">
|
|
|
|
+ <swiper-item class="img">
|
|
|
|
+ <image src="{{img}}" mode="aspectFill"></image>
|
|
|
|
+ </swiper-item>
|
|
|
|
+ </block>
|
|
|
|
+ </swiper>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- 望仙礼遇 -->
|
|
|
|
+ <view class="wangbox">
|
|
|
|
+ <view class="wang">望仙礼遇</view>
|
|
|
|
+ <view class="wang2">望日w望月w来望仙w</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="picturebox">
|
|
|
|
+ <swiper autoplay="{{true}}" indicator-dots='{{true}}' indicator-color='#D9D9D9' indicator-active-color='#F8DA7F' interval="{{3000}}" circular duration="{{500}}" class="img" bindchange="onSwiperChange">
|
|
|
|
+ <block wx:for="{{imageUrls}}" wx:key="index" wx:for-item="img">
|
|
|
|
+ <swiper-item class="img">
|
|
|
|
+ <image src="{{img}}" mode="aspectFill"></image>
|
|
|
|
+ </swiper-item>
|
|
|
|
+ </block>
|
|
|
|
+ </swiper>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="wang-cardbox">
|
|
|
|
+ <block wx:for="{{4}}">
|
|
|
|
+ <view class="wang-card">
|
|
|
|
+ <image src="https://file-cloud.fmode.cn//tmp/srFPqGFAzeT5958c828d985e451ed4c0b452e39ff57a.jpeg"></image>
|
|
|
|
+ <view class="wang-catex">粉黛胖挑主人杯(无礼盒)·手做</view>
|
|
|
|
+ <view class="wang-numbox">
|
|
|
|
+ <view class="wang-num">
|
|
|
|
+ <view class="wang-num1">¥</view>
|
|
|
|
+ <view class="wang-num2">19900</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="wang-submit">购买</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
|
|
</van-tab>
|
|
</van-tab>
|
|
<!-- 我的收藏 -->
|
|
<!-- 我的收藏 -->
|