摘要:
微信小程序判断手机有没有定位的方法 var that = this; wx.getSystemInfo({ success(res) { var isopendingwei = res.locationEnabled; if(isopendingwei==false){ that.tc('清先开启手 阅读全文
摘要:
微信小程序data-dd="{{dd}}"失效的解决方法 这个是小程序bug 重启就行 阅读全文
摘要:
PHP 网页编码问题 网页要显示utf8 必须要PHP写上 header("Content-type: text/html; charset=utf-8"); 或者浏览器设置编码 utf8 都行 阅读全文