Преглед изворни кода

Merge branch 'dev' into 'test'

跳转微信小程序

See merge request quanshu/mp-ui-pc!45
hunagwb пре 3 година
родитељ
комит
74bc4ac220
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 }`;
         }
       })
     }