先锋 神龙
This commit is contained in:
@@ -314,9 +314,9 @@
|
||||
this.sstp = '4430';
|
||||
break;
|
||||
case 6:
|
||||
this.l2tp = '123';
|
||||
this.l2tp = '6666';
|
||||
this.search_field = '先锋IP';
|
||||
this.sstp = '6665';
|
||||
this.sstp = '889';
|
||||
break;
|
||||
case 10:
|
||||
this.l2tp = '88';
|
||||
@@ -379,6 +379,11 @@
|
||||
this.search_field = '强子静态IP';
|
||||
this.sstp = '1500';
|
||||
break;
|
||||
case 26:
|
||||
this.l2tp = '1234';
|
||||
this.search_field = '强子静态IP';
|
||||
this.sstp = '4430';
|
||||
break;
|
||||
}
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
|
||||
@@ -175,6 +175,10 @@
|
||||
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
|
||||
<a href="#@item.Product.Id" id="p26" role="tab" data-toggle="tab" style="font-size: 25px;border:1px solid #99CCFF">@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">新</span></a>
|
||||
</li>
|
||||
}else if(item.Product.Id == 6) {
|
||||
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
|
||||
<a href="#@item.Product.Id" id="p6" role="tab" data-toggle="tab" style="font-size: 25px;border:1px solid #99CCFF">@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">新</span></a>
|
||||
</li>
|
||||
}
|
||||
else if(item.Product.Id == 22) {
|
||||
<li >
|
||||
@@ -234,6 +238,13 @@
|
||||
<button type="button" onclick="lbgaoji()" class="btn btn-default btn-lg lbgj" style="background-color: white;font-size:1.3em;">高级版-限速4M</button><br>
|
||||
<button type="button" onclick="lbputong()" class="btn btn-default btn-lg lbpt" style="background-color: white;font-size:1.3em;margin-top:10px;">普通版-限速2M</button>
|
||||
</div>
|
||||
}
|
||||
@if (item.Product.Id == 6){
|
||||
<div class="p_type @("type"+item.Product.Id)" style="padding-top: 10px;">
|
||||
<button type="button" onclick="xfgaoji()" class="btn btn-default btn-lg xfgj" style="background-color: #FF9900;font-size:1.3em;">高级 2-6M</button>
|
||||
<button type="button" onclick="xfduxiang()" class="btn btn-default btn-lg xfdx" style="background-color: white;font-size:1.3em;">独享 3-10M</button><br>
|
||||
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (item.Product.Id == 20) {
|
||||
@@ -261,7 +272,7 @@
|
||||
|
||||
@foreach (var package in item.Packages.Where(m => m.Status == 1&&(m.TenantId==1157||m.TenantId==9999||m.TenantId==10000)).OrderBy(m => m.TenantId))
|
||||
{
|
||||
if (package.IsTest == 1 &&package.Id != 89&&package.Id != 1034&&package.Id != 1040&&package.Id != 1094&&package.Id != 1097&&package.Id != 1103)
|
||||
if (package.IsTest == 1 &&package.Id != 89&&package.Id != 1034&&package.Id != 1040&&package.Id != 1094&&package.Id != 1097&&package.Id != 60&&package.Id != 1114)
|
||||
{
|
||||
<a asp-action="test" id="@("package-"+package.Id)" asp-controller="product" asp-route-id="@package.ProductId">
|
||||
<div class="card color_2">
|
||||
@@ -293,7 +304,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
} else if((package.Id == 89||package.Id == 1034||package.Id == 1040||package.Id == 1094||package.Id == 1097||package.Id == 1103)&&package.IsTest==1){
|
||||
} else if((package.Id == 89||package.Id == 1034||package.Id == 1040||package.Id == 1094||package.Id == 1097||package.Id == 1103||package.Id == 60||package.Id == 1114)&&package.IsTest==1){
|
||||
<a asp-action="test" id="@("package-"+package.Id)" asp-controller="product" asp-route-id="@package.Id">
|
||||
<div class="card color_2">
|
||||
<div class="item">
|
||||
@@ -347,6 +358,7 @@
|
||||
$("#p14").click(function () {
|
||||
$(".type14").show();
|
||||
$(".type26").hide();
|
||||
$(".type6").hide();
|
||||
$("#package-89").show();
|
||||
$("#package-69").show();
|
||||
$("#package-70").show();
|
||||
@@ -364,6 +376,7 @@
|
||||
$("#p26").click(function () {
|
||||
$(".type14").hide();
|
||||
$(".type26").show();
|
||||
$(".type6").hide();
|
||||
|
||||
for (var i=1090;i<1097;i++){
|
||||
$("#package-"+i).show();
|
||||
@@ -375,6 +388,21 @@
|
||||
$(".lbgj").css('background-color','white');
|
||||
$(".lbpt").css('background-color','white');
|
||||
});
|
||||
$("#p6").click(function () {
|
||||
$(".type14").hide();
|
||||
$(".type26").hide();
|
||||
$(".type6").show();
|
||||
|
||||
$("#package-60").show();
|
||||
for (var i=22;i<27;i++){
|
||||
$("#package-"+i).show();
|
||||
}
|
||||
for (var i=1109;i<1115;i++){
|
||||
$("#package-"+i).hide();
|
||||
}
|
||||
$(".xfgj").css('background-color','#FF9900');
|
||||
$(".xfdx").css('background-color','white');
|
||||
});
|
||||
function ttzhizun() {
|
||||
$("#package-89").show();
|
||||
$("#package-69").show();
|
||||
@@ -466,6 +494,28 @@
|
||||
$("#package-"+i).hide();
|
||||
}
|
||||
}
|
||||
function xfgaoji() {
|
||||
$(".xfgj").css('background-color','#FF9900');
|
||||
$(".xfdx").css('background-color','white');
|
||||
$("#package-60").show();
|
||||
for (var i=22;i<27;i++){
|
||||
$("#package-"+i).show();
|
||||
}
|
||||
for (var i=1109;i<1115;i++){
|
||||
$("#package-"+i).hide();
|
||||
}
|
||||
}
|
||||
function xfduxiang() {
|
||||
$(".xfdx").css('background-color','#FF9900');
|
||||
$(".xfgj").css('background-color','white');
|
||||
$("#package-60").hide();
|
||||
for (var i=22;i<27;i++){
|
||||
$("#package-"+i).hide();
|
||||
}
|
||||
for (var i=1109;i<1115;i++){
|
||||
$("#package-"+i).show();
|
||||
}
|
||||
}
|
||||
|
||||
var wjdxtype = 1;
|
||||
function wjdxphone() {
|
||||
|
||||
Reference in New Issue
Block a user