更新
This commit is contained in:
@@ -209,6 +209,7 @@ function initRouter() {
|
||||
|
||||
menuList.forEach(ele => {
|
||||
const parent = [
|
||||
|
||||
{
|
||||
path: `/${ele.name}`,
|
||||
name: ele.name,
|
||||
|
||||
@@ -29,10 +29,13 @@ onBeforeMount(() => {
|
||||
<el-image style="width: 100px; height: 100px" :src="detailData.image" :fit="'cover'"></el-image>
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="cp装扮">
|
||||
<video :src="detailData.pendant" style="width: 100px; height: 100px" autoplay></video>
|
||||
<el-image style="width: 100px; height: 100px" :src="detailData.pendant_base_image" :fit="'cover'"></el-image>
|
||||
<!-- <video :src="detailData.pendant_base_image" style="width: 100px; height: 100px" autoplay></video> -->
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="CP特效">
|
||||
<video :src="detailData.rights_icon" style="width: 100px; height: 100px" autoplay></video>
|
||||
<el-image style="width: 100px; height: 100px" :src="detailData.rights_icon_base_image"
|
||||
:fit="'cover'"></el-image>
|
||||
<!-- <video :src="detailData.rights_icon_base_image" style="width: 100px; height: 100px" autoplay></video> -->
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="头像框">
|
||||
<el-image style="width: 100px; height: 100px" :src="detailData.dress_base_image" :fit="'cover'"></el-image>
|
||||
|
||||
@@ -160,7 +160,7 @@ export function useData() {
|
||||
if (valid) {
|
||||
console.log("curData", curData);
|
||||
const saveData = {
|
||||
type: curData.messageType === 1 ? 1 : curData.type,
|
||||
type: curData.messageType === 1 ? 1 : curData.messageType === 5 ? 5 : curData.type,
|
||||
title: curData.title,
|
||||
content: curData.content,
|
||||
image: curData.image,
|
||||
|
||||
Reference in New Issue
Block a user