Commit ac17eb37 by hank

NONE 进度条关闭

parent 72f650a8
......@@ -164,10 +164,10 @@ export default {
anime({
targets: this.$refs["lunzi"],
translateX: ["-50%", 0],
scale: [0, 0.5, 1],
scale: [0, 1],
translateZ: [-1000, 0],
// rotateY: [0, 360],
duration: 2000
duration: 5000
});
},
MAIN_INIT_QRCODE() {
......@@ -232,6 +232,9 @@ export default {
case "FAILED":
this.closeLoading();
break;
case "NONE":
this.closeLoading();
break;
case "DOWNLOADING":
this.showLoading();
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