This commit is contained in:
”Rain“ 2024-05-30 11:57:59 +08:00
parent 03e6121fe9
commit ffbc110aa6

View File

@ -242,7 +242,7 @@
this.id = options.id;
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight
this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn;
console.log(options);
// console.log(options);
},
onShow() {