@cc-component/cc-guide 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,13 +148,13 @@ export class GuideModelComp {
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
refesh() {
|
|
151
|
-
Log.log("
|
|
151
|
+
Log.log("引导步骤-刷新前", this._step)
|
|
152
152
|
while (this._step < this.prompts.length) {
|
|
153
153
|
const prompt = this.prompts[this._step]
|
|
154
154
|
if (prompt.is_finish) {
|
|
155
155
|
this._step++
|
|
156
156
|
} else {
|
|
157
|
-
Log.log("
|
|
157
|
+
Log.log("引导步骤-刷新后", this._step)
|
|
158
158
|
return;
|
|
159
159
|
}
|
|
160
160
|
}
|