|
@@ -16,7 +16,7 @@
|
|
<image :src="item.content"></image>
|
|
<image :src="item.content"></image>
|
|
<!-- 内容 -->
|
|
<!-- 内容 -->
|
|
<view class="list-right-box">
|
|
<view class="list-right-box">
|
|
- <view class="time-data">{{formatDateToYearMonthDay(item.createTime).join(-)}}</view>
|
|
|
|
|
|
+ <view class="time-data">{{formatDateToYearMonthDay(item.createTime).join('-')}}</view>
|
|
<view class="list-name">{{item.title}}</view>
|
|
<view class="list-name">{{item.title}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -44,6 +44,7 @@
|
|
getStringByHtml3
|
|
getStringByHtml3
|
|
} from "@/utils/common.js"
|
|
} from "@/utils/common.js"
|
|
import MtaFooter from "@/components/MtaFooter.vue"
|
|
import MtaFooter from "@/components/MtaFooter.vue"
|
|
|
|
+ import {getCommonXygkXiaoyuanfengguang} from "../../api/common";
|
|
|
|
|
|
const data = reactive({
|
|
const data = reactive({
|
|
list: '',
|
|
list: '',
|
|
@@ -59,7 +60,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
function getList(data) {
|
|
function getList(data) {
|
|
- return httpApi.getCommonGaikuangRongyuList(data)
|
|
|
|
|
|
+ return httpApi.getCommonXygkXiaoyuanfengguang(data)
|
|
}
|
|
}
|
|
|
|
|
|
function handleGo() {
|
|
function handleGo() {
|
|
@@ -69,7 +70,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
function pageInit() {
|
|
function pageInit() {
|
|
- httpApi.getCommonGaikuangRongyuList({
|
|
|
|
|
|
+ httpApi.getCommonXygkXiaoyuanfengguang({
|
|
page: data.page,
|
|
page: data.page,
|
|
size: data.size
|
|
size: data.size
|
|
}).then(res => {
|
|
}).then(res => {
|