lrf402788946 4 年之前
父節點
當前提交
fb3ab246fa
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/views/bind/confirm.vue

+ 0 - 6
src/views/bind/confirm.vue

@@ -58,16 +58,10 @@ export default {
       if (this.type == '2') this.toWxLogin();
       if (this.type == '2') this.toWxLogin();
     },
     },
     async toBind() {
     async toBind() {
-      console.log(this.uid);
-      console.log(this.qrcode);
-      console.log(this.type);
-      console.log(this.openid);
-
       let uid = this.uid;
       let uid = this.uid;
       if (_.isArray(uid)) {
       if (_.isArray(uid)) {
         uid = _.head(uid);
         uid = _.head(uid);
       }
       }
-      console.log(uid);
       const res = await this.userBind({ uid: uid, openid: this.openid, qrcode: this.qrcode, type: this.type });
       const res = await this.userBind({ uid: uid, openid: this.openid, qrcode: this.qrcode, type: this.type });
       if (res.errcode === 0) {
       if (res.errcode === 0) {
         this.$toast({ type: 'success', message: '绑定成功' });
         this.$toast({ type: 'success', message: '绑定成功' });