Commit a2f22a58 authored by 罗超's avatar 罗超

测试

parent 5227b1f9
...@@ -352,11 +352,9 @@ ...@@ -352,11 +352,9 @@
}) })
return; return;
} }
if (this.$isLogin()) {
this.getData(); this.getData();
this.getyuyue() this.getyuyue()
} }
}
}; };
</script> </script>
......
...@@ -522,9 +522,7 @@ ...@@ -522,9 +522,7 @@
onShow() { onShow() {
this.msg.StartTime = getToday('y', 'm') + '-01'; this.msg.StartTime = getToday('y', 'm') + '-01';
this.msg.EndTime = getToday('y', 'm') + '-' + getMonthMaxDay(); this.msg.EndTime = getToday('y', 'm') + '-' + getMonthMaxDay();
if (this.$isLogin()) {
this.getAllData() this.getAllData()
}
}, },
onLoad(options) { onLoad(options) {
this.initSwiper() this.initSwiper()
......
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 to comment