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

update

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