| | |
| | | </view> |
| | | </view> |
| | | <view class="form-item before-line"> |
| | | <view class="label required">店铺头像(750*750px)</view> |
| | | <view class="m-l-a m-r-0 flex"> |
| | | <view class="label required" style="width: 300rpx;">店铺头像(750*750px)</view> |
| | | <view class="m-l-a m-r-0 flex m-t-20 m-b-20"> |
| | | <view class="component-button-upload" @click="uploadIcon('icon')" |
| | | :style="{'background-image':dto.icon&&`url('${dto.icon}')`||''}"> |
| | | |
| | |
| | | </view> |
| | | <view class="flex"> |
| | | <u--textarea v-model="dto.ps" placeholder="请输入店铺简介"></u--textarea> |
| | | |
| | | </view> |
| | | <view class="form-item before-line"> |
| | | <view class="form-item before-line m-t-20"> |
| | | <view class="label required">选择审核方式</view> |
| | | <view class="m-l-a m-r-0 flex"> |
| | | |
| | | <u-radio-group v-model="dto.idcardType" placement="row"> |
| | | <u-radio :customStyle="{marginBottom: '8px'}" v-for="(item, index) in shTypeList" :key="index" |
| | | <u-radio :customStyle="{'margin-bottom': '8px','margin-right': '8px','font-size':'28rpx'}" v-for="(item, index) in shTypeList" :key="index" |
| | | :label="item.name" :name="item.name"> |
| | | </u-radio> |
| | | </u-radio-group> |
| | | </view> |
| | | </view> |
| | | <view class="form-item before-line" v-if="dto.idcardType=='身份证'"> |
| | | <view class="form-item before-line m-t-20 p-b-20" v-if="dto.idcardType=='身份证'"> |
| | | <view class="label required">身份证正反面</view> |
| | | <view class="m-l-a m-r-0 flex"> |
| | | <view class="component-button-upload m-r-15" @click="uploadIcon('icon')" |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="form-item before-line" v-if="dto.idcardType=='营业执照'"> |
| | | <view class="form-item before-line m-t-20 p-b-20" v-if="dto.idcardType=='营业执照'"> |
| | | <view class="label required">营业执照</view> |
| | | <view class="m-l-a m-r-0 flex"> |
| | | <view class="component-button-upload m-r-15" @click="uploadIcon('icon')" |
| | |
| | | |
| | | |
| | | |
| | | <view class="button-green-1 m-t-20 button-fixed-bottom before-line" @click="submit"> |
| | | <view class="button-green-1 m-t-20 button-fixed-bottom before-line " @click="submit"> |
| | | 提交审核 |
| | | </view> |
| | | |
| | |
| | | |
| | | <script> |
| | | import environments from '@/environments' |
| | | import xflSelect from '@/components/xfl-select/xfl-select.vue'; //导入 |
| | | |
| | | import { |
| | | mapState |
| | |
| | | // }) |
| | | |
| | | |
| | | this.$http.request('get', '/api/dict/value', { |
| | | this.$http.request('get', '/api/code/value', { |
| | | params: { |
| | | typeCode: 'APPLICATION_TYPE' |
| | | } |
| | |
| | | ...mapState(['currentInfo']) |
| | | }, |
| | | components: { |
| | | xflSelect |
| | | } |
| | | } |
| | | </script> |
| | |
| | | <style lang="scss" scoped> |
| | | .form-item { |
| | | // padding: 40rpx; |
| | | border-bottom: 1px solid #F3F3F3; |
| | | border-bottom: 2rpx solid #F3F3F3; |
| | | display: flex; |
| | | // height: 100px; |
| | | |