From 0f51940bc899827f84019d2c0c165b23014d8eca Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 08 八月 2022 17:50:09 +0800
Subject: [PATCH] 承诺书和智能咨询模块
---
pages/home/home.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pages/home/home.js b/pages/home/home.js
index 1b765f9..c8044e1 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -141,8 +141,8 @@
break;
case "2":
//鏅鸿兘鍦ㄧ嚎鍜ㄨ
- url = ""
- return;
+ url = "/pages/module_consult/consulthome/consulthome"
+ break;
case "3":
//鍦ㄧ嚎瀹堟硶瀛︿範
@@ -155,7 +155,6 @@
let bodyUrl = e.currentTarget.dataset.url
let fileType = e.currentTarget.dataset.filetype
wx.downloadFile({
- // 绀轰緥 url锛屽苟闈炵湡瀹炲瓨鍦�
url: bodyUrl,
success: function (res) {
const filePath = res.tempFilePath
--
Gitblit v1.9.3