diff --git a/BagStation/pages/stationDetail/stationDetail.vue b/BagStation/pages/stationDetail/stationDetail.vue index 5fd537e..73b9344 100644 --- a/BagStation/pages/stationDetail/stationDetail.vue +++ b/BagStation/pages/stationDetail/stationDetail.vue @@ -382,8 +382,13 @@ }) }, goBack() { + // this.innerAudioContext?.stop() + // uni.navigateBack() this.innerAudioContext?.stop() - uni.navigateBack() + let siteId = uni.getStorageSync('siteId') + siteId + ? uni.switchTab({url:'../../../pages/tabbar/home/home'}) + : uni.navigateBack() ; }, selectRadio() { this.radio === 'A' ? this.radio = '' : this.radio = 'A'