Commit cc2501e1 authored by 周成波's avatar 周成波

update

parent 53bac87f
......@@ -1279,7 +1279,6 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-button type="primary" size="small">上传图片</el-button>
</el-upload>
<el-button type="danger" size="small" @click="onClearMarketingTemplatePic('cover')" style="margin-left: 30px;">清除图片</el-button>
<el-button type="success" size="small" @click="onMarketingTemplateAddTextToPic('cover')" style="margin-left: 30px;">预览图片</el-button>
</el-form-item>
<el-form-item>
<div style="width: 100%;">
......@@ -1297,6 +1296,9 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-slider v-model="pic_title.position" :step="0.01" :min="0" :max="1" show-input vertical height="100px" style="margin-top: 10px;"/>
<el-button type="danger" size="small" @click="marketing_template.cover_pic_titles.splice(index, 1);" style="margin-left: 80px;">删除文字</el-button>
</div>
<div style="width: 100%;">
<el-button type="success" size="small" @click="onMarketingTemplateAddTextToPic('cover')">预览图片</el-button>
</div>
</el-form-item>
</div>
<el-form-item label="封底图片">
......@@ -1320,7 +1322,6 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-button type="primary" size="small">上传图片</el-button>
</el-upload>
<el-button type="danger" size="small" @click="onClearMarketingTemplatePic('product')" style="margin-left: 30px;">清除图片</el-button>
<el-button type="success" size="small" @click="onMarketingTemplateAddTextToPic('product')" style="margin-left: 30px;">预览图片</el-button>
</el-form-item>
<el-form-item>
<div style="width: 100%;">
......@@ -1338,6 +1339,9 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-slider v-model="pic_title.position" :step="0.01" :min="0" :max="1" show-input vertical height="100px" style="margin-top: 10px;"/>
<el-button type="danger" size="small" @click="marketing_template.product_pic_titles.splice(index, 1);" style="margin-left: 80px;">删除文字</el-button>
</div>
<div style="width: 100%;">
<el-button type="success" size="small" @click="onMarketingTemplateAddTextToPic('product')">预览图片</el-button>
</div>
</el-form-item>
<el-form-item label="封底旁白">
<el-input v-model="marketing_template.product_pic_speech" :autosize="true" type="textarea"></el-input>
......
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