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