|
@@ -358,6 +358,28 @@
|
|
|
},false)
|
|
|
}
|
|
|
{{end}}
|
|
|
+
|
|
|
+ {{if eq .T.again 1 }}
|
|
|
+ //即将到期 回显已购买
|
|
|
+ if(!sessionStorage.getItem("vipSubSelectArea")||!sessionStorage.getItem("vipSubSelectIndustry")){
|
|
|
+ $DoPost("/subscribepay/editSub/getSubBuyMsg",{},function(r){
|
|
|
+ if(r.success){
|
|
|
+ if(!$.isEmptyObject(r.data.area)){
|
|
|
+ purchase.areaSelect=r.data.area
|
|
|
+ }else{
|
|
|
+ purchase.areaSelect={"全国":[]}
|
|
|
+ }
|
|
|
+ if(r.data.industry.length!=0){
|
|
|
+ purchase.industrySelect=r.data.industry
|
|
|
+ }else{
|
|
|
+ purchase.industrySelect=["全部行业"]
|
|
|
+ }
|
|
|
+ sessionStorage.setItem("vipSubSelectArea",JSON.stringify(purchase.areaSelect));
|
|
|
+ sessionStorage.setItem("vipSubSelectIndustry",JSON.stringify(purchase.industrySelect));
|
|
|
+ }
|
|
|
+ },false)
|
|
|
+ }
|
|
|
+ {{end}}
|
|
|
if(sessionStorage.getItem("vipSubSelectTime")){
|
|
|
this.timeSelect=JSON.parse(sessionStorage.getItem("vipSubSelectTime"));
|
|
|
}
|