| | |
| | | shape="square" |
| | | icon="ios-person" |
| | | size="default" |
| | | :src="shopForm.storeLogo" |
| | | :src="endpoint + '/' + shopForm.storeLogo" |
| | | /> |
| | | <div> |
| | | <Button @click="handleCLickImg('storeLogo')" type="primary" |
| | |
| | | shape="square" |
| | | icon="ios-person" |
| | | size="default" |
| | | :src="shopForm.licencePhoto" |
| | | :src="endpoint + '/' + shopForm.licencePhoto" |
| | | /> |
| | | <div> |
| | | <Button @click="handleCLickImg('licencePhoto')" type="primary" |
| | |
| | | size="100" |
| | | icon="md-add" |
| | | @click.native="handleCLickImg('legalPhoto', 0)" |
| | | :src="shopForm.legalPhoto[0]" |
| | | :src="endpoint + '/' + shopForm.legalPhoto[0]" |
| | | /> |
| | | <Avatar |
| | | class="ml_10 legal-photo" |
| | |
| | | size="100" |
| | | icon="md-add" |
| | | @click.native="handleCLickImg('legalPhoto', 1)" |
| | | :src="shopForm.legalPhoto[1]" |
| | | :src="endpoint + '/' + shopForm.legalPhoto[1]" |
| | | /> |
| | | <span>点击图片上传身份证正反面,要求身份证清晰,四角无缺漏</span> |
| | | </FormItem> |
| | |
| | | |
| | | data() { |
| | | return { |
| | | endpoint: this.endpoint, |
| | | shopId: this.$route.query.shopId, // 店铺id |
| | | isRead: false, // 是否只读,只有在店铺通过审核才可修改 |
| | | selectedFormBtnName: "", // 点击图片绑定form |