wangshan 5 년 전
부모
커밋
c3fc415fb8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/web/templates/weixin/vipsubscribe/vip_purchase.html

+ 2 - 0
src/web/templates/weixin/vipsubscribe/vip_purchase.html

@@ -357,6 +357,7 @@
               }
             {{end}}
             
+            {{if .T.again}}
              {{if eq .T.again 1 }}
               //即将到期 回显已购买
               if(!sessionStorage.getItem("vipSubSelectArea")||!sessionStorage.getItem("vipSubSelectIndustry")){
@@ -378,6 +379,7 @@
                 },false)
               }
             {{end}}
+            {{end}}
             if(sessionStorage.getItem("vipSubSelectTime")){
               this.timeSelect=JSON.parse(sessionStorage.getItem("vipSubSelectTime"));
             }