1、吴门之光改成吴门缘起

2、学术 富文本
This commit is contained in:
2024-03-19 14:07:42 +08:00
parent e04dcf9b07
commit 00cb45fbb7
6 changed files with 32 additions and 24 deletions

10
main.js
View File

@@ -26,12 +26,16 @@ Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.nuttyr
// 判断手机型号
uni.getSystemInfo({
success: function(res) {
success: function (res) {
Vue.prototype.iosHidden = true;
if (res.platform == 'ios') {
Vue.prototype.iosHide = false;
// Vue.prototype.iosHide = true;
// Vue.prototype.iosHide = false;
Vue.prototype.iosHidden = false;//ios临时隐藏听书
Vue.prototype.iosHide = true;
} else {
Vue.prototype.iosHide = true;
}
}
})