This commit is contained in:
xiaozhiyong
2023-08-31 09:35:30 +08:00
parent 7028fde296
commit 20728f6e13
10 changed files with 31 additions and 56 deletions

View File

@@ -111,7 +111,6 @@
siteId: id
}
oilSiteApi.getSiteDetails(data2).then(res => {
console.log('这里是获取油站siteinfo 处',res)
if (res.code == 20000) {
this.siteInfo = res.data;
this.siteInfo = Object.assign(this.siteInfo,{siteId:id})

View File

@@ -405,11 +405,9 @@
},
},
onHide() {
console.log('这里是hiden')
this.innerAudioContext.stop()
},
onUnload() {
console.log('这里是卸载页面')
this.innerAudioContext.stop()
},
}