From a07041f527300893ecc9a782041b56934165f90d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 18 Jun 2021 10:24:16 +0800
Subject: [PATCH] 修改结果反馈页面跳转,web-view 跳回 app 页面,使用 uni.webView.navigateTo,并需引入 uni sdk

---
 xcxMapJQ/xcxmap.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/xcxMapJQ/xcxmap.html b/xcxMapJQ/xcxmap.html
index 102043d..f5043a1 100644
--- a/xcxMapJQ/xcxmap.html
+++ b/xcxMapJQ/xcxmap.html
@@ -41,6 +41,9 @@
     <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
     <!-- <script src="./js/wx.js"></script> -->
 
+    <!-- uni 的 SDK -->
+    <script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
+
     <!-- omyself支持 -->
     <link rel="stylesheet" href="./css/body.css" />
 

--
Gitblit v1.9.3