Commit ff80bd9a authored by 黄奎's avatar 黄奎

页面修改

parent 64a8d6c2
......@@ -1447,6 +1447,8 @@
title: y.childItem.couponsName,
content: y.childItem.description,
img: y.childItem.imaArray[0].url,
videoPath: y.childItem.imaArray[0].videoPath,
fileType: y.childItem.imaArray[0].fileType,
ticketName: y.childItem.couponsTicketName,
playTimeHour: y.childItem.playTimeHour,
playTimeMinutes: y.childItem.playTimeMinutes,
......@@ -1593,6 +1595,7 @@
this.$set(this.tripList, j, x)
x.dateTime = this.setDate(j);
})
console.log("this.tripList",this.tripList)
},
//上移下移(IsUp:0上移,1下移)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment