This commit is contained in:
shijingjing
2022-09-27 08:56:51 +08:00
parent f9d1809e26
commit 7622fd8ca2
3 changed files with 7 additions and 7 deletions

View File

@@ -380,10 +380,10 @@ export default {
onLoad(o) {
if(o) {
this.form.id = o?.id;
this.form.gatewayId = o?.gatewayId
if(o.length) {
this.form.id = o?.id
this.getInfo(o.id)
this.form.gatewayId = decodeURIComponent(o.scene) || ''
}
this.$areaId = this.user.$areaId
this.travelTypeDict = this.$dict.getDict('EP_travelType')
@@ -596,7 +596,7 @@ export default {
uni.$emit('update')
this.$toast('提交成功')
setTimeout(() => {
uni.reLaunch({url:'./AppgetewayRegister'})
uni.reLaunch({url:'./AppGetewayRegister'})
}, 400)
}
})