db 2 лет назад
Родитель
Сommit
c2a8d95656

+ 2 - 2
config/config.js

@@ -1,5 +1,5 @@
-export const baseUrl = 'http://8.136.199.33:8500/api';//小程序开发接口地址
-//export const baseUrl = 'https://cygx.hzinsights.com/api';//小程序线上接口地址
+//export const baseUrl = 'http://8.136.199.33:8500/api';//小程序开发接口地址
+export const baseUrl = 'https://cygx.hzinsights.com/api';//小程序线上接口地址
 // #ifdef H5
 export const H5baseUrl=process.env.NODE_ENV === 'development'?window.location.origin+'/':baseUrl
 // #endif 

+ 0 - 2
pages/index/index.vue

@@ -258,7 +258,6 @@ export default {
     },
     //点击图标的二级分类 处理数据
     childrenChartData() {
-            console.log(this.chartChildrenActive);
       if (this.topTabsActive == 3 && this.secondActive != 0) {
         let arr = [];
         this.secondBars.forEach((item) => {
@@ -309,7 +308,6 @@ export default {
               });
               this.secondBars = arr;
               this.secondActive ? "" : (this.secondActive = 0);
-              console.log(this.secondActive);
               this.secondActive > 0 && this.childrenChartData();
               this.getReportList();
             }

+ 6 - 1
reportPages/authorPages/authorPages.vue

@@ -6,7 +6,7 @@
         <text class="">{{ list.NickName }}</text>
       </view>
       <text :class="isFollw ? 'cancel-attention' : 'attention'" @click="isAttention">
-        {{ isFollw ? "取消关注": "+关注"  }}
+        {{ isFollw ? "取消关注" : "+关注" }}
       </text>
     </view>
     <view class="author-num">
@@ -108,6 +108,11 @@ export default {
             duration: 2000,
           });
         }
+        let pages = getCurrentPages();
+        let prevPage = pages[pages.length - 2];
+        let path = prevPage.$page.fullPath;
+        console.log(path);
+        console.log(prevPage);
       }
     },
     //收藏

+ 2 - 2
reportPages/recentPages/recentPages.vue

@@ -167,7 +167,7 @@ export default {
     }
   }
   .li-serial {
-    width: 26rpx;
+    padding: 0 8rpx;
     height: 26rpx;
     line-height: 26rpx;
     color: #fff;
@@ -194,7 +194,7 @@ export default {
     .text-box {
       margin-bottom: 27rpx;
       margin-right: 40rpx;
-      padding: 0;
+      padding: 0 7rpx;
       font-size: 24rpx;
       color: #408fff;
       width: 170rpx;

+ 2 - 1
reportPages/researchTheme/researchTheme.vue

@@ -165,6 +165,7 @@ export default {
     line-height: 88rpx;
     position: relative;
     color: #000;
+    padding-right: 160rpx;
     .follw {
       position: absolute;
       right: 30rpx;
@@ -199,7 +200,7 @@ export default {
     .text-box {
       margin-bottom: 27rpx;
       margin-right: 20rpx;
-      padding: 0;
+      padding: 0 7rpx;
       font-size: 24rpx;
       color: #408fff;
       width: 217rpx;