From 2bcd556961208b80af1cb157633c594faab1eca2 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Mon, 24 Feb 2020 00:11:18 +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