|
@@ -0,0 +1,43 @@
|
|
|
+<My_GeneralTemplate padBot="20rpx">
|
|
|
+ <view class="store_message">
|
|
|
+ <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="品牌LOGO" required>
|
|
|
+ </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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <van-field autosize model:value="{{ fname }}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
|
|
|
+ </My_GreyRectangleForm>
|
|
|
+
|
|
|
+ </view>
|
|
|
+</My_GeneralTemplate>
|
|
|
+<!-- 提交按钮 -->
|
|
|
+<view class="submit_but">
|
|
|
+ <van-button bindtap="submit" custom-class="custom-class" round color="linear-gradient(180deg, #82E0E9 0%, #4BBECF 100%);">保存</van-button>
|
|
|
+</view>
|