3 커밋

작성자 SHA1 메시지 날짜
  corala 6345a780dc 挖掘分析 1 년 전
  corala 44c35ae24c Merge branch 'master' into newyun 1 년 전
  douzhuo c3605999b2 播放器修改 2 년 전
5개의 변경된 파일18개의 추가작업 그리고 10개의 파일을 삭제
분할 보기
  1. +1
    -1
      env/dev.js
  2. +17
    -9
      pages/center/Piabodata/requireminingAnalysis.vue
  3. BIN
      static/images/ranking1.png
  4. BIN
      static/images/ranking2.png
  5. BIN
      static/images/ranking3.png

+ 1
- 1
env/dev.js 파일 보기

@@ -1,5 +1,5 @@
const ENV_PATH = {
baseUrl: 'http://81.70.55.170:9999', // 微信的测试环境
baseUrl: 'http://39.97.244.65:9999', // 微信的测试环境
}

module.exports = ENV_PATH

+ 17
- 9
pages/center/Piabodata/requireminingAnalysis.vue 파일 보기

@@ -33,7 +33,7 @@
</view>
</view>
<!-- 统计说明 -->
<view class="black-bg" v-if="showDesc" >
<view class="black-bg" v-if="showDesc">
<view class="tongjiDesc">
<view class="tongji-title">统计说明</view>
<view class="text">
@@ -51,8 +51,14 @@
<view class="title1">平均挖掘执行率趋势</view>
</view>
<view class="uchaserbox">
<qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none"
:ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba2" :canvas2d="true" />
<qiun-data-charts
type="line"
:chartData="lineOptsect"
:opts="lineOpts"
background="none"
:ontouch="true"
canvasId="wangxiaohuaerlingilingwuyiba2"
:canvas2d="true" />
</view>
</view>
<view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
@@ -121,7 +127,6 @@
</template>

<script>
var app = getApp();
// var config = require("../../../config");
// import loading from "@/components/loading/index.vue"
export default {
@@ -130,6 +135,7 @@
},
data() {
return {
LOADING: true,
selindex: '',
guwenshow: false,
timeshow: false,
@@ -241,7 +247,7 @@
min: 0,
}]
}
},
}
};
},
onShow() {
@@ -263,7 +269,7 @@
// this.getdata()
},
methods: {
max100(num) {
max100(num) {
if(num>100){
return 100
} else if(!num){
@@ -273,13 +279,13 @@
}
},
getdata(){
// 挖掘分析-简报
// 挖掘分析-简报
this.wordMiningAnalyze()
//挖掘排行
this.getwordMiningRank()
// 挖掘趋势图
this.getwordMiningAnalyzePercentage()
// 挖掘f分布图
// 挖掘分布图
this.getRingData()
},
// 挖掘排行
@@ -590,7 +596,9 @@
font-weight: bold;
}
}
.grid{
border: 1rpx solid #eee;
}
.grid:nth-child(1) {
border-right: none;
border-bottom: none;


BIN
static/images/ranking1.png 파일 보기

Before After
Width: 76  |  Height: 76  |  Size: 6.0 KiB

BIN
static/images/ranking2.png 파일 보기

Before After
Width: 76  |  Height: 76  |  Size: 6.2 KiB

BIN
static/images/ranking3.png 파일 보기

Before After
Width: 80  |  Height: 80  |  Size: 7.2 KiB

불러오는 중...
취소
저장