소스 검색

跳转微信小程序

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 }`;
         }
       })
     }