Damon 9 месяцев назад
Родитель
Сommit
69a5e2e0af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/public/uuid.vue

+ 1 - 1
src/pages/public/uuid.vue

@@ -45,7 +45,7 @@ export default {
         code: this.code,
       }).then((res) => {
         if (res.code === 0) {
-          this.openId = res.data.openId;
+          this.openId = res.data.openid;
         }
       });
     },