张延森 3 years ago
parent
commit
5bd30a15ca
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      src/components/BodyCheckItem/index.vue
  2. 1
    1
      src/pages/Index/BookDetail/index.vue

+ 2
- 1
src/components/BodyCheckItem/index.vue View File

4
       <text>{{Data.name}}</text>
4
       <text>{{Data.name}}</text>
5
       <text>{{ToolClass.DateFormat(Data.createDate)}}</text>
5
       <text>{{ToolClass.DateFormat(Data.createDate)}}</text>
6
     </view>
6
     </view>
7
-    <navigator url="" hover-class="none">查看报告</navigator>
7
+    <view>{{Data.attchment}}</view>
8
+    <!-- <navigator url="" hover-class="none">查看报告</navigator> -->
8
   </view>
9
   </view>
9
 </template>
10
 </template>
10
 
11
 

+ 1
- 1
src/pages/Index/BookDetail/index.vue View File

32
                   </view>
32
                   </view>
33
                   <view class="flex-item flex-h" style="flex: 1; -webkit-flex: 1;">
33
                   <view class="flex-item flex-h" style="flex: 1; -webkit-flex: 1;">
34
                     <text>阅读量:</text>
34
                     <text>阅读量:</text>
35
-                    <text class="flex-item">{{ArticleInfo.answerNum}}</text>
35
+                    <text class="flex-item">{{ArticleInfo.postData ? ArticleInfo.postData.pv : 0}}</text>
36
                   </view>
36
                   </view>
37
                 </view>
37
                 </view>
38
                 <view class="flex-h">
38
                 <view class="flex-h">