From 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 30 Mar 2020 23:14:04 +0800 Subject: [PATCH] 提交 --- SunshineLnsMinApp/pages/me/me.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/SunshineLnsMinApp/pages/me/me.js b/SunshineLnsMinApp/pages/me/me.js index c53e3d8..3b5f824 100644 --- a/SunshineLnsMinApp/pages/me/me.js +++ b/SunshineLnsMinApp/pages/me/me.js @@ -46,6 +46,12 @@ }) }, + rzcxList: function() { + wx.navigateTo({ + url: '../rzcxList/rzcxList', + }) + }, + onLoad: function() { this.notification(); }, -- Gitblit v1.8.0