From 77a2d94762f81da09be82aeab75cdabbf95d2926 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 25 八月 2025 10:28:10 +0800
Subject: [PATCH] 1.核对送检优化 2.样式优化

---
 H5/Js/My.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/H5/Js/My.js b/H5/Js/My.js
index 3e71506..8dd73e0 100644
--- a/H5/Js/My.js
+++ b/H5/Js/My.js
@@ -71,9 +71,16 @@
                     // on cancel
                 });
         },
+        //goMsg() {
+        //    var that = this;
+        //    window.location.href = "/H5/Message.aspx";
+        //},
         goMsg() {
             var that = this;
-            window.location.href = "/H5/Message.aspx";
+            uni.navigateTo({
+                url: "/pages/index/test/PrintInit?type=1",
+
+            });
         },
         goOrg() {
             var that = this;

--
Gitblit v1.9.3