接收二维码id
This commit is contained in:
@@ -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: '任务详情'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user