From e1d24d932247e443a8893d8ebe85315fea5a5018 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期二, 26 八月 2025 13:14:11 +0800 Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~kyy/LW_PdaClient --- H5/Js/My.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/H5/Js/My.js b/H5/Js/My.js index 3e71506..f0f72bd 100644 --- a/H5/Js/My.js +++ b/H5/Js/My.js @@ -71,9 +71,15 @@ // on cancel }); }, - goMsg() { + /* goMsg() { var that = this; window.location.href = "/H5/Message.aspx"; + },*/ + goMsg() { + var that = this; + uni.navigateTo({ + url: "/pages/index/test/PrintInit?type=1", + }) }, goOrg() { var that = this; -- Gitblit v1.9.3