|
@@ -70,6 +70,7 @@
|
|
@click="goAerated"
|
|
@click="goAerated"
|
|
>
|
|
>
|
|
充气
|
|
充气
|
|
|
|
+ <!-- {{ currentLevel }} --{{ aeratedArr.length }}-->
|
|
</van-button>
|
|
</van-button>
|
|
<van-button
|
|
<van-button
|
|
style="width: 30%; border-radius: 8px;margin-left: 10px;"
|
|
style="width: 30%; border-radius: 8px;margin-left: 10px;"
|
|
@@ -391,7 +392,7 @@ export default {
|
|
// this.currentLevel = this.aeratedArr.length
|
|
// this.currentLevel = this.aeratedArr.length
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.saveUserData();
|
|
this.saveUserData();
|
|
- }, 1200);
|
|
|
|
|
|
+ }, 200);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|