//index.js //获取应用实例 var app = getApp() Page({ data: { motto: '上传靓照', userInfo: {} }, //事件处理函数 uploadImage: function() { var that = this wx.chooseImage({ success: function(res) { var tempFilePaths = res.tempFilePaths wx.showToast({ title: '鉴定中,请稍候',