|
@@ -4,8 +4,7 @@ Page({
|
|
|
disabled: true, //是否禁用
|
|
disabled: true, //是否禁用
|
|
|
loading: false, //登陆中
|
|
loading: false, //登陆中
|
|
|
register: null,
|
|
register: null,
|
|
|
- showDialog: false,
|
|
|
|
|
- showLogo: false
|
|
|
|
|
|
|
+ showDialog: false
|
|
|
},
|
|
},
|
|
|
async onLoad() {
|
|
async onLoad() {
|
|
|
if (wx.getStorageSync('isAgree')) this.setData({
|
|
if (wx.getStorageSync('isAgree')) this.setData({
|
|
@@ -14,15 +13,6 @@ Page({
|
|
|
this.setData({
|
|
this.setData({
|
|
|
devCount: 0,
|
|
devCount: 0,
|
|
|
})
|
|
})
|
|
|
- const deviceInfo = wx.getDeviceInfo();
|
|
|
|
|
- this.setData({
|
|
|
|
|
- showLogo: !deviceInfo.system.includes("iOS 26")
|
|
|
|
|
- })
|
|
|
|
|
- if (this.data.showLogo) setTimeout(() => {
|
|
|
|
|
- this.setData({
|
|
|
|
|
- showLogo: true
|
|
|
|
|
- })
|
|
|
|
|
- }, 1500)
|
|
|
|
|
},
|
|
},
|
|
|
/* 修改授权 */
|
|
/* 修改授权 */
|
|
|
isAgreeChange() {
|
|
isAgreeChange() {
|