1、吴门之光改成吴门缘起
2、学术 富文本
This commit is contained in:
10
main.js
10
main.js
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user