0.1
This commit is contained in:
@@ -121,9 +121,9 @@ namespace Home.Controllers
|
|||||||
if(m.Price<m.MinPrice){
|
if(m.Price<m.MinPrice){
|
||||||
m.Price = m.MinPrice;
|
m.Price = m.MinPrice;
|
||||||
}
|
}
|
||||||
if (ProductAccountCount == 0 && (m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040&&m.Id != 1079&&m.Id != 1073){
|
// if (ProductAccountCount == 0 && (m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040&&m.Id != 1079&&m.Id != 1073){
|
||||||
m.Price = 0.1M;
|
// m.Price = 0.1M;
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -149,9 +149,9 @@ namespace Home.Controllers
|
|||||||
{
|
{
|
||||||
m.Price = userPrice.UserPrice;
|
m.Price = userPrice.UserPrice;
|
||||||
}
|
}
|
||||||
if (ProductAccountCount == 0 && (m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040&&m.Id != 1079&&m.Id != 1073){
|
// if (ProductAccountCount == 0 && (m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040&&m.Id != 1079&&m.Id != 1073){
|
||||||
m.Price = 0.1M;
|
// m.Price = 0.1M;
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -169,9 +169,9 @@ namespace Home.Controllers
|
|||||||
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
||||||
m.Title = "9";
|
m.Title = "9";
|
||||||
}
|
}
|
||||||
if ((m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040 &&m.Id != 1079&&m.Id != 1073){
|
// if ((m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040 &&m.Id != 1079&&m.Id != 1073){
|
||||||
m.Price = 0.1M;
|
// m.Price = 0.1M;
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -183,7 +183,6 @@ namespace Home.Controllers
|
|||||||
{
|
{
|
||||||
var userId = this.Request.GetUserInfo().UserId;
|
var userId = this.Request.GetUserInfo().UserId;
|
||||||
var ret = await m_ProductOrderService.CreateOrder(request, userId);
|
var ret = await m_ProductOrderService.CreateOrder(request, userId);
|
||||||
|
|
||||||
if (ret.Code != ResultCode.C_SUCCESS)
|
if (ret.Code != ResultCode.C_SUCCESS)
|
||||||
{
|
{
|
||||||
return ret;
|
return ret;
|
||||||
@@ -232,7 +231,7 @@ namespace Home.Controllers
|
|||||||
}
|
}
|
||||||
if (ret.Data.OtherPayAmount == 0)
|
if (ret.Data.OtherPayAmount == 0)
|
||||||
{
|
{
|
||||||
await m_ProductOrderService.ProcessOrderAccount(ret.Data);
|
await m_ProductOrderService.ApiProcessOrderAccount(ret.Data,"api开通");
|
||||||
return new ApiResult("00");
|
return new ApiResult("00");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -809,9 +808,9 @@ namespace Home.Controllers
|
|||||||
package.Price = package.MinPrice;
|
package.Price = package.MinPrice;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ProductAccountCount == 0 && (package.DayCount == 1 ||package.DayCount == 2)&&package.Id != 1079&&package.Id != 1073){
|
// if (ProductAccountCount == 0 && (package.DayCount == 1 ||package.DayCount == 2)&&package.Id != 1079&&package.Id != 1073){
|
||||||
package.Price = 0.1M;
|
// package.Price = 0.1M;
|
||||||
}
|
// }
|
||||||
|
|
||||||
return View("buy", new PackageInfoResponse()
|
return View("buy", new PackageInfoResponse()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -333,10 +333,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<p style="margin-top: 10px;font-weight:bold;text-align:center;">聚IP虎年新春复工助力活动:</p>
|
<p style="margin-top: 10px;font-weight:bold;text-align:center;">聚IP虎年新春复工助力活动:</p>
|
||||||
<div style="padding-left: 20px;">
|
<div style="padding-left: 20px;">
|
||||||
<p>1.动态IP一毛钱一天,每用户限一次~</p>
|
@* <p>1.动态IP一毛钱一天,每用户限一次~</p> *@
|
||||||
<p>2.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~</p>
|
<p>1.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~</p>
|
||||||
<p>3.其他产品均有8折活动~</p>
|
<p>2.其他产品均有8折活动~</p>
|
||||||
<p>4.需求5个以上可联系客服设置优惠折扣!</p>
|
<p>3.需求5个以上可联系客服设置优惠折扣!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,6 @@
|
|||||||
<p><a href="http://app.cn98.net:8000/huohupubnet.apk"> <button type="button" class="btnBlue">火狐IP-安卓端</button></a></p>
|
<p><a href="http://app.cn98.net:8000/huohupubnet.apk"> <button type="button" class="btnBlue">火狐IP-安卓端</button></a></p>
|
||||||
<p><a href="http://app.ipsoft168.com:8000/yunniupubdtip.apk"> <button type="button" class="btnBlue">云牛IP-安卓端</button></a></p>
|
<p><a href="http://app.ipsoft168.com:8000/yunniupubdtip.apk"> <button type="button" class="btnBlue">云牛IP-安卓端</button></a></p>
|
||||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%98%9F%E6%98%9FIP%E7%94%B5%E8%84%91%E7%AB%AF-4.10%E4%BB%A3%E7%90%86%E7%89%88.rar"> <button type="button" class="btnBlue">星星IP-电脑端</button></a></p><br>
|
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%98%9F%E6%98%9FIP%E7%94%B5%E8%84%91%E7%AB%AF-4.10%E4%BB%A3%E7%90%86%E7%89%88.rar"> <button type="button" class="btnBlue">星星IP-电脑端</button></a></p><br>
|
||||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%98%91%E8%8F%87IP%E7%94%B5%E8%84%91%E5%AE%A2%E6%88%B7%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.exe"> <button type="button" class="btnBlue">蘑菇IP-电脑端</button></a></p><br>
|
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%98%91%E8%8F%87IP-2-17.zip"> <button type="button" class="btnBlue">蘑菇IP-电脑端</button></a></p><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -440,7 +440,7 @@
|
|||||||
ConnectCount: 1,
|
ConnectCount: 1,
|
||||||
CouponId: 0,
|
CouponId: 0,
|
||||||
UseAccountAmount: 0,
|
UseAccountAmount: 0,
|
||||||
OPayType: 100,
|
OPayType: 70,
|
||||||
PayChannel:40,
|
PayChannel:40,
|
||||||
phone:''
|
phone:''
|
||||||
},
|
},
|
||||||
@@ -454,7 +454,7 @@
|
|||||||
ConnectCount: 1,
|
ConnectCount: 1,
|
||||||
CouponId: 0,
|
CouponId: 0,
|
||||||
UseAccountAmount: 0,
|
UseAccountAmount: 0,
|
||||||
OPayType: 100,
|
OPayType: 70,
|
||||||
MinPostfix: 1,
|
MinPostfix: 1,
|
||||||
MaxPostfix: 1,
|
MaxPostfix: 1,
|
||||||
PayChannel:40,
|
PayChannel:40,
|
||||||
|
|||||||
@@ -211,7 +211,7 @@
|
|||||||
ConnectCount: @(ViewBag.ConnectCount),
|
ConnectCount: @(ViewBag.ConnectCount),
|
||||||
CouponId: 0,
|
CouponId: 0,
|
||||||
UseAccountAmount: 0,
|
UseAccountAmount: 0,
|
||||||
OPayType: 100,
|
OPayType: 70,
|
||||||
PayChannel:40,
|
PayChannel:40,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -713,10 +713,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<h4 style="margin-top: 10px;font-weight:bold;">聚IP虎年新春复工助力活动:</h4>
|
<h4 style="margin-top: 10px;font-weight:bold;">聚IP虎年新春复工助力活动:</h4>
|
||||||
<div style="padding-left: 20px;">
|
<div style="padding-left: 20px;">
|
||||||
<p>1.动态IP一毛钱一天,每用户限一次~</p>
|
@* <p>1.动态IP一毛钱一天,每用户限一次~</p> *@
|
||||||
<p>2.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~</p>
|
<p>1.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~</p>
|
||||||
<p>3.其他产品均有8折活动~</p>
|
<p>2.其他产品均有8折活动~</p>
|
||||||
<p>4.需求5个以上可联系客服设置优惠折扣!</p>
|
<p>3.需求5个以上可联系客服设置优惠折扣!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -476,7 +476,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="youhuiNew" style="padding:0;margin:0;color:white;background-color:#FF0033;">一毛钱活动:不分新老用户都可参加!</p>
|
@* <p class="youhuiNew" style="padding:0;margin:0;color:white;background-color:#FF0033;">一毛钱活动:不分新老用户都可参加!</p> *@
|
||||||
@* @if(item.Product.Id == 5){
|
@* @if(item.Product.Id == 5){
|
||||||
<br>
|
<br>
|
||||||
} *@
|
} *@
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%98%9F%E6%98%9FIP%E7%94%B5%E8%84%91%E7%AB%AF-4.10%E4%BB%A3%E7%90%86%E7%89%88.rar"> <button type="button" class="btn btn-sdefault" style="width: auto;">星星IP-电脑端</button></a>
|
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%98%9F%E6%98%9FIP%E7%94%B5%E8%84%91%E7%AB%AF-4.10%E4%BB%A3%E7%90%86%E7%89%88.rar"> <button type="button" class="btn btn-sdefault" style="width: auto;">星星IP-电脑端</button></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="item" style="margin-bottom: 5px;">
|
<div class="item" style="margin-bottom: 5px;">
|
||||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%98%91%E8%8F%87IP%E7%94%B5%E8%84%91%E5%AE%A2%E6%88%B7%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.exe"> <button type="button" class="btn btn-sdefault" style="width: auto;">蘑菇IP-电脑端</button></a>
|
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%98%91%E8%8F%87IP-2-17.zip"> <button type="button" class="btn btn-sdefault" style="width: auto;">蘑菇IP-电脑端</button></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item" style="margin-bottom: 5px;">
|
<div class="item" style="margin-bottom: 5px;">
|
||||||
|
|||||||
@@ -510,7 +510,7 @@
|
|||||||
ConnectCount: 1,
|
ConnectCount: 1,
|
||||||
CouponId: 0,
|
CouponId: 0,
|
||||||
UseAccountAmount: 0,
|
UseAccountAmount: 0,
|
||||||
OPayType: 100,
|
OPayType: 70,
|
||||||
PayChannel: 50,
|
PayChannel: 50,
|
||||||
phone:''
|
phone:''
|
||||||
},
|
},
|
||||||
@@ -524,7 +524,7 @@
|
|||||||
ConnectCount: 1,
|
ConnectCount: 1,
|
||||||
CouponId: 0,
|
CouponId: 0,
|
||||||
UseAccountAmount: 0,
|
UseAccountAmount: 0,
|
||||||
OPayType: 100,
|
OPayType: 70,
|
||||||
MinPostfix: 1,
|
MinPostfix: 1,
|
||||||
MaxPostfix: 1,
|
MaxPostfix: 1,
|
||||||
PayChannel: 50,
|
PayChannel: 50,
|
||||||
@@ -743,7 +743,7 @@
|
|||||||
this.OneChecker.AccountOk = true;
|
this.OneChecker.AccountOk = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 4 || !this.hasNumAndChar(this.OneBuyModel.Account)) {
|
if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 3 || !this.hasNumAndChar(this.OneBuyModel.Account)) {
|
||||||
this.OneChecker.AccountOk = false;
|
this.OneChecker.AccountOk = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -769,7 +769,7 @@
|
|||||||
this.MoreChecker.AccountOk = true;
|
this.MoreChecker.AccountOk = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (this.MoreBuyModel.Account.length < 4 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
|
if (this.MoreBuyModel.Account.length < 3 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
|
||||||
this.MoreChecker.AccountOk = false;
|
this.MoreChecker.AccountOk = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -271,7 +271,7 @@
|
|||||||
ConnectCount: @(ViewBag.ConnectCount),
|
ConnectCount: @(ViewBag.ConnectCount),
|
||||||
CouponId: 0,
|
CouponId: 0,
|
||||||
UseAccountAmount: 0,
|
UseAccountAmount: 0,
|
||||||
OPayType: 100,
|
OPayType: 70,
|
||||||
PayChannel:50,
|
PayChannel:50,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
<img src="~/img/p4.png"><a href="/user/myaccounts">IP账号管理</a>
|
<img src="~/img/p4.png"><a href="/user/myaccounts">IP账号管理</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item @(currentPath=="/user/myaccounts"?"active_b":"")">
|
<div class="item @(currentPath=="/user/mymoney"?"active_b":"")">
|
||||||
<img src="~/img/p3.png"><a href="/user/mymoney">资金明细</a>
|
<img src="~/img/p3.png"><a href="/user/mymoney">资金明细</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="item @(currentPath=="/user/rosorder"?"active_b":"")">
|
<div class="item @(currentPath=="/user/rosorder"?"active_b":"")">
|
||||||
|
|||||||
Reference in New Issue
Block a user