guhongwei před 5 roky
rodič
revize
6d501e0408
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/bind.vue

+ 1 - 1
src/views/bind.vue

@@ -42,7 +42,7 @@ export default {
     async bindBtn() {
       let data = {};
       data.uid = this.uid;
-      data.openid = '05';
+      // data.openid = '05';
       let res = await this.bind(data);
       if (res.errcode == '0') {
         this.$message({