素质测评测试优化

This commit is contained in:
2025-11-21 14:27:32 +08:00
parent 90f1e9186d
commit 690c0fd6db
19 changed files with 42 additions and 110 deletions

View File

@@ -1,9 +1,5 @@
<template>
<view class="index-wrap">
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
<view class="go-back" @click="goBack"></view>
<text>职业路径</text>
</view>
<view class="content">
<view class="section">
<view class="title-h1">
@@ -224,9 +220,6 @@
icon:"none"
});
},
goBack(){
uni.navigateBack(-1);
},
}
}
</script>