Commit 71f1ccd7 authored by wangdng's avatar wangdng

30%

parent 74ef643e
......@@ -130,10 +130,7 @@ export default {
}
if (v && k>=3) {
let ue_list = this.$store.state.ue_list1;
if(k==3)
var bytes = [this.$store.state.slice_info[3].ddqn.thrpt1,ue_list[k].Mbs];
if(k==4)
var bytes = [(Math.abs(this.mult2*100)==Infinity?0:Math.abs(this.mult2*100))>400?400:(Math.abs(this.mult2*100)==Infinity?0:Math.abs(this.mult2*100)),30]
var stamp = Date.now() / 1000;
if (v.bytes !== undefined) {
......
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