Przeglądaj źródła

feat: 202402配置接口改为同步请求

cuiyalong 1 rok temu
rodzic
commit
b6c7c4533b

+ 1 - 0
src/web/staticres/common-module/active/202402/202402.js

@@ -387,6 +387,7 @@ var task = new Vue({
       $.ajax({
         url: '/publicapply/activity/day/info',
         type: 'post',
+        async: false,
         data: {
           id: this.activityId
         },

+ 1 - 0
src/web/staticres/frontRouter/pc/activity/js/202402.js

@@ -332,6 +332,7 @@ var task = new Vue({
       $.ajax({
         url: '/publicapply/activity/day/info',
         type: 'post',
+        async: false,
         data: {
           id: this.activityId
         },