Jelajahi Sumber

Merge branch 'dev' into 'test'

跳转微信小程序

See merge request quanshu/mp-ui-pc!43
hunagwb 3 tahun lalu
induk
melakukan
b67a1b82cd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      public/jump.html

+ 1 - 1
public/jump.html

@@ -106,7 +106,7 @@
 
       req.then(data => {
         console.log('data', data)
-        if(data.code == '0'){
+        if(data.code == 0){
           window.location.href = data.data;
         }
       })