Compare commits

..

No commits in common. "master" and "1.1.7" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -16,19 +16,6 @@ Page({
code: '' code: ''
}, },
onShow() { onShow() {
const deviceInfo = wx.getDeviceInfo()
if (deviceInfo && (deviceInfo.platform === 'windows' || deviceInfo.platform === 'mac')) {
wx.showModal({
title: '提示',
content: '当前仅支持移动端使用PC端无法使用。',
showCancel: false,
confirmText: '我知道了',
success: function () {
wx.exitMiniProgram && wx.exitMiniProgram();
}
});
return
}
wx.hideLoading() wx.hideLoading()
const that = this; const that = this;
onStop() onStop()

View File

@ -5,5 +5,5 @@
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": true "urlCheck": true
}, },
"libVersion": "3.8.8" "libVersion": "3.6.5"
} }