瀏覽代碼

跳转微信小程序

hwb0 3 年之前
父節點
當前提交
4abfb6e84a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/jump.html

+ 1 - 1
public/jump.html

@@ -109,7 +109,7 @@
         let resData = JSON.parse(data)
         console.log('resData', resData)
         if(resData.code == 0){
-          window.location.href = resData.data;
+          window.location.href = `${ resData.data }?id=${ getRequest.id }`;
         }
       })
     }