1
0
forked from dyf/APP

6155发送视频修改,方便随时切换切片大小

This commit is contained in:
liub
2025-11-21 14:18:36 +08:00
parent 294d854867
commit a8ce1d9680
6 changed files with 124 additions and 90 deletions

View File

@ -36,6 +36,7 @@
},
onShow: function() {
console.log('App Show');
//将检查更新换到onshow,因为苹果用户喜欢一直挂着
uni.getSystemInfo({
success: function(res) {
@ -46,8 +47,6 @@
console.log("appid=", appid);
upgrade.checkAndUpdateWgt();
}
}
}
});