补充了小程序用户协议和隐私政策

This commit is contained in:
2025-06-15 22:28:34 +08:00
parent 7603d8c96c
commit 6f06dfd826
14 changed files with 459 additions and 52 deletions

View File

@ -198,5 +198,17 @@ Page({
// 页面卸载时清理定时器
onUnload() {
this._clearTimer();
}
},
gotoAgreement() {
wx.navigateTo({
url: '/pages/loginModule/agreement/agreement',
})
},
gotoPolicy() {
wx.navigateTo({
url: '/pages/loginModule/privacyPolicy/privacyPolicy',
})
},
});