|
@@ -29,8 +29,8 @@
|
|
|
<img src="/img/base/loading.gif">
|
|
|
</div>
|
|
|
<div class="container clear" v-else>
|
|
|
- <div class="title">升级会员机构</div>
|
|
|
- <div class="title-tips"><p>补充以下详细信息即可升级为会员机构,享受更多更好的服务</p></div>
|
|
|
+ <div class="title">升级资质机构</div>
|
|
|
+ <div class="title-tips"><p>补充以下详细信息即可升级为资质机构,享受更多更好的服务</p></div>
|
|
|
<div class="registerClub clear">
|
|
|
<form>
|
|
|
<div class="formLine">
|
|
@@ -112,15 +112,24 @@
|
|
|
<label class="diyBox"><input type="radio" name="firstShopType" v-model="clubUpgradeUser.firstClubType" value="2" checked><i class="icon mIcon">生美</i></label>
|
|
|
<span class="errTips icon mIcon" tips="" :class="typeflag?'show':''">请选择公司类型</span>
|
|
|
</div>
|
|
|
+ <!-- 医美 -->
|
|
|
<div v-show="clubUpgradeUser.firstClubType == 1" class="formLine">
|
|
|
<label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="1" checked><i class="icon mIcon">诊所</i></label>
|
|
|
<label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="2" ><i class="icon mIcon">门诊</i></label>
|
|
|
<label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="3" ><i class="icon mIcon">医院</i></label>
|
|
|
+ <label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="4" ><i class="icon mIcon">其他</i></label>
|
|
|
+ <span class="errTips icon mIcon" tips="" :class="secondtypeflag?'show':''">请选择公司类型</span>
|
|
|
+ </div>
|
|
|
+ <!-- 生美 -->
|
|
|
+ <div v-show="clubUpgradeUser.firstClubType == 2" class="formLine">
|
|
|
+ <label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="5" checked><i class="icon mIcon">美容院</i></label>
|
|
|
+ <label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="6" ><i class="icon mIcon">养生馆</i></label>
|
|
|
+ <label class="diyBox second"><input type="radio" name="secondClubType" v-model="clubUpgradeUser.secondClubType" value="7" ><i class="icon mIcon">其他</i></label>
|
|
|
<span class="errTips icon mIcon" tips="" :class="secondtypeflag?'show':''">请选择公司类型</span>
|
|
|
</div>
|
|
|
<div v-show="clubUpgradeUser.firstClubType == 1" class="formLine">
|
|
|
<div class="form-upload">
|
|
|
- <p>资质:</p>
|
|
|
+ <p><em>*</em>资质:</p>
|
|
|
<div class="form-upload-image" v-if="clubUpgradeUser.medicalPracticeLicense!=''&&clubUpgradeUser.medicalPracticeLicense!=null">
|
|
|
<img class="upload-img" :src="clubUpgradeUser.medicalPracticeLicense" alt="" id="medicalPracticeLicenseImg" @click="showViewerImageFn2()">
|
|
|
<i class="icon mIcon" @click="deleteMedicalImage()"></i>
|