소스 검색

跳转至免费领取手机页面给地址携带参数

huangxiaojing 4 년 전
부모
커밋
6f00b09f32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      microserviceUserH5/vcloud/jump.html

+ 1 - 1
microserviceUserH5/vcloud/jump.html

@@ -82,7 +82,7 @@
           contentType: "application/json",
           success: function (res) {
               if (res.status === 0) {
-                window.location.href = res.data.activeState === 0 ? './official.html' : './officialOverdue.html'
+                window.location.href = res.data.activeState === 0 ? './official.html?urlNo=' + urlNo : './officialOverdue.html'
               } else {
                 toastr.error(res.msg);
               }