使用GET方法传递参数
这种url拼接是微信小程序的拼接方式 :url = url +'?year='+this.cur_year + '&month=' + this.cur_month
this.$http.post(url,form,options).then(res=>{