tuisong
This commit is contained in:
5
main.js
5
main.js
@@ -31,7 +31,10 @@ Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.zmzm"
|
||||
|
||||
uni.getSystemInfo({
|
||||
success: function (res) {
|
||||
console.log('这是初始化判断手机型号', res)
|
||||
|
||||
|
||||
Vue.prototype.$platform = res.platform;
|
||||
Vue.prototype.iosHidden = true;
|
||||
if (res.platform == 'ios') {
|
||||
|
||||
@@ -95,6 +98,8 @@ Vue.component("mescroll-body", MescrollBody);
|
||||
// Vue.component('music-play', musicPlay);
|
||||
import commonList from '@/pages/component/commonComponents/list.vue'
|
||||
Vue.component('common-list', commonList);
|
||||
import commonVideoAliyun from '@/pages/component/commonComponents/video/AliPlayer.vue'
|
||||
Vue.component('common-list-aliyun', commonVideoAliyun);
|
||||
import commonVideo from '@/pages/component/commonComponents/video/index.vue'
|
||||
Vue.component('common-video', commonVideo);
|
||||
import commonGoodsList from '@/pages/component/commonComponents/goodsList.vue'
|
||||
|
||||
Reference in New Issue
Block a user