hml hace 2 años
padre
commit
28755a99d4
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      purchase_H5/src/views/index.vue
  2. 1 1
      purchase_H5/src/views/manual/manual004.vue

+ 1 - 1
purchase_H5/src/views/index.vue

@@ -172,7 +172,7 @@ export default {
         anonymousId: anonymousId,
         channelKey: channelKey,
         location: "",
-        userid:userid
+        userId:userid
       }
       newStrategy(params).then(async (res) => {
         let data = res.data;

+ 1 - 1
purchase_H5/src/views/manual/manual004.vue

@@ -102,7 +102,7 @@ export default {
         anonymousId: anonymousId,
         channelKey: this.channelKey,
         location: "",
-        userid:userid
+        userId:userid
       }
       newStrategy(params).then(async (res) => {
         let data = res.data;