|
@@ -4,7 +4,7 @@
|
|
<view slot="head">
|
|
<view slot="head">
|
|
<view class="u-flex">
|
|
<view class="u-flex">
|
|
<view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
|
|
<view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
|
|
- 请按照要求上传您的营业执照和门店照
|
|
|
|
|
|
+ 请按照要求上传您的营业执照和门头照片
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view slot="body">
|
|
<view slot="body">
|
|
@@ -15,7 +15,7 @@
|
|
</view>
|
|
</view>
|
|
</u-upload>
|
|
</u-upload>
|
|
<view class="u-flex u-row-center" style="color: #787878;margin: 20rpx 0 60rpx 0;">
|
|
<view class="u-flex u-row-center" style="color: #787878;margin: 20rpx 0 60rpx 0;">
|
|
- 点击上传营业执照
|
|
|
|
|
|
+ 请上传营业执照
|
|
</view>
|
|
</view>
|
|
<u-upload :custom-btn="true" max-count="1" class="u-flex u-row-center" :action="action" :form-data="storepicType"
|
|
<u-upload :custom-btn="true" max-count="1" class="u-flex u-row-center" :action="action" :form-data="storepicType"
|
|
@on-change="getStoredata" @on-remove="storeRemove">
|
|
@on-change="getStoredata" @on-remove="storeRemove">
|
|
@@ -24,12 +24,12 @@
|
|
</view>
|
|
</view>
|
|
</u-upload>
|
|
</u-upload>
|
|
<view class="u-flex u-row-center" style="color: #787878;margin: 20rpx 0;">
|
|
<view class="u-flex u-row-center" style="color: #787878;margin: 20rpx 0;">
|
|
- 点击上传门头照
|
|
|
|
|
|
+ 请上传门头照片
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</u-card>
|
|
</u-card>
|
|
<view style="color: #787878;margin-left: 40rpx;">
|
|
<view style="color: #787878;margin-left: 40rpx;">
|
|
- 注:上传完营业执照请确认和营业执照一致。
|
|
|
|
|
|
+ 注:请确保系统识别的营业执照名称和法人信息与营业执照上的信息保持一致
|
|
</view>
|
|
</view>
|
|
<view style="margin: 30rpx;">
|
|
<view style="margin: 30rpx;">
|
|
<u-button type="primary" @click="nextStep" v-if="showLicense&&showStore">下一步</u-button>
|
|
<u-button type="primary" @click="nextStep" v-if="showLicense&&showStore">下一步</u-button>
|