Browse Source

Merge branch 'dev/v4.9.2.4_cyl' of qmx/jy into hotfix/v4.9.2.1

cuiyalong 1 year ago
parent
commit
7f33e0b775

+ 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
         },