Commit 3c70c978 by 宋冰琦
parents 1a9719de 6f09dcff
...@@ -11,18 +11,18 @@ export default { ...@@ -11,18 +11,18 @@ export default {
navigationBarHeight: 0, // 导航栏高度(标题栏高度) navigationBarHeight: 0, // 导航栏高度(标题栏高度)
}, },
onLaunch: function () { onLaunch: function () {
wx.setInnerAudioOption({ // wx.setInnerAudioOption({
mixWithOther: true, // mixWithOther: true,
obeyMuteSwitch: false, // obeyMuteSwitch: false,
success: function (e) { // success: function (e) {
console.log(e) // console.log(e)
console.log('play success') // console.log('play success')
}, // },
fail: function (e) { // fail: function (e) {
console.log(e) // console.log(e)
console.log('play fail') // console.log('play fail')
} // }
}) // })
Store.commit('setAuthorization', uni.getStorageSync('Authorization')) Store.commit('setAuthorization', uni.getStorageSync('Authorization'))
Store.commit('setUserInfo', uni.getStorageSync('userInfo')) Store.commit('setUserInfo', uni.getStorageSync('userInfo'))
// uni.showLoading({ // uni.showLoading({
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
}, },
methods:{ methods:{
acceptIndex(e){ acceptIndex(e){
console.log(e,'hhhhhhhhhhhhhhh') // console.log(e,'hhhhhhhhhhhhhhh')
this.selectIndex = e 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