77

导航

随笔分类 -  微信小程序

微信小程序内容高度超过手机屏幕高度backgroundColor受到影响
摘要:问题描述 微信小程序内容高度超出手机屏幕高度 #页面结构 page - questionnaire-fixed-height - questionnaire # 设置page高度100% <style lang="scss"> page { height: 100%; } </style> #设置内 阅读全文

posted @ 2021-03-04 17:46 77ss 阅读(834) 评论(0) 推荐(0)

创建小程序报Error: tunneling socket could not be established, cause=connect ECO
摘要:解决方法 阅读全文

posted @ 2021-02-23 10:11 77ss 阅读(349) 评论(0) 推荐(0)

安卓小程序顶部导航栏标题不居中
摘要:安卓手机小程序顶部导航栏标题居左 苹果手机小程序顶部导航栏标题居中 安卓手机小程序顶部导航栏标题居中显示: 自定义导航栏 "window": { "navigationStyle": "custom" }, 微信官方文档 微信小程序自定义导航栏组件(完美适配所有手机),可自定义实现任何你想要的功能 阅读全文

posted @ 2021-02-23 10:07 77ss 阅读(1392) 评论(0) 推荐(0)

微信小程序wx.showActionSheet调用客服信息功能
摘要:微信小程序wx.showActionSheet调用客服消息功能 官方文档的代码: wx.showActionSheet({ itemList: ['A', 'B', 'C'], success (res) { console.log(res.tapIndex) }, fail (res) { con 阅读全文

posted @ 2019-12-18 07:37 77ss 阅读(1410) 评论(0) 推荐(0)

微信小程序swiper使用网络图片不显示问题
摘要:@ wxml代码: <view class="container"> <swiper indicator-dots="true}" autoplay="true" interval="3000" duration="1"> <block wx:for="{{imgUrls}}" wx:key="*t 阅读全文

posted @ 2019-12-08 09:05 77ss 阅读(1809) 评论(0) 推荐(0)