Explorar o código

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

chenyue %!s(int64=6) %!d(string=hai) anos
pai
achega
4c9890a671
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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: {