Commit 8a3ccb8f authored by 黄奎's avatar 黄奎

页面修改

parent 76a2dccc
......@@ -229,9 +229,6 @@ export default {
this.loading = true;
let that=this;
this.apipost("/api/Statistic/GetStudentShopList", {}, res => {
// this.SexOrder = res.data.data
console.log(res.data.data)
let chartData = [], shopChartData = [];
let data=res.data.data;
if(data.length==0){
......
......@@ -26,12 +26,6 @@
<div>
累计报名
<b>{{item.AgeCount}}</b> 人,
<!-- 关联购物金额
<b>
<template v-if="item.TotalMoney">
{{(item.TotalMoney/10000).toFixed(2)}}
</template>
</b>, -->
报名均价为:
<b>
<template v-if="item.Unit_Price">
......@@ -68,9 +62,6 @@
<el-col :span="12" size="30">
推荐解答
</el-col>
<!-- <el-col :span="12" class="right-title">
<i class="iconfont icondianzan1"></i> 点赞
</el-col> -->
</el-row>
</div>
<div class="situ">
......@@ -107,7 +98,6 @@ export default {
},
data() {
return {
drawer: false,
scaleData: [],
showChats: [],
......@@ -145,7 +135,6 @@ export default {
GetBbsListByType(){
this.apipost("/api/Customer/GetBbsListByType", {t: this.discussID}, res => {
this.BbsList = res.data.data
if (this.BbsList && this.BbsList.length>0) {
this.topOne=this.BbsList[0]
this.BbsList.forEach(x=>{
......
......@@ -18,7 +18,6 @@ export default {
};
},
mounted() {
console.log(this.scaleData);
let myChart = this.$echarts.init(this.$refs.myChart);
window.addEventListener("resize", () => {
myChart.resize();
......
......@@ -357,7 +357,6 @@ export default {
}
this.chartData = chartData;
console.log("this.chartData", this.chartData);
this.shopChartData = shopChartData;
this.orders = res.data.data;
......@@ -367,7 +366,6 @@ export default {
getOrders() {
this.apipost("/api/Statistic/GetTravelTypeOrderList", {}, res => {
this.loading = false;
// console.log("res",res);
res.data.data.forEach(x => {
this.orders[x.NewTravelType - 1].LtName = x.LtName;
this.orders[x.NewTravelType - 1].Unit_Price = x.Unit_Price;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment