纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
243 B

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