Files
quinn-accounts/pages/account/index.js
2023-01-06 14:24:11 +08:00

12 lines
185 B
JavaScript

Page({
data: {},
onLoad: function (options) {
},
onShow: function () {
if (wx.canIUse('hideHomeButton')) {
wx.hideHomeButton()
}
},
});