Kaynağa Gözat

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

huangxiaojing 4 yıl önce
ebeveyn
işleme
6f00b09f32
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
               }