| | |
| | | shape="square" |
| | | icon="ios-person" |
| | | size="default" |
| | | :src="endpoint + '/' + shopForm.storeLogo" |
| | | :src="shopForm.storeLogo" |
| | | /> |
| | | <div> |
| | | <Button @click="handleCLickImg('storeLogo')" type="primary" |
| | |
| | | shape="square" |
| | | icon="ios-person" |
| | | size="default" |
| | | :src="endpoint + '/' + shopForm.licencePhoto" |
| | | :src="shopForm.licencePhoto" |
| | | /> |
| | | <div> |
| | | <Button @click="handleCLickImg('licencePhoto')" type="primary" |
| | |
| | | size="100" |
| | | icon="md-add" |
| | | @click.native="handleCLickImg('legalPhoto', 0)" |
| | | :src="endpoint + '/' + shopForm.legalPhoto[0]" |
| | | :src="shopForm.legalPhoto[0]" |
| | | /> |
| | | <Avatar |
| | | class="ml_10 legal-photo" |
| | |
| | | size="100" |
| | | icon="md-add" |
| | | @click.native="handleCLickImg('legalPhoto', 1)" |
| | | :src="endpoint + '/' + shopForm.legalPhoto[1]" |
| | | :src=" shopForm.legalPhoto[1]" |
| | | /> |
| | | <span>点击图片上传身份证正反面,要求身份证清晰,四角无缺漏</span> |
| | | </FormItem> |
| | |
| | | { required: true, message: "联系人手机号不能为空" }, |
| | | { |
| | | type: "string", |
| | | pattern: /^1[3|4|5|6|7|8][0-9]{9}$/, |
| | | pattern: /^1[3|4|5|6|7|8|9][0-9]{9}$/, |
| | | message: "手机号格式出错", |
| | | trigger: "blur", |
| | | }, |
| | |
| | | salesConsigneeMobile: [ |
| | | { |
| | | type: "string", |
| | | pattern: /^1[3|4|5|6|7|8][0-9]{9}$/, |
| | | pattern: /^1[3|4|5|6|7|8|9][0-9]{9}$/, |
| | | message: "手机号格式出错", |
| | | trigger: "blur", |
| | | }, |