From 9465dc404f7e7cd56100e4859ee0946a3fef7b09 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 05 三月 2026 11:14:40 +0800
Subject: [PATCH] 去除视频界面,以通过审核
---
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