Commit 6f09dcff by weijiguang

修复背影音乐的问题

parent 37622212
......@@ -11,18 +11,18 @@ export default {
navigationBarHeight: 0, // 导航栏高度(标题栏高度)
},
onLaunch: function () {
wx.setInnerAudioOption({
mixWithOther: true,
obeyMuteSwitch: false,
success: function (e) {
console.log(e)
console.log('play success')
},
fail: function (e) {
console.log(e)
console.log('play fail')
}
})
// wx.setInnerAudioOption({
// mixWithOther: true,
// obeyMuteSwitch: false,
// success: function (e) {
// console.log(e)
// console.log('play success')
// },
// fail: function (e) {
// console.log(e)
// console.log('play fail')
// }
// })
Store.commit('setAuthorization', uni.getStorageSync('Authorization'))
Store.commit('setUserInfo', uni.getStorageSync('userInfo'))
// uni.showLoading({
......
......@@ -36,7 +36,7 @@ export default {
},
methods:{
acceptIndex(e){
console.log(e,'hhhhhhhhhhhhhhh')
// console.log(e,'hhhhhhhhhhhhhhh')
this.selectIndex = e
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment