-
29App.vue
-
5common/api.js
-
15common/http.interceptor.js
-
74common/styles/iconfont.css
-
6components/my-nocontent/my-nocontent.vue
-
8pages.json
-
30pages/FQA/index.vue
-
132pages/center/index.vue
-
1pages/collect/index.vue
-
24pages/contactService/index.vue
-
40pages/goodsDetail/index.vue
-
13pages/index/index.vue
-
20pages/login/index.vue
-
BINstatic/center/collect-active.png
-
BINstatic/center/order.png
-
BINstatic/center/scan.png
-
BINstatic/images/empty.png
-
BINstatic/logo.png
@ -0,0 +1,74 @@ |
|||
@font-face { |
|||
font-family: "lf-iconfont"; /* Project id 2631569 */ |
|||
src: url('//at.alicdn.com/t/font_2631569_rgieivs47oc.woff2?t=1624527625328') format('woff2'), |
|||
url('//at.alicdn.com/t/font_2631569_rgieivs47oc.woff?t=1624527625328') format('woff'), |
|||
url('//at.alicdn.com/t/font_2631569_rgieivs47oc.ttf?t=1624527625328') format('truetype'); |
|||
} |
|||
|
|||
.lf-iconfont { |
|||
font-family: "lf-iconfont" !important; |
|||
font-size: 16px; |
|||
font-style: normal; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
} |
|||
|
|||
.lf-icon-jia1:before { |
|||
content: "\e6d4"; |
|||
} |
|||
|
|||
.lf-icon-xiangyou-copy:before { |
|||
content: "\e623"; |
|||
} |
|||
|
|||
.lf-icon-dianhua:before { |
|||
content: "\e64c"; |
|||
} |
|||
|
|||
.lf-icon-shuaxin:before { |
|||
content: "\e60e"; |
|||
} |
|||
|
|||
.lf-icon-shibai:before { |
|||
content: "\e645"; |
|||
} |
|||
|
|||
.lf-icon-jianshao:before { |
|||
content: "\e663"; |
|||
} |
|||
|
|||
.lf-icon-cuo:before { |
|||
content: "\e63f"; |
|||
} |
|||
|
|||
.lf-icon-icon-test:before { |
|||
content: "\e61e"; |
|||
} |
|||
|
|||
.lf-icon-dizhi:before { |
|||
content: "\e612"; |
|||
} |
|||
|
|||
.lf-icon-fanhui-xianxing:before { |
|||
content: "\e641"; |
|||
} |
|||
|
|||
.lf-icon-weigouxuan:before { |
|||
content: "\e615"; |
|||
} |
|||
|
|||
.lf-icon-gouxuan-xianxing:before { |
|||
content: "\e616"; |
|||
} |
|||
|
|||
.lf-icon-jian1:before { |
|||
content: "\e646"; |
|||
} |
|||
|
|||
.lf-icon-chenggong:before { |
|||
content: "\e60a"; |
|||
} |
|||
|
|||
.lf-icon-fenxiangzhuanfa:before { |
|||
content: "\e74f"; |
|||
} |
|||
@ -0,0 +1,30 @@ |
|||
<template> |
|||
<view> |
|||
<rich-text :nodes="content" v-if="content"></rich-text> |
|||
<my-nocontent v-else></my-nocontent> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
data(){ |
|||
return { |
|||
content: '' |
|||
} |
|||
}, |
|||
onLoad(){ |
|||
this.getData(); |
|||
}, |
|||
methods: { |
|||
getData(){ |
|||
this.$http(this.API.API_ARTICLE_QA).then(res => { |
|||
this.content = res.data.content; |
|||
}) |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss" scoped="scoped"> |
|||
|
|||
</style> |
|||
|
After Width: 75 | Height: 75 | Size: 1.4 KiB |
|
After Width: 75 | Height: 75 | Size: 1.4 KiB |
|
Before Width: 60 | Height: 60 | Size: 904 B After Width: 75 | Height: 75 | Size: 1.0 KiB |
|
After Width: 990 | Height: 852 | Size: 295 KiB |
|
Before Width: 120 | Height: 120 | Size: 15 KiB After Width: 8335 | Height: 8335 | Size: 450 KiB |