ios真机调试
This commit is contained in:
3
main.js
3
main.js
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user