You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.3 KiB
26 lines
1.3 KiB
|
5 years ago
|
<!--pages/list/six/index.wxml-->
|
||
|
|
<search></search>
|
||
|
|
<image src="https://resource.sz-trip.com/uploads/20190831/3ecfcb81bab36027606676737788110c.png" mode="aspectFill" class="topbg"></image>
|
||
|
|
<image src="https://resource.sz-trip.com/uploads/20190831/3ecfcb81bab36027606676737788110c.png" mode="aspectFill" class="bannerImg"></image>
|
||
|
|
<view class="types-box">
|
||
|
|
<picker mode="selector" range="{{areas}}" range-key="area_name" bindchange="changeArea">
|
||
|
|
<view class="picker active">
|
||
|
|
<view class="areatext">{{areas[areaIndex].area_name}}</view>
|
||
|
|
<view class="iconfont icon-xia"></view>
|
||
|
|
</view>
|
||
|
|
</picker>
|
||
|
|
<picker mode="selector" range="{{relicType}}" bindchange="changeRelicType">
|
||
|
|
<view class="picker active">
|
||
|
|
<view class="areatext">全部分类</view>
|
||
|
|
<view class="iconfont icon-xia"></view>
|
||
|
|
</view>
|
||
|
|
</picker>
|
||
|
|
</view>
|
||
|
|
<view class="list">
|
||
|
|
<view class="item">
|
||
|
|
<image src="" class="main-img" mode="aspectFill"></image>
|
||
|
|
<view class="textOver2 title">产品主标题产品主标题产品主标题</view>
|
||
|
|
<view class="location textOver"><text class="iconfont icon-location"></text>地址地址地址地址地址地址地址地址地址地址</view>
|
||
|
|
<view class="price"><text class="unit">¥</text><text class="number">277</text><text>起</text></view>
|
||
|
|
</view>
|
||
|
|
</view>
|