手机端页面修改
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
</li>
|
||||
<li class="navhelp-item">
|
||||
<a href="?Catalog=2"><span>优惠活动</span></a>
|
||||
</li>
|
||||
<li class="navhelp-item">
|
||||
<a href="?Catalog=6"><span>代理合作</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<section class=" col-md-9" style="color: #0777ff;background:#263238;margin-left:5px;height: 80vh;overflow:auto; text-center;" >
|
||||
@@ -39,6 +43,12 @@
|
||||
</span>
|
||||
</div><!-- /input-group -->
|
||||
</div>
|
||||
@if (type == 4) {
|
||||
<div>
|
||||
<p style="padding:0;margin:0;">*请优先选择客户端连接 <a style="color:#0777ff;" href="/product/soft"><<<下载客户端>>></a></p>
|
||||
<p style="padding:0;margin:0;">*无对应客户端时,可通过线路表直连支持所有设备</p>
|
||||
</div>
|
||||
}
|
||||
<ul class="listUl">
|
||||
@foreach (var item in Model.List)
|
||||
{
|
||||
@@ -136,7 +146,7 @@ var title_list = [' ','其他帮助','优惠活动','常见售后','直连教程
|
||||
$("#detail").show();
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: '/article/info?id=' + id,
|
||||
url: '/article/infoapi?id=' + id,
|
||||
dataType: "json",
|
||||
success: function (res) {
|
||||
$("#content").html(res.Data.Info.Content)
|
||||
|
||||
Reference in New Issue
Block a user