Compare commits
31 Commits
test
...
625c8a121f
| Author | SHA1 | Date | |
|---|---|---|---|
| 625c8a121f | |||
| efa1643359 | |||
| 3b294ba020 | |||
| 8cdbea59de | |||
| 8ac488bf6f | |||
| 5664f1be9e | |||
| c5f707efb9 | |||
| 27a827662e | |||
| b7c8bed727 | |||
| f059dda7eb | |||
| 4cdcf1d0b6 | |||
| 4497141061 | |||
| dfaac20b63 | |||
| 0d3bc1c16e | |||
| c88aa227fd | |||
| 3631919245 | |||
| 4a4783563e | |||
| 28d56ab59a | |||
| be97e0ab31 | |||
| 5e8ec80621 | |||
| 0efb3ea86d | |||
| c0b6a23782 | |||
| a838b3673c | |||
| f64f1f0fb7 | |||
| 3088f957e2 | |||
| 41f99a175c | |||
| 61b5d785a3 | |||
| 3fe7554e06 | |||
| 1def9ddd4a | |||
| a13d442924 | |||
| a1f206a3c0 |
@@ -227,20 +227,6 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-text>
|
|
||||||
<v-row align="center">
|
|
||||||
<v-col cols="4">
|
|
||||||
태그
|
|
||||||
</v-col>
|
|
||||||
<v-col cols="8">
|
|
||||||
<v-text-field
|
|
||||||
v-model="audio_content.tags"
|
|
||||||
label="예 : #연애 #커버곡 #태그"
|
|
||||||
required
|
|
||||||
/>
|
|
||||||
</v-col>
|
|
||||||
</v-row>
|
|
||||||
</v-card-text>
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-row align="center">
|
<v-row align="center">
|
||||||
<v-col cols="4">
|
<v-col cols="4">
|
||||||
@@ -798,7 +784,6 @@ export default {
|
|||||||
this.audio_content.is_point_available = item.isPointAvailable
|
this.audio_content.is_point_available = item.isPointAvailable
|
||||||
this.audio_content.is_comment_available = item.isCommentAvailable
|
this.audio_content.is_comment_available = item.isCommentAvailable
|
||||||
this.audio_content.cover_image_url = item.coverImageUrl
|
this.audio_content.cover_image_url = item.coverImageUrl
|
||||||
this.audio_content.tags = item.tags
|
|
||||||
this.show_modify_dialog = true
|
this.show_modify_dialog = true
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -1073,10 +1058,6 @@ export default {
|
|||||||
request.price = this.audio_content.price
|
request.price = this.audio_content.price
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.audio_content.tags !== this.selected_audio_content.tags) {
|
|
||||||
request.tags = this.audio_content.tags
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.audio_content.cover_image !== null) {
|
if (this.audio_content.cover_image !== null) {
|
||||||
formData.append("coverImage", this.audio_content.cover_image)
|
formData.append("coverImage", this.audio_content.cover_image)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user