Browse Source

Merge branch 'develop/3.2.2' into master_tencent

Damon 9 months ago
parent
commit
8ab35fa8a1
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/pages/public/remote.vue

+ 6 - 6
src/pages/public/remote.vue

@@ -47,8 +47,8 @@ export default {
     ///获取用户信息
     deviceUrlInfo() {
       deviceUrlInfo({
-        code: this.state,
-        code: this.openId,
+        state: this.state,
+        openId: this.openId,
       }).then((res) => {
         if (res.code === 0) {
           this.flowUrl = res.data.flowUrl;
@@ -60,8 +60,8 @@ export default {
     getSubmit1() {
       if (this.flowUrl.length === 0) {
         deviceUrlInfo({
-          code: this.state,
-          code: this.openId,
+          state: this.state,
+          openId: this.openId,
         }).then((res) => {
           if (res.code === 0) {
             this.flowUrl = res.data.flowUrl;
@@ -84,8 +84,8 @@ export default {
     getSubmit2() {
       if (this.wifiUrl.length === 0) {
         deviceUrlInfo({
-          code: this.state,
-          code: this.openId,
+          state: this.state,
+          openId: this.openId,
         }).then((res) => {
           if (res.code === 0) {
             this.flowUrl = res.data.flowUrl;