This commit is contained in:
@@ -277,6 +277,13 @@
|
||||
<label>描述</label>
|
||||
<t-input v-model="banner.description" placeholder="一句宣传语"></t-input>
|
||||
</div>
|
||||
<div class="form-item form-item--full">
|
||||
<label>标签</label>
|
||||
<t-input
|
||||
v-model="banner.tags"
|
||||
placeholder="如:高速,低价,安全(多个标签用逗号分隔)"
|
||||
></t-input>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>跳转链接</label>
|
||||
<t-input v-model="banner.url" placeholder="/cloud.html"></t-input>
|
||||
@@ -896,7 +903,7 @@
|
||||
this.bannerList.push({
|
||||
title: "",
|
||||
description: "",
|
||||
img: "",
|
||||
tags: "",
|
||||
url: "",
|
||||
blank: false,
|
||||
button_text: "",
|
||||
|
||||
Reference in New Issue
Block a user