// pages/home/agreement/index.js Page({ /** * 页面的初始数据 */ data: { }, onImageLoad: function(e){ console.log(e) }, tellPhone: function(){ wx.makePhoneCall({ phoneNumber: '020-82516486', }) } })