0000
This commit is contained in:
24
pages/goodsDetails/shopAdd/shopAdd.wxml
Normal file
24
pages/goodsDetails/shopAdd/shopAdd.wxml
Normal file
@@ -0,0 +1,24 @@
|
||||
<view>
|
||||
<view :key="index" class="info-wrap" id="info-shop" wx:for="{{merchantList}}">
|
||||
<view class="info-shopinfo">
|
||||
<view>
|
||||
<view class="business-box">
|
||||
<view class="business-info">
|
||||
<view class="title" href="#/info/shop?id=41">{{item.name}}</view>
|
||||
<view class="business-info-time-range">营业时间:{{item.customerservice}}</view>
|
||||
<view class="shopinfo-item">
|
||||
<view>商家电话:{{item.tel}}</view>
|
||||
<view bindtap="call" class="btn" data-tel="{{item.tel}}" mycolor="">
|
||||
<image class="phone" src="/img/phone.png"></image>拨打</view>
|
||||
</view>
|
||||
<view class="shopinfo-item">
|
||||
<view class="shop-address">{{item.address}}</view>
|
||||
<view bindtap="toMap" class="btn" data-latitude="{{item.lat*1}}" data-longitude="{{item.lng*1}}" mycolor="">
|
||||
<image class="location" src="/img/location.png"></image>导航</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user