修改业务以及极客
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
<p>注:解除屏蔽后,qq和微信也仅可用于游戏之类的登录授权,不可用于聊天添加好友等聊天软件内部的功能,系统有严密日志,如有此类情况,账号立即封停,且不予退款,若触犯相关法律将上报给公安部门,请您知晓!</p>
|
||||
<form enctype="multipart/form-data">
|
||||
<div class="form-group">
|
||||
<label for="name">描详细述业务用途<span class="glyphicon glyphicon-asterisk" style="color:red;"></span>:</label>
|
||||
<label for="name">详细描述业务用途<span class="glyphicon glyphicon-asterisk" style="color:red;"></span>:</label>
|
||||
<input type="text" v-model="describe" class="form-control" id="name" placeholder="请描述业务用途">
|
||||
</div>
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
<tr>
|
||||
<td><input type="checkbox" class="selectAccount" value="@item.Account" a-status="@(item.Status)" a-pid="@(item.ProductId)" a-connectCount="@item.ConnectCount" a-aType="@item.AccountType" style="width: 0.4rem;height: 0.4rem;" /></td>
|
||||
<td>@item.ProductName/@item.PackageName</td>
|
||||
<td>@item.Account<br>@item.Pwd</td>
|
||||
<td> <a style="cursor:pointer;" v-on:click="copyText('@item.Account')">复制</a><br>@item.Pwd <a style="cursor:pointer;" v-on:click="copyText('@item.Pwd')">复制</a></td>
|
||||
<td>
|
||||
<button type="button" class="btnXq toDetail"
|
||||
a-Id="@item.Id"
|
||||
|
||||
Reference in New Issue
Block a user