贵族基本信息管理-隐藏贵族礼物和贵族表情
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<!-- <div class="form-group">
|
||||
<input
|
||||
type="checkbox"
|
||||
class="authCheckBox"
|
||||
@@ -279,7 +279,7 @@
|
||||
style="margin-left: 80px"
|
||||
value="4"
|
||||
/>贵族礼物
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">
|
||||
<input
|
||||
@@ -299,7 +299,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<!-- <div class="form-group">
|
||||
<input
|
||||
type="checkbox"
|
||||
class="authCheckBox"
|
||||
@@ -307,7 +307,7 @@
|
||||
style="margin-left: 80px"
|
||||
value="7"
|
||||
/>贵族表情
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">
|
||||
<input
|
||||
@@ -1247,7 +1247,7 @@ export default {
|
||||
const value = boxes[i].value;
|
||||
const name = boxes[i].name;
|
||||
if (boxes[i].checked) {
|
||||
if (value == 4 || value == 7 || value == 13 || value == 15
|
||||
if (value == 13 || value == 15
|
||||
|| value == 17 || value == 18 || value == 19 || value == 20 || value == 22 || value == 24 || value == 25 || value == 26) {
|
||||
authMap[value] = "true";
|
||||
} else if (value == 8) {
|
||||
|
Reference in New Issue
Block a user