merchant_info.wxml 2.9 KB
<!--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>