Explorar el Código

Merge branch 'dev' into 'test'

跳转微信小程序

See merge request quanshu/mp-ui-pc!45
hunagwb hace 3 años
padre
commit
74bc4ac220
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }`;
         }
       })
     }