|
@@ -268,6 +268,9 @@
|
|
html += '<span class="new-tag up-club-tag" data-typeName="spa">spa</span>'
|
|
html += '<span class="new-tag up-club-tag" data-typeName="spa">spa</span>'
|
|
$('#clubArea').html(html);
|
|
$('#clubArea').html(html);
|
|
$('.Main-content').show();
|
|
$('.Main-content').show();
|
|
|
|
+ }else {
|
|
|
|
+ $('.raw-option').hide();
|
|
|
|
+ $('.med-option,.qualification').hide();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
//初始化2
|
|
//初始化2
|
|
@@ -612,9 +615,18 @@
|
|
<div class="raw-beauty">
|
|
<div class="raw-beauty">
|
|
<input name="firstClubType" value="2" type="radio" ${cmClubinfo.firstClubType == "2" ? "checked" : ""}/>生美
|
|
<input name="firstClubType" value="2" type="radio" ${cmClubinfo.firstClubType == "2" ? "checked" : ""}/>生美
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="3" type="radio" ${cmClubinfo.firstClubType == "3" ? "checked" : ""}/>项目公司
|
|
|
|
+ </div>
|
|
|
|
+ <div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="4" type="radio" ${cmClubinfo.firstClubType == "4" ? "checked" : ""}/>个人
|
|
|
|
+ </div>
|
|
|
|
+ <div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="5" type="radio" ${cmClubinfo.firstClubType == "5" ? "checked" : ""}/>其他
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<span class="err-tip"></span>
|
|
<span class="err-tip"></span>
|
|
- <div class="med-option the-oradio" style="display: none">
|
|
|
|
|
|
+ <div class="med-option the-oradio" style="display: none" id="ejf">
|
|
<div class="med-beauty"><input name="secondClubType" value="1"
|
|
<div class="med-beauty"><input name="secondClubType" value="1"
|
|
type="radio" ${cmClubinfo.secondClubType == "1" ? "checked" : ""}/>诊所
|
|
type="radio" ${cmClubinfo.secondClubType == "1" ? "checked" : ""}/>诊所
|
|
</div>
|
|
</div>
|
|
@@ -629,7 +641,7 @@
|
|
</div>
|
|
</div>
|
|
<span class="err-tip"></span>
|
|
<span class="err-tip"></span>
|
|
</div>
|
|
</div>
|
|
- <div class="raw-option the-oradio" style="display: none">
|
|
|
|
|
|
+ <div class="raw-option the-oradio" style="display: none" id="ej">
|
|
<div class="med-beauty"><input name="secondClubType" value="5"
|
|
<div class="med-beauty"><input name="secondClubType" value="5"
|
|
type="radio" ${cmClubinfo.secondClubType == "5" ? "checked" : ""}/>美容院
|
|
type="radio" ${cmClubinfo.secondClubType == "5" ? "checked" : ""}/>美容院
|
|
</div>
|
|
</div>
|