瀏覽代碼

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

cuiyalong 1 年之前
父節點
當前提交
7f33e0b775

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

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

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

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