shop.wxml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <view style="background-color: white;margin-top: 10px; width:350px; height:120px;">
  2. <text style="padding-left: 13px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size: 14px;font-weight: 500;color:rgba(34, 33, 32, 0.562);"> 店铺图片</text>
  3. <van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" style="padding-left: 230px;"/>
  4. </view>
  5. <view style=" margin-top:10px; background-color: white; padding: 13px;">
  6. <view style="font-size: 14px;color:rgba(34, 33, 32, 0.562);">店铺名称</view>
  7. <view class="home-header-line" style="margin-top: 10px;margin-bottom: 10px;"></view>
  8. <textarea class="a" style="font-size: 13px;color:rgba(163, 155, 155, 0.685)">请输入店铺名称</textarea>
  9. </view>
  10. <view style="background-color: white;margin-top: 10px; height: 20px;padding: 15px;">
  11. <view style="font-size: 14px;color:rgba(34, 33, 32, 0.562);">配送费(¥)
  12. <span style="color:red; padding-left: 190px;">5.00</span>
  13. </view>
  14. </view>
  15. <van-cell-group>
  16. <van-field
  17. value="{{ username }}"
  18. clearable
  19. label="配送时长"
  20. placeholder=" 请输入时长"
  21. bind:click-icon="onClickIcon"
  22. />
  23. <van-field
  24. value="{{ username }}"
  25. clearable
  26. label="包装费(¥)"
  27. placeholder=" 请输入金额"
  28. bind:click-icon="onClickIcon"
  29. />
  30. <van-field
  31. value="{{ username }}"
  32. clearable
  33. label="营业时间"
  34. placeholder=" 请输入营业时间"
  35. bind:click-icon="onClickIcon"
  36. />
  37. </van-cell-group>
  38. <view style=" margin-top:10px; background-color: white; padding: 13px;">
  39. <view style="font-size: 14px;color:rgba(34, 33, 32, 0.562);">客服电话</view>
  40. <view class="home-header-line" style="margin-top: 10px;margin-bottom: 10px;"></view>
  41. <textarea class="a" style="font-size: 13px;color:rgba(163, 155, 155, 0.685)">请输入客服电话</textarea>
  42. </view>
  43. <view style="margin-top: 10px; background: white; padding: 6px; margin-bottom: 10px;color:rgba(34, 33, 32, 0.562);" >公告
  44. <textarea class="b" rows="2" value="请提供更多参考信息帮助我们核实,如周边标志建筑、近邻商户等。" maxlength="30" style="margin: 10px;color:grey; padding: 8px;">
  45. <view style="margin-top: 80px; margin-left: 240px;">
  46. <span style="color:red; font-size: 13px;">23</span>
  47. <span style=" font-size: 13px;">/30</span>
  48. </view>
  49. </textarea>
  50. </view>
  51. <van-button type="primary" color="#1E90FF" size="normal" round style="margin-left:25px;"
  52. >提交</van-button>