From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期一, 24 六月 2024 09:29:39 +0800
Subject: [PATCH] 处理富文本图片

---
 policy/components/tabs.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/policy/components/tabs.vue b/policy/components/tabs.vue
index 84ebf76..db70f0b 100644
--- a/policy/components/tabs.vue
+++ b/policy/components/tabs.vue
@@ -29,6 +29,9 @@
 					success: val => {
 						if(val.errMsg === 'scanCode:ok'){
 							console.log(val.result)
+							uni.navigateTo({
+								url: `/policy/scodePage/scodePage?code=${val.result}`
+							})
 						}
 					}
 				})

--
Gitblit v1.9.1