From f28bf99488c5a60e9a0d57e4fc62c7a15d3cc344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 26 Apr 2023 16:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/trainingOrder/index.vue | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/views/system/trainingOrder/index.vue b/src/views/system/trainingOrder/index.vue index ede749d..478fcec 100644 --- a/src/views/system/trainingOrder/index.vue +++ b/src/views/system/trainingOrder/index.vue @@ -46,7 +46,7 @@ > - + - 退款 - @@ -283,6 +281,7 @@ - @@ -377,6 +375,7 @@ @@ -390,11 +389,10 @@ :item="scope.row" /> --> + class="img" + :src="baseurl + scope.row.itemDirectoryUrl" + controls="controls" + > @@ -413,7 +411,6 @@ > - @@ -615,6 +612,7 @@ export default { }, // 查看视频 handlelook(row) { + this.loading = true; this.innerrefundvideo = true; console.log(row); @@ -622,9 +620,9 @@ export default { this.formlist.trainingItemPosterUrl = row.trainingItemPosterUrl; this.formlist.trainingItemDetails = row.trainingItemDetails; this.formlist.trainingItemContent = row.trainingItemContent; - orderItemDirectory(row.trainingOrderDetailsId).then((response) => { this.formlist.list = response.rows; + this.loading = false; }); },