1、关键代码
wxml代码
js代码
Page({
openSettingTap:function(){
wx.getSetting({
success: function(res) {
console.log(res)
}
})
}
})
css代码
button{
margin:10px;
color: white;
background: green;
}
2、在编写获取客户