From 9b09d13712c0c005891450a3bf4b6d848ec0ff37 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 29 十一月 2023 10:28:24 +0800
Subject: [PATCH] 2023.11.29
---
pages/mConsult/consultdetailqa/consultdetailqa.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pages/mConsult/consultdetailqa/consultdetailqa.js b/pages/mConsult/consultdetailqa/consultdetailqa.js
index e2caf2d..ac964da 100644
--- a/pages/mConsult/consultdetailqa/consultdetailqa.js
+++ b/pages/mConsult/consultdetailqa/consultdetailqa.js
@@ -1,4 +1,5 @@
// pages/mConsult/consultdetailqa/consultdetailqa.js
+import $f from "../../../service/baserequest";
const consultservice = require("../../../service/consultservice")
const app = getApp()
@@ -8,6 +9,8 @@
* 椤甸潰鐨勫垵濮嬫暟鎹�
*/
data: {
+ icon1: $f.baseIconUrl + 'res/con_qa.png',
+
showloading: false,
question: {},
//闂娑夊強鐨勯」鐩�
--
Gitblit v1.9.3