|
@@ -34,10 +34,6 @@
|
|
|
margin-left: 20px;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
- .myorderDiv{
|
|
|
- font:16px/50px "微软雅黑" ;
|
|
|
- background-color:#FFFFFF ;
|
|
|
- }
|
|
|
.fl{
|
|
|
float: left;
|
|
|
}
|
|
@@ -63,11 +59,6 @@
|
|
|
margin-top: 10px;
|
|
|
border-top: 1px solid #F5F4F9;
|
|
|
}
|
|
|
- .vip{
|
|
|
- margin-bottom: 10px;
|
|
|
- font:16px/50px "微软雅黑" ;
|
|
|
- background-color:#FFFFFF ;
|
|
|
- }
|
|
|
.email{
|
|
|
border-top:0px #F5F4F9 solid;
|
|
|
}
|
|
@@ -91,14 +82,19 @@
|
|
|
<script>
|
|
|
initShare({{.T.signature}},{{.T.openid}},2,"jy_wxmyorder",{{.T.nickname}},{{.T.avatar}});
|
|
|
$(function(){
|
|
|
+ var nowTimestamp= (new Date()).valueOf();
|
|
|
var userId={{.T.userId}}
|
|
|
+
|
|
|
$(".vip").on("click",function(){
|
|
|
- if({{.T.isVip}}==true){
|
|
|
- window.location.href="/front/vipsubscribe/toSetPage"; //vip订阅入口 试用或正式vip
|
|
|
- }else{
|
|
|
- window.location.href="/front/vipsubscribe/introducePage"; //vip订阅入口 非vip
|
|
|
- }
|
|
|
+ $.post("/subscribepay/orderListDetails/isVip?v="+nowTimestamp,{},function(data){
|
|
|
+ if (data.isvip){
|
|
|
+ window.location.href="/front/vipsubscribe/toSetPage"; //vip订阅入口 试用或正式vip
|
|
|
+ }else{
|
|
|
+ window.location.href="/front/vipsubscribe/introducePage"; //vip订阅入口 非vip
|
|
|
+ }
|
|
|
+ })
|
|
|
})
|
|
|
+
|
|
|
$(".myorder").on("click",function(){
|
|
|
window.location.href="/weixin/pay/toMyWxOrder?v=01";
|
|
|
})
|
|
@@ -114,8 +110,6 @@
|
|
|
$(".aboutJy").on("click",function(){
|
|
|
window.location.href='/swordfish/about?flag=1&come=1';
|
|
|
})
|
|
|
-
|
|
|
- var nowTimestamp= (new Date()).valueOf();
|
|
|
$.post("/subscribepay/orderListDetails/emailOperation?v="+nowTimestamp,{},function(r){
|
|
|
if (r.success){
|
|
|
$(".setEmail").html("未设置");
|
|
@@ -144,24 +138,47 @@
|
|
|
|
|
|
</head>
|
|
|
<body>
|
|
|
+
|
|
|
+<!--布局css-->
|
|
|
+ <style>
|
|
|
+ .vip{
|
|
|
+ display:flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ font:16px/50px "微软雅黑" ;
|
|
|
+ background-color:#FFFFFF ;
|
|
|
+ }
|
|
|
+ .myorderDiv{
|
|
|
+ font:16px/50px "微软雅黑" ;
|
|
|
+ background-color:#FFFFFF ;
|
|
|
+ display:flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ .width_inlinblock{
|
|
|
+ width:87%;
|
|
|
+ display:inline-block;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<div id="" class="vip lineTop">
|
|
|
- <img src="/images/wx/vip.svg"/>
|
|
|
- <div style="width:87%;display:inline-block;">
|
|
|
- VIP订阅
|
|
|
- <i class="iconfont fr rightIcon"></i>
|
|
|
- </div>
|
|
|
+ <img src="/images/wx/vip.svg"/>
|
|
|
+ <div class="width_inlinblock">
|
|
|
+ VIP订阅
|
|
|
+ <i class="iconfont fr rightIcon"></i>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="myorderDiv myorder">
|
|
|
- <i class="iconfont myorderIcon myorder_margin"></i>
|
|
|
- <div style="width:87%;display:inline-block;" class="lineBottom">
|
|
|
- 我的订单
|
|
|
- <i class="iconfont fr rightIcon"></i>
|
|
|
- </div>
|
|
|
+ <i class="iconfont myorderIcon myorder_margin"></i>
|
|
|
+ <div class="lineBottom width_inlinblock">
|
|
|
+ 我的订单
|
|
|
+ <i class="iconfont fr rightIcon"></i>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="myorderDiv email">
|
|
|
<img src="/images/wx/email.svg"/>
|
|
|
- <div style="width:87%;display:inline-block;">
|
|
|
+ <div class="width_inlinblock">
|
|
|
邮箱地址
|
|
|
<i class="iconfont fr rightIcon"></i>
|
|
|
<span class="setEmail"></span>
|
|
@@ -170,7 +187,7 @@
|
|
|
|
|
|
<div class="myorderDiv lineTop feedback" >
|
|
|
<i class="iconfont threeIcon" style=""></i>
|
|
|
- <div style="width:87%;display:inline-block;" class="lineBottom">
|
|
|
+ <div class="lineBottom width_inlinblock">
|
|
|
<div style="display:inline-block;">
|
|
|
意见反馈
|
|
|
</div>
|
|
@@ -180,7 +197,7 @@
|
|
|
|
|
|
<div class="myorderDiv useHelp">
|
|
|
<i class="iconfont threeIcon "></i>
|
|
|
- <div style="width:87%;display:inline-block;" class="lineBottom">
|
|
|
+ <div class="lineBottom width_inlinblock">
|
|
|
<div style="display:inline-block;">
|
|
|
使用帮助
|
|
|
</div>
|
|
@@ -190,7 +207,7 @@
|
|
|
|
|
|
<div class="myorderDiv aboutJy">
|
|
|
<i class="iconfont threeIcon"></i>
|
|
|
- <div style="width:87%;display:inline-block;">
|
|
|
+ <div class="width_inlinblock">
|
|
|
关于剑鱼标讯
|
|
|
<i class="iconfont fr rightIcon"></i>
|
|
|
</div>
|