|
@@ -153,7 +153,7 @@ export default defineComponent({
|
|
|
left: px2vw(18)
|
|
|
},
|
|
|
btnsStyle: {
|
|
|
- bottom: px2vw(80),
|
|
|
+ bottom: px2vw(95),
|
|
|
left: px2vw(185),
|
|
|
'justify-content': 'center',
|
|
|
padding: 0
|
|
@@ -173,7 +173,7 @@ export default defineComponent({
|
|
|
step: 0
|
|
|
});
|
|
|
const tipShow = ref(false);
|
|
|
-
|
|
|
+ // const res = setGuidance({guideTag:'teacher-guideInfo',guideValue:'{}'})
|
|
|
const guideInfo = ref({} as any)
|
|
|
const getAllGuidance = async()=>{
|
|
|
try{
|