Explorar o código

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

huangxiaojing %!s(int64=4) %!d(string=hai) anos
pai
achega
6f00b09f32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
               }