Task:指引功能/状态接口对接

This commit is contained in:
modendeveloper
2025-01-19 02:52:58 +08:00
parent 85854ea2f6
commit bd2338f16a
13 changed files with 359 additions and 269 deletions
+3
View File
@@ -93,6 +93,8 @@
},
next() {
this.throttle(() => {
console.log(this.functionGuideData.step, this.maxStep);
if (this.functionGuideData.step == this.maxStep) {
this.jump()
return
@@ -103,6 +105,7 @@
},
setFunctionGuideState() {
this.show = false
this.$emit('hide')
},
/* 节流 */