This commit is contained in:
曹辉 2023-04-27 10:03:35 +08:00
parent ab7bca88b9
commit ba87c1222a
3 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,7 @@
}, },
// //
videoshowfalse() { videoshowfalse() {
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
if (this.videoerroshow) { if (this.videoerroshow) {
if (this.videoitem.watchTime) { if (this.videoitem.watchTime) {
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime) this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)

View File

@ -88,6 +88,7 @@
}, },
// //
videoshowfalse() { videoshowfalse() {
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
if (this.videoerroshow) { if (this.videoerroshow) {
if (this.videoitem.watchTime) { if (this.videoitem.watchTime) {
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime) this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)

View File

@ -164,10 +164,13 @@
title: '取消支付', title: '取消支付',
type: 'error', type: 'error',
duration: 1500, duration: 1500,
url: `/pages/Orderdetails/Orderdetails?trainingOrderNo=${res.data.trainingOrderNo}`
}) })
that.buyshow = false
} }
}); });
} else { } else {
this.buyshow = false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: response.msg, title: response.msg,
type: 'error', type: 'error',
@ -177,6 +180,7 @@
}) })
} }
} else { } else {
this.buyshow = false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: res.msg, title: res.msg,
type: 'error', type: 'error',