修改
This commit is contained in:
parent
ab7bca88b9
commit
ba87c1222a
@ -91,6 +91,7 @@
|
||||
},
|
||||
//关闭播放弹出框
|
||||
videoshowfalse() {
|
||||
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
|
||||
if (this.videoerroshow) {
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
|
||||
|
||||
@ -88,6 +88,7 @@
|
||||
},
|
||||
//关闭播放弹出框
|
||||
videoshowfalse() {
|
||||
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
|
||||
if (this.videoerroshow) {
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
|
||||
|
||||
@ -164,10 +164,13 @@
|
||||
title: '取消支付',
|
||||
type: 'error',
|
||||
duration: 1500,
|
||||
url: `/pages/Orderdetails/Orderdetails?trainingOrderNo=${res.data.trainingOrderNo}`
|
||||
})
|
||||
that.buyshow = false
|
||||
}
|
||||
});
|
||||
} else {
|
||||
this.buyshow = false
|
||||
this.$refs.uToast.show({
|
||||
title: response.msg,
|
||||
type: 'error',
|
||||
@ -177,6 +180,7 @@
|
||||
})
|
||||
}
|
||||
} else {
|
||||
this.buyshow = false
|
||||
this.$refs.uToast.show({
|
||||
title: res.msg,
|
||||
type: 'error',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user