소스 검색

Merge branch 'feature/新手指导' of Software/android-cloud-H5 into develop

huangxiaojing 2 년 전
부모
커밋
36b50509b7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/activity/invite-user/guide-pc.vue
  2. 1 1
      pages/activity/invite-user/guide.vue

+ 1 - 1
pages/activity/invite-user/guide-pc.vue

@@ -47,7 +47,7 @@ export default {
     async getAdInfoByAdPlace() {
       const data = {
           id: 1,
-          adPlace: 511,
+          adPlace: 20,
           os: 1
         }
       const res = await this.$axios.$post('/v5/advertising/getAdInfoByAdPlace', data);

+ 1 - 1
pages/activity/invite-user/guide.vue

@@ -45,7 +45,7 @@ export default {
     async getAdInfoByAdPlace() {
       const data = {
           id: 1,
-          adPlace: 511,
+          adPlace: 20,
           os: 1
         }
       const res = await this.$axios.$post('/v5/advertising/getAdInfoByAdPlace', data);