使用GET方法传递参数
这种url拼接是微信小程序的拼接方式 :url = url +'?year='+this.cur_year + '&month=' + this.cur_month
this.$http.post(url,form,options).then(res=>{
使用GET方法传递参数
这种url拼接是微信小程序的拼接方式 :url = url +'?year='+this.cur_year + '&month=' + this.cur_month
this.$http.post(url,form,options).then(res=>{
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。