From 5624e50553139acebd7ca88eccfc29668998f079 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Fri, 21 May 2021 00:34:49 +0800 Subject: [PATCH] =?UTF-8?q?https://gitee.com/guchengwuyue/yshopmall/issues?= =?UTF-8?q?/I3O1C8=E3=80=90=E5=8D=95=E5=95=86=E6=88=B73.1=E5=8D=873.2?= =?UTF-8?q?=E3=80=91=E7=9B=B4=E6=92=AD=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8A=A520002?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wechat/live/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/wechat/live/index.vue b/src/views/wechat/live/index.vue index 327ffd1..323610c 100644 --- a/src/views/wechat/live/index.vue +++ b/src/views/wechat/live/index.vue @@ -28,6 +28,10 @@ + + +

购物直播封面图 ,建议尺寸800*800

+

开播时间需要在当前时间的10分钟后,并且开始时间不能在6个月后

@@ -221,7 +225,7 @@ const defaultCrud = CRUD({ optShow: { del: false, download: true },title: '直播房间', url: 'api/yxWechatLive', sort: 'room_id,desc', crudMethod: { ...crudYxWechatLive }}) -const defaultForm = { product: [],roomId: null,productId: null, name: null, coverImge: null, startDate: null, endDate : null,shareImge: null, liveStatus: null, coverImgArr: [],shareImgArr: [],anchorImgArr: [],startTime: null, endTime: null, anchorName: null, anchorWechat: null, anchorImge: null, type: 0, screenType: 0, closeLike: 0,closeGoods: 0, closeComment: 0,closeReplay: 0,closeShare:0,closeKf:0 } +const defaultForm = { product: [],roomId: null,productId: null,feedsImg: null, name: null, coverImge: null, startDate: null, endDate : null,shareImge: null, liveStatus: null, coverImgArr: [],shareImgArr: [],anchorImgArr: [],feedsImgArr:[],startTime: null, endTime: null, anchorName: null, anchorWechat: null, anchorImge: null, type: 0, screenType: 0, closeLike: 0,closeGoods: 0, closeComment: 0,closeReplay: 0,closeShare:0,closeKf:0 } export default { name: 'YxWechatLive', components: { pagination, crudOperation, rrOperation ,MaterialList,udOperation,LiveGoods}, @@ -341,6 +345,7 @@ export default { this.form.coverImge = this.form.coverImgArr.join(',') this.form.shareImge = this.form.shareImgArr.join(',') this.form.anchorImge = this.form.anchorImgArr.join(',') + this.form.feedsImg = this.form.feedsImgArr.join(',') }, // 新增与编辑前做的操作 [CRUD.HOOK.beforeToAdd](crud, form) {