批量开账号提示
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
IP账号前缀:
|
||||
</div>
|
||||
<div class="col-sm-7 col-xs-7 shuru">
|
||||
<input type="text" v-model="MoreBuyModel.Account" />
|
||||
<input type="text" v-on:input="changeAccountCount()" v-model="MoreBuyModel.Account" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
IP账号前缀:
|
||||
</div>
|
||||
<div class="col-lg-4 regDan">
|
||||
<input type="text" name="Account" value="" v-model="MoreBuyModel.Account" />
|
||||
<input type="text" name="Account" value="" v-on:input="changeAccountCount()" v-model="MoreBuyModel.Account" />
|
||||
<p class="jinggao" v-if="!MoreChecker.AccountOk">3至8位字母或数字或组合</p>
|
||||
</div>
|
||||
<div class="col-lg-4 text-left warnText">
|
||||
|
||||
Reference in New Issue
Block a user