From d828320e6384df831839bde49f09cf2ad1c49899 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Thu, 27 Feb 2020 08:43:55 +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 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