merchant_addgoods.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
<!--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>
<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>