Handy_Cao vor 1 Jahr
Ursprung
Commit
da034c2552
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/packages/sbyj/views/account/certification/Index.vue

+ 1 - 1
src/packages/sbyj/views/account/certification/Index.vue

@@ -155,7 +155,7 @@ const formRules: { [key in keyof Model.AddAuthReq]?: FieldRule[] } = {
     }],
     halfbodyphotourl: [{
         required: true,
-        message: '请上传'+halfBodyPhotoTitle.value,
+        message: () => '请上传'+halfBodyPhotoTitle.value,
     }],
 }