摘要: wxml文件 <view >{{id}}</view> js文件 Page({ data: { id:1 }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { wx.request({ url: 'http://localhost:8080/ 阅读全文
posted @ 2020-07-14 13:58 2538 阅读(692) 评论(0) 推荐(0)