Commit 43833e97ae2fe8a8c166235b9640e097ddb452af

Authored by ww
1 parent 45386eee

chore: drop console

Showing 1 changed file with 0 additions and 1 deletions
... ... @@ -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 => {
... ...