南昌市物联网技防平台-小程序
liuyg
2021-05-28 79bb182cf66e9386cccc76c2595e54259b658508
pages/workbench/workbench.vue
@@ -55,8 +55,8 @@
      data() {
         return {
            zhanwei: '', //因为小程序中底部和顶部栏占位置,uniapp中不占位置
            ingsDB: '#ff930f 2px solid',
            candoDB: '#00d1ff 2px solid',
            ingsDB: '#00d1ff 2px solid',
            candoDB: '#fff 2px solid',
            Task: '当前已接任务',
            show: true,
            dataListP: [],
@@ -83,14 +83,14 @@
            console.log(e, 777878)
         },
         ingss() {
            this.ingsDB = '#ff930f 2px solid';
            this.candoDB = '#00d1ff 2px solid';
            this.ingsDB = '#00d1ff 2px solid';
            this.candoDB = '#fff 2px solid';
            this.Task = '当前已接任务';
            this.getdataList(0);
         },
         candos() {
            this.candoDB = '#ff930f 2px solid';
            this.ingsDB = '#00d1ff 2px solid';
            this.candoDB = '#00d1ff 2px solid';
            this.ingsDB = '#fff 2px solid';
            this.Task = '当前可接任务';
            this.getdataList(1);
         },
@@ -179,7 +179,6 @@
         left: 25%;
         width: 50%;
         height: 2rem;
         // border: 1px solid #0000FF;
         border-radius: 20rem;
         color: #fff;
         background-color: rgba($color: #000000, $alpha: 0.5);