接收二维码id
This commit is contained in:
@@ -334,6 +334,9 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
this.id = o.id
|
this.id = o.id
|
||||||
|
if (decodeURIComponent(o.scene) != 'undefined') {
|
||||||
|
this.id = decodeURIComponent(o.scene)
|
||||||
|
}
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: '任务详情'
|
title: '任务详情'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user