接收二维码id

This commit is contained in:
shijingjing
2023-03-30 17:06:35 +08:00
parent 28e4c2ed74
commit 333da16a4a

View File

@@ -334,6 +334,9 @@ export default {
},
onLoad(o) {
this.id = o.id
if (decodeURIComponent(o.scene) != 'undefined') {
this.id = decodeURIComponent(o.scene)
}
uni.setNavigationBarTitle({
title: '任务详情'
});