guozhongbo преди 8 месеца
родител
ревизия
a5201fefd8

+ 1
- 1
public/librarys/echarts-liquidfill@3.1.0/echarts-liquidfill.min.js
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 2
- 2
src/views/layout.vue Целия файл

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

+ 1
- 1
src/views/regionSection/applicationManage/applicationManage.vue Целия файл

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

+ 2
- 2
src/views/regionSection/regionManage/adminManage.vue Целия файл

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

+ 2
- 2
src/views/regionSection/regionManage/regionManage.vue Целия файл

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

+ 1
- 1
src/views/regionSection/search/allApps.vue Целия файл

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

+ 1
- 1
src/views/schoolSection/applicationManage/applicationList.vue Целия файл

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

Loading…
Отказ
Запис