|
@@ -12,14 +12,11 @@
|
|
|
<van-field autosize model:value="{{ fname }}" data-name="fname" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fname}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
|
|
|
</My_GreyRectangleForm>
|
|
|
|
|
|
- <My_GreyRectangleForm title="品牌LOGO" required>
|
|
|
+ <My_GreyRectangleForm title="产品图">
|
|
|
</My_GreyRectangleForm>
|
|
|
|
|
|
- <My_GreyRectangleForm title="联系方式" required>
|
|
|
- <van-field autosize model:value="{{ fname }}" data-name="fname" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fname}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
|
|
|
- </My_GreyRectangleForm>
|
|
|
|
|
|
- <My_GreyRectangleForm title="下架日期" required>
|
|
|
+ <My_GreyRectangleForm title="下架日期">
|
|
|
</My_GreyRectangleForm>
|
|
|
|
|
|
</view>
|