From 6816393fbfa11ce67088832b45399a52a961586a Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 16:45:41 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy

---
 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