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

页面修改

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