const api = require('../../../../utils/api.js'); Page({ /** * 页面的初始数据 */ data: { checkText:'请选择' }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { }, /** * 生命周期函数--监听页面初次渲染完成 */ onReady: function () { let that=this wx.request({ url: api.setImg, data:{userId:wx.getStorageSync('userId')}, success(res){ that.data.arr=[] that.data.arr1=[] for(var i=0;i