Browse Source

修改获取支付列表时间设置

chenyue 6 năm trước cách đây
mục cha
commit
4c9890a671
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      html/payment/js/paymentList.js

+ 5 - 1
html/payment/js/paymentList.js

@ -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: {