瀏覽代碼

跳转微信小程序

hwb0 3 年之前
父節點
當前提交
92d637f6a5
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      public/jump.html

+ 4 - 3
public/jump.html

@@ -105,9 +105,10 @@
         }
       })
 
-      req.then(data => {
-        console.log(data)
-        location.href = data.data;
+      req.then(res => {
+        if(res.code == 0){
+          location.href = res.data;
+        }
       })
     }