WGShare.Client.Wx/app.js

8 lines
86 B
JavaScript

App({
onShow() {
wx.setKeepScreenOn({
keepScreenOn: true,
});
}
});