摘要:
效果 第一步:在app.json里面获取设备信息 wx.getSystemInfo({ success: res => { //设备信息 console.log("设备信息",res) let modelmes = res.model; if (modelmes.search('iPhone X') 阅读全文
摘要:
<view class="df yuding" style="padding:24rpx 0;"> <view class="fs26">预计到店</view> <picker mode="multiSelector" bindchange="bindMultiPickerChange" bindc 阅读全文
摘要:
当你给button已经清除过默认样式了,还是有问题 可能是微信小程序的基础样式已经升级到v2版本了,在app.json中可以查阅到: "style": "v2", //基础样式升级 "sitemapLocation": "sitemap.json" 把"style": "v2", 删除就可以了! 阅读全文