|
@@ -49,19 +49,44 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='weui-flex' style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
<view class='weui-flex' style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
- <view class='weui-flex__item'>
|
|
|
|
|
- <image src='../../images/xinpinganniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class='weui-flex__item'>
|
|
|
|
|
- <image src='../../images/tehuianniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class='weui-flex__item'>
|
|
|
|
|
- <image src='../../images/pingtuananniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class='weui-flex__item'>
|
|
|
|
|
- <image src='../../images/miaoshaanniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <block>
|
|
|
|
|
+ <view class="bus-bg">
|
|
|
|
|
+ <view class="bus">
|
|
|
|
|
+ <block wx:for="{{menus}}" wx:key="{{index}}" wx:for-item="item">
|
|
|
|
|
+ <block wx:if="{{item.open_type == 3}}">
|
|
|
|
|
+ <view class="bus-item">
|
|
|
|
|
+ <navigator target="miniProgram" open-type="navigate" app-id="{{item.app_id}}" path="{{item.url}}" extra-data="" version="release"><image src='{{item.pic_url}}'></image>
|
|
|
|
|
+ </navigator>
|
|
|
|
|
+ <text>{{item.name}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </block>
|
|
|
|
|
+
|
|
|
|
|
+ <block wx:if="{{item.open_type == 4}}">
|
|
|
|
|
+ <view class="bus-item" bindtap="navigatorClick" data-url="{{item.url}}" data-open_type="{{item.open_type}}">
|
|
|
|
|
+ <image src="{{item.pic_url}}"></image>
|
|
|
|
|
+ <text>{{item.name}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </block>
|
|
|
|
|
+
|
|
|
|
|
+ <block wx:if="{{item.open_type == 1}}">
|
|
|
|
|
+ <view class="bus-item" bindtap="navigatorClick" data-phone="{{item.mobile}}" data-open_type="{{item.open_type}}">
|
|
|
|
|
+ <image src="{{item.pic_url}}"></image>
|
|
|
|
|
+ <text>{{item.name}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </block>
|
|
|
|
|
+
|
|
|
|
|
+ <block wx:if="{{item.open_type == 2}}">
|
|
|
|
|
+ <view class="bus-item" bindtap="navigatorClick" data-address="{{item.address}}" data-lon="{{item.lon}}" data-lat="{{item.lat}}" data-open_type="{{item.open_type}}">
|
|
|
|
|
+ <image src="{{item.pic_url}}"></image>
|
|
|
|
|
+ <text>{{item.name}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </block>
|
|
|
|
|
+ </block>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+</block>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<view class="relative" style='height:360rpx;border-bottom: 2rpx #D3D3D3 solid'>
|
|
<view class="relative" style='height:360rpx;border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
<image class="pic_background" src="../../images/jiajudapei.png"></image>
|
|
<image class="pic_background" src="../../images/jiajudapei.png"></image>
|
|
|
<scroll-view class="marketlist" scrollX="true">
|
|
<scroll-view class="marketlist" scrollX="true">
|