Commit ac17eb37 by hank

NONE 进度条关闭

parent 72f650a8
...@@ -164,10 +164,10 @@ export default { ...@@ -164,10 +164,10 @@ export default {
anime({ anime({
targets: this.$refs["lunzi"], targets: this.$refs["lunzi"],
translateX: ["-50%", 0], translateX: ["-50%", 0],
scale: [0, 0.5, 1], scale: [0, 1],
translateZ: [-1000, 0], translateZ: [-1000, 0],
// rotateY: [0, 360], // rotateY: [0, 360],
duration: 2000 duration: 5000
}); });
}, },
MAIN_INIT_QRCODE() { MAIN_INIT_QRCODE() {
...@@ -232,6 +232,9 @@ export default { ...@@ -232,6 +232,9 @@ export default {
case "FAILED": case "FAILED":
this.closeLoading(); this.closeLoading();
break; break;
case "NONE":
this.closeLoading();
break;
case "DOWNLOADING": case "DOWNLOADING":
this.showLoading(); this.showLoading();
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment