jwyu 2 anni fa
parent
commit
d52a840076
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      pages-report/reportList.vue
  2. 1 1
      pages-report/search.vue

+ 1 - 1
pages-report/reportList.vue

@@ -235,7 +235,7 @@ page{
       background-color: #f5f5f5;
       flex-shrink: 0;
       margin-right: 20rpx;
-      border-radius: 8rpx;
+      border-radius: 16rpx;
     }
     .con {
       flex: 1;

+ 1 - 1
pages-report/search.vue

@@ -86,7 +86,7 @@ export default {
 
         goReportDetail(item){
             if(['晨报','周报'].includes(item.classify_name_first)){
-                uni.navigateTo({url: `/pages-report/chapterDetail?chapterId=${item.report_chapter_id}&fromPage=home`})
+                uni.navigateTo({url: `/pages-report/chapterDetail?chapterId=${item.report_chapter_id}&fromPage=search`})
             }else{
                 uni.navigateTo({url:'/pages-report/reportDetail?reportId='+item.report_id})
             }