add_combo.wxml
3.3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!--pages/merchant/add_combo/add_combo.wxml-->
<!--pages/merchant/merchant_addgoods/merchant_addgoods.wxml-->
<view class='tixian_top reg_top'>上传图片
<text class='tixian_minitxt'>Upload pictures</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='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>
</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 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>
</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 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 class='iconfont icon-right'></view>
</view>
</view>
<view class='tixian_top'>
<view>套餐商品<text class='tixian_minitxt'>Package food</text></view>
<view>删除</view>
</view>
<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>
</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 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>