index.wxml 1.7 KB

123456789101112131415161718192021222324252627282930
  1. <My_GeneralTemplate padBot="20rpx">
  2. <view class="store_message">
  3. <My_GreyRectangleForm title="需求分类" required>
  4. <van-field autosize model:value="{{ fname }}" data-name="fname" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fname}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
  5. </My_GreyRectangleForm>
  6. <My_GreyRectangleForm title="需求标题" required>
  7. <van-field autosize model:value="{{ fname }}" data-name="fname" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fname}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
  8. </My_GreyRectangleForm>
  9. <My_GreyRectangleForm title="需求内容" required>
  10. <van-field autosize model:value="{{ fname }}" data-name="fname" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fname}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
  11. </My_GreyRectangleForm>
  12. <My_GreyRectangleForm title="品牌LOGO" required>
  13. </My_GreyRectangleForm>
  14. <My_GreyRectangleForm title="联系方式" required>
  15. <van-field autosize model:value="{{ fname }}" data-name="fname" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fname}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
  16. </My_GreyRectangleForm>
  17. <My_GreyRectangleForm title="下架日期" required>
  18. </My_GreyRectangleForm>
  19. </view>
  20. </My_GeneralTemplate>
  21. <!-- 提交按钮 -->
  22. <view class="submit_but">
  23. <van-button bindtap="submit" custom-class="custom-class" round color="linear-gradient(180deg, #82E0E9 0%, #4BBECF 100%);">发 布</van-button>
  24. </view>