Task:指引功能/状态接口对接
This commit is contained in:
@@ -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')
|
||||
},
|
||||
|
||||
/* 节流 */
|
||||
|
||||
Reference in New Issue
Block a user