摘要:
methods: { //执行网络请求 run() { uni.request({ method: 'GET',//请求方式 url: ‘’//请求地址 }).then(res=>{ console.log(res); }) }, //这里是通过点击的方式触发的 click(){ setInterv 阅读全文
posted @ 2020-03-31 10:43
uniapp
阅读(8428)
评论(0)
推荐(0)
浙公网安备 33010602011771号