Browse Source

应用安装统计

gzb
guozhongbo 8 months ago
parent
commit
a5201fefd8

+ 1
- 1
public/librarys/echarts-liquidfill@3.1.0/echarts-liquidfill.min.js
File diff suppressed because it is too large
View File


+ 2
- 2
src/views/layout.vue View File

283
         this.$Message.error("手机号码格式不正确");
283
         this.$Message.error("手机号码格式不正确");
284
         return;
284
         return;
285
       }
285
       }
286
-      this.setRegionSecond();
287
       login_msg_code({
286
       login_msg_code({
288
         phone: this.phoneInfo.phone
287
         phone: this.phoneInfo.phone
289
       }).then((data) => {
288
       }).then((data) => {
290
         if (data.code === 0) {
289
         if (data.code === 0) {
290
+          this.setRegionSecond();
291
           this.$Message.success(data.msg);
291
           this.$Message.success(data.msg);
292
         } else {
292
         } else {
293
           this.$Message.error(data.msg);
293
           this.$Message.error(data.msg);
298
       this.phoneInfo.second = 59;
298
       this.phoneInfo.second = 59;
299
       this.phoneInfo.timer = setInterval(() => {
299
       this.phoneInfo.timer = setInterval(() => {
300
         this.phoneInfo.second--;
300
         this.phoneInfo.second--;
301
-        if (this.phoneInfo.second <= 0) {
301
+        if (this.phoneInfo.second === 0) {
302
           clearInterval(this.phoneInfo.timer);
302
           clearInterval(this.phoneInfo.timer);
303
           this.phoneInfo.timer = null;
303
           this.phoneInfo.timer = null;
304
           this.phoneInfo.second = 60;
304
           this.phoneInfo.second = 60;

+ 1
- 1
src/views/regionSection/applicationManage/applicationManage.vue View File

160
             </Select>
160
             </Select>
161
           </div>
161
           </div>
162
         </div>
162
         </div>
163
-        <div class="table_wrap">
163
+        <div class="table_wrap" style="margin: 0">
164
           <Table
164
           <Table
165
             :columns="installInfo.columns"
165
             :columns="installInfo.columns"
166
             :data="installInfo.list"
166
             :data="installInfo.list"

+ 2
- 2
src/views/regionSection/regionManage/adminManage.vue View File

606
         this.$Message.error("手机号码格式不正确");
606
         this.$Message.error("手机号码格式不正确");
607
         return;
607
         return;
608
       }
608
       }
609
-      this.setRegionSecond();
610
       this.showLoading = true;
609
       this.showLoading = true;
611
       login_msg_code({
610
       login_msg_code({
612
         phone: this.adminInfo.phone
611
         phone: this.adminInfo.phone
613
       }).then((data) => {
612
       }).then((data) => {
614
         this.showLoading = false;
613
         this.showLoading = false;
615
         if (data.code === 0) {
614
         if (data.code === 0) {
615
+          this.setRegionSecond();
616
           this.$Message.success(data.msg);
616
           this.$Message.success(data.msg);
617
         } else {
617
         } else {
618
           this.$Message.error(data.msg);
618
           this.$Message.error(data.msg);
623
       this.adminInfo.second = 59;
623
       this.adminInfo.second = 59;
624
       this.adminInfo.timer = setInterval(() => {
624
       this.adminInfo.timer = setInterval(() => {
625
         this.adminInfo.second--;
625
         this.adminInfo.second--;
626
-        if (this.adminInfo.second <= 0) {
626
+        if (this.adminInfo.second === 0) {
627
           clearInterval(this.adminInfo.timer);
627
           clearInterval(this.adminInfo.timer);
628
           this.adminInfo.timer = null;
628
           this.adminInfo.timer = null;
629
           this.adminInfo.second = 60;
629
           this.adminInfo.second = 60;

+ 2
- 2
src/views/regionSection/regionManage/regionManage.vue View File

724
         this.$Message.error("手机号码格式不正确");
724
         this.$Message.error("手机号码格式不正确");
725
         return;
725
         return;
726
       }
726
       }
727
-      this.setRegionSecond();
728
       this.showLoading = true;
727
       this.showLoading = true;
729
       login_msg_code({
728
       login_msg_code({
730
         phone: this.regionInfo.admin.phone
729
         phone: this.regionInfo.admin.phone
731
       }).then((data) => {
730
       }).then((data) => {
732
         this.showLoading = false;
731
         this.showLoading = false;
733
         if (data.code === 0) {
732
         if (data.code === 0) {
733
+          this.setRegionSecond();
734
           this.$Message.success(data.msg);
734
           this.$Message.success(data.msg);
735
         } else {
735
         } else {
736
           this.$Message.error(data.msg);
736
           this.$Message.error(data.msg);
741
       this.regionInfo.second = 59;
741
       this.regionInfo.second = 59;
742
       this.regionInfo.timer = setInterval(() => {
742
       this.regionInfo.timer = setInterval(() => {
743
         this.regionInfo.second--;
743
         this.regionInfo.second--;
744
-        if (this.regionInfo.second <= 0) {
744
+        if (this.regionInfo.second === 0) {
745
           clearInterval(this.regionInfo.timer);
745
           clearInterval(this.regionInfo.timer);
746
           this.regionInfo.timer = null;
746
           this.regionInfo.timer = null;
747
           this.regionInfo.second = 60;
747
           this.regionInfo.second = 60;

+ 1
- 1
src/views/regionSection/search/allApps.vue View File

111
             </Select>
111
             </Select>
112
           </div>
112
           </div>
113
         </div>
113
         </div>
114
-        <div class="table_wrap">
114
+        <div class="table_wrap" style="margin: 0">
115
           <Table
115
           <Table
116
             :columns="installInfo.columns"
116
             :columns="installInfo.columns"
117
             :data="installInfo.list"
117
             :data="installInfo.list"

+ 1
- 1
src/views/schoolSection/applicationManage/applicationList.vue View File

655
             </Select>
655
             </Select>
656
           </div>
656
           </div>
657
         </div>
657
         </div>
658
-        <div class="table_wrap">
658
+        <div class="table_wrap" style="margin: 0">
659
           <Table
659
           <Table
660
             :columns="installInfo.columns"
660
             :columns="installInfo.columns"
661
             :data="installInfo.list"
661
             :data="installInfo.list"

Loading…
Cancel
Save