Commit 0f39c726 by caoyanzhi

updat: 微信图文升级

parent 1d1f08c6
......@@ -21,7 +21,7 @@
</el-table-column>
<el-table-column label="图文信息" align="left" min-width="200px">
<div class="media-info" slot-scope="scope">
<img width="100" height="100" :src="scope.row.itemList.length ? scope.row.itemList[0].qcloudImageUrl || '' : ''" alt="" />
<img width="60" height="60" :src="scope.row.itemList.length ? scope.row.itemList[0].qcloudImageUrl || '' : ''" alt="" />
<div class="media-title">
<p>
标题:<a class="blue" :href="scope.row.itemList.length ? scope.row.itemList[0].mediaUrl || '' : ''" target="_blank">{{ scope.row.itemList.length ? scope.row.itemList[0].titleName || '' : '' }}</a>
......@@ -201,7 +201,7 @@ export default {
this.$set(row, 'loading', true);
wechatDraftPublish({ imageTextId: row.imageTextId })
.then(res => {
this.$message.success('发布中');
this.$message.success('成功提交发布,等待发布审核');
this.loadImgTextList();
})
.finally(() => this.$set(row, 'loading', false));
......
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