积分优化;样式优化
This commit is contained in:
@@ -89,6 +89,7 @@ async function getExaminationDetail() {
|
||||
if(res.code === 0) {
|
||||
exam_info.value = res.data
|
||||
form.value = res.data.exam
|
||||
form.value.price = 4.9
|
||||
exam_types.value = res.data.exam_types.map((item) => {
|
||||
for(let prop in item) {
|
||||
if(price_props.includes(prop)) {
|
||||
|
Reference in New Issue
Block a user