更新
This commit is contained in:
@@ -382,8 +382,13 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
goBack() {
|
goBack() {
|
||||||
|
// this.innerAudioContext?.stop()
|
||||||
|
// uni.navigateBack()
|
||||||
this.innerAudioContext?.stop()
|
this.innerAudioContext?.stop()
|
||||||
uni.navigateBack()
|
let siteId = uni.getStorageSync('siteId')
|
||||||
|
siteId
|
||||||
|
? uni.switchTab({url:'../../../pages/tabbar/home/home'})
|
||||||
|
: uni.navigateBack() ;
|
||||||
},
|
},
|
||||||
selectRadio() {
|
selectRadio() {
|
||||||
this.radio === 'A' ? this.radio = '' : this.radio = 'A'
|
this.radio === 'A' ? this.radio = '' : this.radio = 'A'
|
||||||
|
|||||||
Reference in New Issue
Block a user