瀏覽代碼

11.1 zhengjia

bding 1 年之前
父節點
當前提交
f5581d83c0
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      components/modalDialog.vue

+ 3 - 1
components/modalDialog.vue

@@ -277,8 +277,10 @@ export default {
       if (this.jurisdictionList.IsResearchSpecial) {
       } else {
         // isAudioVideo -- 3 产业视频
+        let type =
+          this.jurisdictionList.isAudioVideo == 1 ? "MicroAudio" : this.jurisdictionList.isAudioVideo == 2 ? "ActivityVideo" : this.jurisdictionList.isAudioVideo == 3 ? "MicroVideo" : "Activity";
         const res = await User.applyTry({
-          TryType: this.jurisdictionList.isAudioVideo == 1 ? "MicroAudio" : this.jurisdictionList.isAudioVideo == 2 || this.jurisdictionList.isAudioVideo == 3 ? "MicroVideo" : "Activity",
+          TryType: type,
           DetailId: this.jurisdictionList.ActivityId,
         });
       }