Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
43833e97ae2fe8a8c166235b9640e097ddb452af
Authored by
ww
2022-09-21 21:05:40 +0800
1 parent
45386eee
chore: drop console
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
pages/personal/personal.vue
pages/personal/personal.vue
View file @
43833e9
...
...
@@ -257,7 +257,6 @@ export default {
257
257
platformName: 'WECHAT',
258
258
thirdUserId: this.getOpenId
259
259
};
260
-
console.log(postData)
261
260
uni.$u.http
262
261
.post('/yt/third/bind', postData)
263
262
.then(res => {
...
...