|
@@ -146,6 +146,9 @@
|
|
|
<p id="firstClubType"><em>*</em>机构类型:</p>
|
|
|
<label class="diyBox" @click="handleChangeType(1)"><input type="radio" name="firstShopType" v-model="clubUpgradeUser.firstClubType" value="1" @change="ChangeFirstClubType"><i class="icon mIcon">医美</i></label>
|
|
|
<label class="diyBox" @click="handleChangeType(2)"><input type="radio" name="firstShopType" v-model="clubUpgradeUser.firstClubType" value="2" checked @change="ChangeFirstClubType"><i class="icon mIcon">生美</i></label>
|
|
|
+ <label class="diyBox" @click="handleChangeType(3)"><input type="radio" name="firstShopType" v-model="clubUpgradeUser.firstClubType" value="3" checked @change="ChangeFirstClubType"><i class="icon mIcon">项目公司</i></label>
|
|
|
+ <label class="diyBox" @click="handleChangeType(4)"><input type="radio" name="firstShopType" v-model="clubUpgradeUser.firstClubType" value="4" checked @change="ChangeFirstClubType"><i class="icon mIcon">个人</i></label>
|
|
|
+ <label class="diyBox" @click="handleChangeType(5)"><input type="radio" name="firstShopType" v-model="clubUpgradeUser.firstClubType" value="5" checked @change="ChangeFirstClubType"><i class="icon mIcon">其他</i></label>
|
|
|
<span class="errTips icon mIcon" tips="请选择公司类型"></span>
|
|
|
</div>
|
|
|
<!-- 医美 -->
|