add_kazuo.wxml
1.5 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
<!--pages/merchant/add_kazuo/add_kazuo.wxml-->
<view class='merchant_itembox merchant_bottom'>
<view class='merchant_tiem maerchant_input'>
<view class='merchant_left'>
<view class='merchant_tip'>卡座名称</view>
<view class='merchant_txt'>
<input placeholder='输入卡座名称'></input>
</view>
</view>
<view class='iconfont icon-right'></view>
</view>
<view class='merchant_tiem maerchant_input'>
<view class='merchant_left'>
<view class='merchant_tip'>卡座人数</view>
<view class='merchant_txt'>
<input placeholder='输入卡座人数'></input>
</view>
</view>
</view>
<view class='merchant_tiem maerchant_input'>
<view class='merchant_left'>
<view class='merchant_tip'>最低消费</view>
<view class='merchant_txt'>
<input placeholder='输入最低消费'></input>
</view>
</view>
<view >元</view>
</view>
<view class='merchant_tiem maerchant_input'>
<view class='merchant_left'>
<view class='merchant_tip'>可预约时间</view>
<view class='merchant_txt'>
<view class='choose_time'>18:00</view>
<view class='choose_minitime'>
<text class='iconfont icon-xiangxia'></text>
</view>
</view>
</view>
<view class='iconfont icon-right'></view>
</view>
</view>
<view class='button_btn addgoods_btn' wx:if='{{ifeidt}}'>确定添加</view>
<view class='btnbox' wx:else>
<view class='button_btn eidt_btn'>保存</view>
<view class='button_btn eidt_btn'>删除</view>
</view>
<view class='bottom_img'>
<image src='../../../imgs/dicengtupian@3x.png'></image>
</view>