获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 使用mpvue开发小程序
that.setData({ textLog: log }); 可以这样进行赋值吗
2018-12-19 - 小程序获取系统信息API区别
wx.getSystemInfoSync()和wx.getSystemInfo两者有什么区别,使用wx.getSystemInfo出了这个方法就去不到值,wx.getSystemInfoSync()这个方法就可以
2018-12-19 - 小程序蓝牙搜索不到蓝牙耳机
使用小程序开发的蓝牙功能,搜索附近的蓝牙设备,用蓝牙耳机进行测试搜索不到,可以搜索周边其他的不知名的设备
2018-12-18 - 使用mpvue开发
Template "0bcd363c" not found. 1 | <import src="/components/Card.vue.wxml" /><template name="8a8e52d2"> > 2 | <view class="_div data-v-549deb46"><template wx:key="book.id" data="{{...$root[$kk+'0-'+index], $root}}" is="0bcd363c" wx:for="{{books}}" wx:for-index="index" wx:for-item="book"></template></view> | ^ 3 | </template>
2018-10-10