ios真机调试

This commit is contained in:
zy
2024-03-29 09:46:05 +08:00
parent db360cbefb
commit 17039a7ee6
23 changed files with 107 additions and 53 deletions

View File

@@ -27,9 +27,10 @@ Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.nuttyr
uni.getSystemInfo({
success: function (res) {
Vue.prototype.iosHidden = true;
if (res.platform == 'ios') {
// Vue.prototype.iosHide = false;
Vue.prototype.iosHidden = false;//ios临时隐藏听书
Vue.prototype.iosHide = true;