Commit a2f22a58 authored by 罗超's avatar 罗超

测试

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