Ver Fonte

跳转微信小程序

hwb0 há 3 anos atrás
pai
commit
4abfb6e84a
1 ficheiros alterados com 1 adições e 1 exclusões
  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 }`;
         }
       })
     }