Browse Source

跳转微信小程序

hwb0 3 năm trước cách đây
mục cha
commit
4abfb6e84a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }`;
         }
       })
     }