From b321fc6111c6483e3b2e501620d2e7ffc6a22f15 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Wed, 26 Feb 2020 09:15:52 +0800
Subject: [PATCH] 1
---
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 a5f4278..60e235a 100644
--- a/SunshineLnsMinApp/pages/me/me.js
+++ b/SunshineLnsMinApp/pages/me/me.js
@@ -35,6 +35,12 @@
})
},
+ myTranslate: function() {
+ wx.navigateTo({
+ url: '../myTranslate/myTranslate',
+ })
+ },
+
onLoad: function() {
this.notification();
},
--
Gitblit v1.8.0