摘要:问题描述 微信小程序内容高度超出手机屏幕高度 #页面结构 page - questionnaire-fixed-height - questionnaire # 设置page高度100% <style lang="scss"> page { height: 100%; } </style> #设置内
阅读全文
摘要:安卓手机小程序顶部导航栏标题居左 苹果手机小程序顶部导航栏标题居中 安卓手机小程序顶部导航栏标题居中显示: 自定义导航栏 "window": { "navigationStyle": "custom" }, 微信官方文档 微信小程序自定义导航栏组件(完美适配所有手机),可自定义实现任何你想要的功能
阅读全文
摘要:微信小程序wx.showActionSheet调用客服消息功能 官方文档的代码: wx.showActionSheet({ itemList: ['A', 'B', 'C'], success (res) { console.log(res.tapIndex) }, fail (res) { con
阅读全文
摘要:@ wxml代码: <view class="container"> <swiper indicator-dots="true}" autoplay="true" interval="3000" duration="1"> <block wx:for="{{imgUrls}}" wx:key="*t
阅读全文