@@ -12,4 +12,10 @@ export function getDetails(id) {
url: '/knowledge/base/' + id,
method: 'get',
})
-}
+}
+export function popularKnowledgeList() {
+ return request({
+ url: '/knowledge/base/popularKnowledgeList',
+ method: 'get',
+ })
@@ -14,7 +14,7 @@
</view>
- <view class="wenzhangCont">
+ <view class="wenzhangCont article">
<view v-html="fromData.textDetails"></view>
<view>
<image :src="loadImgSrcLocalhost(fromData.imgUrlList)"></image>
<view v-for="(item, index) in fromData.pictureList" :key="index">
<image :src="loadImgSrcLocalhost(item)"></image>