|
@@ -16,8 +16,8 @@ const pdfState = reactive({
|
|
pdf_url:'',
|
|
pdf_url:'',
|
|
pdf_name:''
|
|
pdf_name:''
|
|
})
|
|
})
|
|
-let showHint = ref(true)
|
|
|
|
-let hasRight = ref(false)
|
|
|
|
|
|
+let showHint = ref(false)
|
|
|
|
+let hasRight = ref(true)
|
|
let hintText = ref('')
|
|
let hintText = ref('')
|
|
const loadingFailed = ()=>{
|
|
const loadingFailed = ()=>{
|
|
LOADING.close()
|
|
LOADING.close()
|