Commit 287ffacc authored by Tình Trương's avatar Tình Trương

update

parent cba345ef
......@@ -317,7 +317,7 @@
<q-input
outlined
type="textarea"
class="q-py-sm q-field__native q-placeholder"
class="q-py-sm"
:model-value="story.content"
@update:model-value="$emit('update:content', $event)"
readonly
......
......@@ -652,10 +652,10 @@ export default defineComponent({
const checkValidate = () => {
let hasError = false;
if (!avatarFile.value) {
hasError = true;
hidden_img.value = true;
}
// if (!avatarFile.value) {
// hasError = true;
// hidden_img.value = true;
// }
if (!artistCode.value || !artistCode.value?.trim().length) {
hasError = true;
artistCodeRules.value = true;
......
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