优惠券
This commit is contained in:
@@ -599,7 +599,7 @@ namespace Home.Controllers
|
||||
pas_result += rnd.ToString();
|
||||
}
|
||||
|
||||
Console.WriteLine("==================================================================");
|
||||
// Console.WriteLine("==================================================================");
|
||||
|
||||
string msg = "";
|
||||
|
||||
@@ -615,7 +615,7 @@ namespace Home.Controllers
|
||||
id_code=""
|
||||
};
|
||||
var ret = await m_UserService.Regist(userEntity);
|
||||
msg = "您好,打开网址:juip.com,登录会员名:"+phone+"("+notifyOrder.Payment+"元已充值到此账户),密码:"+pas_result+"。登录后点击网站上方的-产品购买,即可完成开通或续费。淘宝付款将随机赠送优惠券,欢迎您多来淘宝下单";
|
||||
msg = "您好,打开网址:juip.com,登录会员名:"+phone+"("+notifyOrder.Payment+"元已充值到此账户),密码:"+pas_result+"。登录后点击网站上方的-产品购买,即可完成开通或续费。恭喜您本次获得优惠券(满4元减1元,满20元减3元,满54元减5元,满130元减15元,满490元减30元),各一张。欢迎您多来淘宝下单";
|
||||
if (ret.Code != ResultCode.C_SUCCESS) return msg;
|
||||
|
||||
} else {
|
||||
@@ -625,7 +625,7 @@ namespace Home.Controllers
|
||||
userEntity.TaoBao= notifyOrder.BuyerNick;
|
||||
await m_UserService.Update(userEntity);
|
||||
}
|
||||
msg = "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中,会员号为:"+userEntity.LoginCode+",打开网址:juip.com,登录后点击网站上方的-产品购买,即可完成开通或续费。淘宝付款将随机赠送优惠券,欢迎您多来淘宝下单";
|
||||
msg = "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中,会员号为:"+userEntity.LoginCode+",打开网址:juip.com,登录后点击网站上方的-产品购买,即可完成开通或续费。恭喜您本次获得优惠券(满4元减1元,满20元减3元,满54元减5元,满130元减15元,满490元减30元),各一张。欢迎您多来淘宝下单";
|
||||
|
||||
}
|
||||
|
||||
@@ -638,7 +638,11 @@ namespace Home.Controllers
|
||||
AttchInfo = notifyOrder.Tid
|
||||
};
|
||||
var retAmount = await m_UserService.UpdateAmount(amountInfo);
|
||||
await m_CouponService.TaoBaoGive(userEntity.Id, 9, notifyOrder.BuyerNick);
|
||||
await m_CouponService.TaoBaoGive(userEntity.Id, 11, notifyOrder.BuyerNick);
|
||||
await m_CouponService.TaoBaoGive(userEntity.Id, 12, notifyOrder.BuyerNick);
|
||||
await m_CouponService.TaoBaoGive(userEntity.Id, 13, notifyOrder.BuyerNick);
|
||||
await m_CouponService.TaoBaoGive(userEntity.Id, 14, notifyOrder.BuyerNick);
|
||||
await m_CouponService.TaoBaoGive(userEntity.Id, 15, notifyOrder.BuyerNick);
|
||||
|
||||
|
||||
var taobaoEntity = notifyOrder.MapTo<TaoBaoOrderEntity>();
|
||||
|
||||
@@ -25,8 +25,24 @@
|
||||
var baseUrl = m_Configuration["BaseInfoUrl"];
|
||||
Func<string, string> P = (path) => $"{baseUrl}{path}";
|
||||
}
|
||||
<div class="cpBanner">
|
||||
@* <div class="cpBanner">
|
||||
<img src="~/m/img/cpBanner.png">
|
||||
</div> *@
|
||||
<div class="cpBanner" style="background-image: url(/img/acBanner_1.png?11231);background-repeat:round;background-size:auto auto;height:330px;">
|
||||
|
||||
<div class="row" style="color:white;width:calc(100vw-1px);text-align:center;padding-top:10px;">
|
||||
<div class="col-md-8 " style="padding-top:1.5%;">
|
||||
<h2 >十余种全网知名旗舰产品低价热销</h2>
|
||||
<h1 style="font-size:45px;">淘宝动态IP销量排名NO.1</h1>
|
||||
<h4 style="color: #e45b4b;">已完美对接淘宝、淘宝付款后、金额将自动充值到您的会员余额中</h4>
|
||||
<a target="_blank" href="https://item.taobao.com/item.htm?spm=a230r.1.14.54.79837218R25iC8&id=640496688304&ns=1&abbucket=9#detail"><h4 style="color: #e45b4b;">您在淘宝每次付款,都会随机赠送优惠券,最低54元,优惠券支持所有套餐<br><span style="color:#FFFF00;">点击去淘宝店铺付款 <span class="glyphicon glyphicon-arrow-right"></span></span></h4></a>
|
||||
</div>
|
||||
<div class="col-md-3 col-md-offset-1" style="padding-top:2%;">
|
||||
<h1>需求<span style="color: red;font-size:49px;">五个</span>以上</h1>
|
||||
<h2>联系客服设置优惠价</h2>
|
||||
<a target="_blank" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true"><h3 style="color: #e45b4b;">>>>联系客服<<<</h3></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cpNav">
|
||||
<div class="item">
|
||||
|
||||
@@ -17,8 +17,24 @@
|
||||
Func<string, string> P = (path) => $"{baseUrl}{path}";
|
||||
}
|
||||
|
||||
<div class="cpBanner">
|
||||
@* <div class="cpBanner">
|
||||
<img src="~/m/img/cpBanner.png">
|
||||
</div> *@
|
||||
<div class="cpBanner" style="background-image: url(/img/acBanner_1.png?11231);background-repeat:round;background-size:auto auto;height:330px;">
|
||||
|
||||
<div class="row" style="color:white;width:calc(100vw-1px);text-align:center;padding-top:10px;">
|
||||
<div class="col-md-8 " style="padding-top:1.5%;">
|
||||
<h2 >十余种全网知名旗舰产品低价热销</h2>
|
||||
<h1 style="font-size:45px;">淘宝动态IP销量排名NO.1</h1>
|
||||
<h4 style="color: #e45b4b;">已完美对接淘宝、淘宝付款后、金额将自动充值到您的会员余额中</h4>
|
||||
<a target="_blank" href="https://item.taobao.com/item.htm?spm=a230r.1.14.54.79837218R25iC8&id=640496688304&ns=1&abbucket=9#detail"><h4 style="color: #e45b4b;">您在淘宝每次付款,都会随机赠送优惠券,最低54元,优惠券支持所有套餐<br><span style="color:#FFFF00;">点击去淘宝店铺付款 <span class="glyphicon glyphicon-arrow-right"></span></span></h4></a>
|
||||
</div>
|
||||
<div class="col-md-3 col-md-offset-1" style="padding-top:2%;">
|
||||
<h1>需求<span style="color: red;font-size:49px;">五个</span>以上</h1>
|
||||
<h2>联系客服设置优惠价</h2>
|
||||
<a target="_blank" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true"><h3 style="color: #e45b4b;">>>>联系客服<<<</h3></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cpNav">
|
||||
<div class="item">
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
<li><a asp-action="index" asp-controller="LineList" asp-route-Catalog="1">线路表</a> </li>
|
||||
<li><a asp-action="soft" asp-controller="product">软件下载</a> </li>
|
||||
<li><a asp-action="index" asp-controller="article">教程&咨询</a></li>
|
||||
<li><a asp-action="taobao" asp-controller="article">淘宝充值活动</a></li>
|
||||
@* <li><a asp-action="taobao" asp-controller="article">淘宝充值活动</a></li> *@
|
||||
@if (user != null)
|
||||
{
|
||||
<li><a asp-action="index" asp-controller="user">个人中心</a></li>
|
||||
|
||||
@@ -380,7 +380,7 @@
|
||||
<li><a href="/LineList/index">IP线路表</a></li>
|
||||
<li><a href="/product/soft">软件下载</a></li>
|
||||
<li><a href="/article/index">教程&咨询</a></li>
|
||||
<li><a href="/article/taobao">淘宝充值活动</a></li>
|
||||
@* <li><a href="/article/taobao">淘宝充值活动</a></li> *@
|
||||
<li>
|
||||
@if (user == null)
|
||||
{
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "免费送一个月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -171,7 +171,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折+送十天";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -201,7 +201,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "七折+送一月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -260,7 +260,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折+送一个月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -289,7 +289,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "九折+送七天";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -318,7 +318,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折+送一个月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -347,7 +347,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折+送两个月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -377,7 +377,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折+送七天";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -407,7 +407,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "九折";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -435,7 +435,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -483,8 +483,24 @@
|
||||
</style>
|
||||
<!-- ad -->
|
||||
<div id="hidebg"></div>
|
||||
<div class="container-fluid ad">
|
||||
@* <div class="container-fluid ad">
|
||||
<a asp-action="taobao" asp-controller="article"> <img src="~/img/acBanner.png"></a>
|
||||
</div> *@
|
||||
<div class="container-fluid ad" style="background-image: url(/img/acBanner_1.png?11231);background-repeat:no-repeat;background-size:100% auto;height:270px;">
|
||||
|
||||
<div class="row" style="color:white;width:calc(100vw-1px);">
|
||||
<div class="col-md-3 col-md-offset-1" style="padding-top:2%;text-align:center;">
|
||||
<h1>需求<span style="color: red;font-size:49px;">五个</span>以上</h1>
|
||||
<h2>联系客服设置优惠价</h2>
|
||||
<a target="_blank" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true"><h3 style="color: #e45b4b;">>>>联系客服<<<</h3></a>
|
||||
</div>
|
||||
<div class="col-md-8 " style="padding-top:1.5%;">
|
||||
<h2 style="padding-left:8%;">十余种全网知名旗舰产品低价热销</h2>
|
||||
<h1 style="font-size:45px;padding-left:6%;">淘宝动态IP销量排名NO.1</h1>
|
||||
<h4 style="color: #e45b4b;padding-left:5%;">已完美对接淘宝、淘宝付款后、金额将自动充值到您的会员余额中</h4>
|
||||
<a target="_blank" href="https://item.taobao.com/item.htm?spm=a230r.1.14.54.79837218R25iC8&id=640496688304&ns=1&abbucket=9#detail"><h4 style="color: #e45b4b;padding-left:2%;">您在淘宝每次付款,都会随机赠送优惠券,最低54元,优惠券支持所有套餐 <span style="color:#FFFF00;">点击去淘宝店铺付款 <span class="glyphicon glyphicon-arrow-right"></span></span></h4></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@*新布局*@
|
||||
<p class="text-center tit"><img src="~/img/titi_choose.png"></p>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "免费送一个月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -79,7 +79,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "免费送十天";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -109,7 +109,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "七折+送一月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -139,7 +139,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "免费送十天";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -172,7 +172,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "九折";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -197,7 +197,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "九折+送七天";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -226,7 +226,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "九折+送一个月";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -255,7 +255,7 @@
|
||||
line-height: 0px;
|
||||
color: white;
|
||||
height: 0px;
|
||||
border: 1.0rem solid #f64e3d;
|
||||
border: 1.2rem solid #f64e3d;
|
||||
border-right-color: transparent;
|
||||
content: "八折";
|
||||
box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
|
||||
@@ -273,8 +273,24 @@
|
||||
|
||||
</style>
|
||||
<!-- ad -->
|
||||
<div class="container-fluid ad">
|
||||
@* <div class="container-fluid ad">
|
||||
<a asp-action="taobao" asp-controller="article"> <img src="~/img/acBanner.png"></a>
|
||||
</div> *@
|
||||
<div class="container-fluid ad" style="background-image: url(/img/acBanner_1.png?11231);background-repeat:no-repeat;background-size:100% auto;height:270px;">
|
||||
|
||||
<div class="row" style="color:white;width:calc(100vw-1px);">
|
||||
<div class="col-md-3 col-md-offset-1" style="padding-top:2%;text-align:center;">
|
||||
<h1>需求<span style="color: red;font-size:49px;">五个</span>以上</h1>
|
||||
<h2>联系客服设置优惠价</h2>
|
||||
<a target="_blank" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true"><h3 style="color: #e45b4b;">>>>联系客服<<<</h3></a>
|
||||
</div>
|
||||
<div class="col-md-8 " style="padding-top:1.5%;">
|
||||
<h2 style="padding-left:8%;">十余种全网知名旗舰产品低价热销</h2>
|
||||
<h1 style="font-size:45px;padding-left:6%;">淘宝动态IP销量排名NO.1</h1>
|
||||
<h4 style="color: #e45b4b;padding-left:5%;">已完美对接淘宝、淘宝付款后、金额将自动充值到您的会员余额中</h4>
|
||||
<a target="_blank" href="https://item.taobao.com/item.htm?spm=a230r.1.14.54.79837218R25iC8&id=640496688304&ns=1&abbucket=9#detail"><h4 style="color: #e45b4b;padding-left:2%;">您在淘宝每次付款,都会随机赠送优惠券,最低54元,优惠券支持所有套餐 <span style="color:#FFFF00;">点击去淘宝店铺付款 <span class="glyphicon glyphicon-arrow-right"></span></span></h4></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container stepOne packagebox" id="@("box"+defaultProduct.Id)">
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
<li><a href="/LineList/index">IP线路表</a></li>
|
||||
<li><a href="/product/soft">软件下载</a></li>
|
||||
<li><a href="/article/index?Catalog=1">教程&咨询</a></li>
|
||||
<li><a href="/article/taobao">淘宝充值活动</a></li>
|
||||
@* <li><a href="/article/taobao">淘宝充值活动</a></li> *@
|
||||
<li>
|
||||
@if (user == null)
|
||||
{
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
<li><a href="/LineList/index" ">IP线路表</a></li>
|
||||
<li><a href="/product/soft">软件下载</a></li>
|
||||
<li><a href="/article/index">教程&咨询</a></li>
|
||||
<li><a href="/article/taobao">淘宝充值活动</a></li>
|
||||
@* <li><a href="/article/taobao">淘宝充值活动</a></li> *@
|
||||
<li>
|
||||
<img src="/img/account.png" onmouseover="$('.exitBox').show()">
|
||||
<div class="exitBox" onmouseleave="$('.exitBox').hide()">
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 568 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 568 KiB |
BIN
Host/wwwroot/img/acBanner_1.png
Normal file
BIN
Host/wwwroot/img/acBanner_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
Reference in New Issue
Block a user