Sign in
刘鹏伟
/
party
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7a27c3ae7bdeaa517eb290286b6ae297c8c362aa
Authored by
zouyang0921
2020-01-14 17:52:03 +0800
1 parent
de6a8cfe
[年会抽奖]调试拍照
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mobile.js
mobile.js
View file @
7a27c3a
...
...
@@ -98,7 +98,7 @@ var action = {
98
98
this.getSeatList();
99
99
},
100
100
// 打开摄像头,type=1: 唤起摄像头,type=2: 打开相册
101
- openCamera: function(type
= 1
) {
101
+ openCamera: function(type
) {
102
102
console.log('type: ', type)
103
103
var sourceType = [];
104
104
if (type === 1) {
...
...