This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wzh
/
ShipOwner_WxApp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修复 签到
wzg
2 years ago
parent
1db36e93f2
commit
22afaf72d4
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
miniprogram/pages/takePhoto/takePhoto.js
+ 3
- 0
miniprogram/pages/takePhoto/takePhoto.js
View File
@@ -319,6 +319,9 @@ Page({
});
}
},
+ complete: (e) => {
+ this.data.locked = false;
+ },
});
},
onShow() {