shopDetails.wxml
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!--pages/shopDetails/shopDetails.wxml-->
<import src="/wxParse/wxParse.wxml"/>
<view class="buttom">
<view class="locationList">
<view class="left">
<view class="nameNum">
<view class="name">{{allData.store_name}}</view>
<view class="num">距您{{allData.distance_text}}</view>
</view>
<view class='time'>
<text class="icon icon-hdxq_icon1"></text>
<view class="times">营业时间:{{allData.open_start}}-{{allData.open_end}}</view>
</view>
<view class="time" style="margin-top:21rpx;">
<text class="icon icon-hdxq_icon"></text>
<view class="times">{{allData.store_address}}</view>
</view>
</view>
</view>
<view class="shopImg">
<view class="shopTitle">门店图片</view>
<view class="img">
<template is="wxParse" data="{{wxParseData:article.nodes}}"/>
<!-- <image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image>
<image src="http://omega.wx.bronet.cn/public/static/images/122@2x.png"></image> -->
</view>
</view>
</view>