flat: 修改

This commit is contained in:
Apcallover
2024-07-01 14:43:19 +08:00
parent d19b4d502b
commit 7d1904fa2c
19 changed files with 1406 additions and 929 deletions

View File

@@ -23,7 +23,9 @@
// #endif
// this.strings=decodeURIComponent(option.val) ;
getPolicyContent(1, option.id).then(res => {
this.strings = res.data.data.records[0].note
if (res.data.data.records.length) {
this.strings = res.data.data.records[0].note
}
})
}
},