修改业务以及极客

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

@@ -410,10 +410,10 @@
<td>@item.CreateTime.ToString("yyyy.MM.dd")</td>
<td>@item.ProductName</td>
<td>@item.PackageName</td>
<td>@item.Account</td>
<td>@item.Pwd<img src="~/img/change.png" class="change" v-on:click="showAccountBox(@item.Id,'@item.Account','@item.Pwd')" /></td>
<td>@item.Account <a style="cursor:pointer;" v-on:click="copyText('@item.Account')">复制</a></td>
<td>@item.Pwd <a style="cursor:pointer;" v-on:click="copyText('@item.Pwd')">复制</a><img src="~/img/change.png" class="change" v-on:click="showAccountBox(@item.Id,'@item.Account','@item.Pwd')" /></td>
<td class="blueT"><span v-if="@item.ProductId==28">@(item.Remark)<a v-on:click="change_ip('@item.Id','@item.PackageName','@item.Account','@item.Remark')" data-toggle="modal" data-target="#change_ip_city">切换</a></span></td>
<td class="blueT" v-if="@item.ProductId==28">@(item.Raw)</td>
<td class="blueT" v-if="@item.ProductId==28">@(item.Raw) <a style="cursor:pointer;" v-on:click="copyText('@(item.Raw)')">复制</a></td>
<td class="blueT" v-if="@item.ProductId!=28"><a asp-action="Index" asp-controller="LineList" asp-route-ProductId="@item.ProductId" target="_blank">查看</a> </td>
<td>@item.ConnectCount</td>

View File

@@ -13,7 +13,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>