@ -59,7 +59,11 @@ var iscrollState='';//判断滑动方向
checkUserAgent();
vm.checkType()
vm.code=JSON.parse(localStorage.getItem("wlyyAgent")).uid
vm.queryList.month=new Date().getFullYear()+"-"+(new Date().getMonth()+1)
var month=new Date().getMonth()+1
if(month<=9){
month="0"+month
}
vm.queryList.month=new Date().getFullYear()+"-"+month
vm.eventClick()
},
methods: {