修改业务以及极客

This commit is contained in:
“wanyongkang”
2024-05-24 17:14:53 +08:00
parent a014f8ba88
commit 0ab09911f4
6 changed files with 21 additions and 10 deletions

View File

@@ -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>

View File

@@ -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"