merchant_info.wxml
2.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!--pages/merchant/merchant_info/merchant_info.wxml-->
<view class='merchant_itembox merchant_reg'>
<view class='merchant_tiem'>
<view class='merchant_left'>
<view class='merchant_tip'>商户名</view>
<view class='merchant_txt'><input placeholder='请输入商家名称' placeholder-class='placeholderclass'></input></view>
</view>
<view class='iconfont icon-right'></view>
</view>
<view class='merchant_tiem'>
<view class='merchant_left'>
<view class='merchant_tip'>类 型</view>
<view class='merchant_txt'>选择类型</view>
</view>
<view class='iconfont icon-right'></view>
</view>
<view class='merchant_tiem'>
<view class='merchant_left'>
<view class='merchant_tip'>城市</view>
<view class='merchant_txt'>选择城市</view>
</view>
<view class='iconfont icon-right'></view>
</view>
<view class='merchant_tiem'>
<view class='merchant_left'>
<view class='merchant_tip'>详细地址</view>
<view class='merchant_txt'><input placeholder='填写详细地址' placeholder-class='placeholderclass'></input></view>
</view>
<view class='iconfont icon-dingwei'></view>
</view>
<view class='merchant_tiem'>
<view class='merchant_left'>
<view class='merchant_tip'>营业时间</view>
<view class='merchant_txt'>请选择营业时间</view>
</view>
<view class='iconfont icon-right'></view>
</view>
</view>
<view class='merchant_itembox merchant_reg'>
</view>
<view class='tixian_top reg_top'>店铺内景及活动
<text class='tixian_minitxt'>Shop Inside View and Activities</text>
</view>
<view class='merchant_img'>
<view class='addicon'>
<text class='iconfont icon-jia2'></text>
</view>
<image src='../../../imgs/item.png'></image>
</view>
<view class='tixian_top reg_top'>店铺封面
<text class='tixian_minitxt'>Shop cover</text>
</view>
<view class='merchant_img'>
<view class='addicon'>
<text class='iconfont icon-jia2'></text>
</view>
<image src='../../../imgs/item.png'></image>
</view>
<view class='tixian_top '>
<view>设施服务
<text class='tixian_minitxt'>Facilities services</text>
</view>
<view>删除</view>
</view>
<view class='merchant_itembox merchant_bottom' wx:for='{{[1,1]}}'>
<view class='merchant_tiem'>
<view class='merchant_left'>
<view class='merchant_tip blue_tip'>标签</view>
<view class='merchant_txt'><input placeholder='输入酒吧服务设施标签如“演艺人员' placeholder-class='input_p'></input></view>
</view>
</view>
<view class='merchant_tiem maerchant_input'>
<view class='merchant_left'>
<view class='merchant_tip blue_tip'>具体</view>
<view class='merchant_txt'>
<input placeholder='输入此标签具体内容如“调酒师”' placeholder-class='input_p' ></input>
</view>
</view>
</view>
<view class='iconfont icon-guanbi'></view>
</view>
<view class='button_btn add_item'>+酒吧设施</view>
<view class='button_btn reg_btn' bindtap='gomerchant_yes'>确定修改</view>