提交 ec26e346 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 0cb80357
......@@ -55,7 +55,7 @@ async function handleSubmit() {
<el-form-item prop="content">
<template v-if="form.type == 1">
<!-- 文本 -->
<el-input type="textarea" rows="14" v-model="form.content"></el-input>
<el-input type="textarea" :rows="14" v-model="form.content"></el-input>
</template>
<template v-if="['2', '6', '7', '8'].includes(form.type)">
<!-- 图片|二维码|小程序|卡券 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论