|
@@ -0,0 +1,26 @@
|
|
|
+<!-- 轮播 -->
|
|
|
+<view class="page-section">
|
|
|
+ <swiper
|
|
|
+ indicator-dots="{{true}}"
|
|
|
+ indicator-color="rgba(130, 130, 130, 1)"
|
|
|
+ indicator-active-color="#FFF"
|
|
|
+ autoplay="{{false}}">
|
|
|
+ <block wx:for="{{background}}" wx:key="*this">
|
|
|
+ <swiper-item>
|
|
|
+ <view class="swiper-item {{item}}">
|
|
|
+ <image src=""></image>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+ </block>
|
|
|
+ </swiper>
|
|
|
+</view>
|
|
|
+<view class="main-information">
|
|
|
+ <view class="tag-list">
|
|
|
+ <text>蔬菜</text>
|
|
|
+ </view>
|
|
|
+ <text selectable>桃形李桃形李桃形李桃形李桃形李桃形李桃形李桃形李桃形李桃形李桃形李桃形李</text>
|
|
|
+ <view class="unit-price">
|
|
|
+ <text class="price">¥23.00</text>
|
|
|
+ <text class="unit">/ kg</text>
|
|
|
+ </view>
|
|
|
+</view>
|