add_combo.wxml 3.3 KB
<!--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>