Compare commits

..

No commits in common. "745059a8eb85e0bc705a5f0fb808e3d3c30f2202" and "46014a376d35bc140ff0094d7dfed588f9ef833b" have entirely different histories.

2 changed files with 7 additions and 25 deletions

View File

@ -56,7 +56,7 @@ export function exportOrderInfoExcel(params) {
export function toPay(params) {
return request({
url: '/admin-api/pay/toPayCode',
url: '/admin-api/pay/toPay',
method: 'get',
params
})

View File

@ -1,15 +1,14 @@
<template>
<div class="container_">
<div class="top-list">
<div class="list-box" v-for="item in serviceList" :span="4">
<el-row>
<el-col v-for="item in serviceList" :span="4">
<div @click="goRoute(item.id)">
<img :src=" imgUrl + item.coverImg" style="width: 300px; height: 300px;">
<!-- <image-preview :width="300" :height="300" :src="item.coverImg"></image-preview>-->
<div style="font-weight: bold;text-align: center;font-size: 25px">{{ item.name }}</div>
<image-preview :width="300" :height="300" :src="item.coverImg"></image-preview>
{{ item.name }}
</div>
</div>
</div>
</el-col>
</el-row>
<div class="container-box">
<div class="flex-box">
@ -118,7 +117,6 @@ export default {
},
data() {
return {
imgUrl:'',
lineChartData: lineChartData.newVisitis,
serviceList: [],
warnList: [],
@ -139,8 +137,6 @@ export default {
this.getServiceList()
this.getNotifyMessage()
this.getWarnList()
this.imgUrl = process.env.VUE_APP_IMAGE_URL
console.log( this.imgUrl + '1111111' )
},
methods: {
handleSetLineChartData(type) {
@ -183,20 +179,6 @@ export default {
box-sizing: border-box;
padding: 15px;
}
.top-list{
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.list-box{
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 4px;
box-sizing: border-box;
padding: 15px;
border-radius: 8px;
}
.container-box{
width: 100%;
display: flex;