个人案例
- 好建
提供各行各业的小程序解决方案
好建小程序扫码体验
基础库问题,不要用最新的几个
调试开发者工具中报错?如图。 [图片]
2021-11-30你好,请问这个问题解决了吗,我这边也遇到了
苹果手机无法正常显示滚动条,安卓手机无异常1.苹果手机无法正常显示样式滚动条,安卓手机无异常。 wxml: <view class="marquee_container" style="--marqueeWidth--:-36em"> <view class="marquee_text">11111111111111111111111111111111111111111111111111111111111111111111111 </view> </view> wxss: .marquee_container{ background-color: #eee; height: 28px; line-height: 28px; position: relative; width: 100%; margin-top:60px; } .marquee_text{ color:#fc6571; line-height: 50rpx; font-size: 28rpx; display: inline-block; white-space: nowrap; animation-name: around; animation-duration: 14s; /*过渡时间*/ animation-iteration-count: infinite; animation-timing-function:linear; } .marquee_container:hover{ /* 不起作用 */ animation-play-state: paused; }
2021-11-26你这个是不是组件里面,要是组件里面,就是方法放错地方了
找不到方法错误:Component "pages/Test/Test" does not have a method "tapName" to handle event "tap". wxml:<view id="tapTest" data-hi="Weixin" bindtap="tapName"> Click me! </view> js:Page({ tapName: function(event) { console.log(event) } })
2021-11-25你应该把出现问题的苹果型号,版本等情况,都发一下
自定义tabbar 苹果手机适配?[图片] 你们又遇到这个问题吗?
2021-11-23请问这个问题解决没用,我这边也遇到了
ReferenceError: __g is not defined[图片]ReferenceError: window is not defined 请问为啥会报这个错误 小程序都没window呀 而且是突然之间报的
2021-11-11第三方开发就支持
一套代码打包多个小程序 ,小程序的页面路径可以动态修改?一套代码打包多个小程序 ,小程序的页面路径可以动态修改?
2021-09-23请问,rich-text加入视频组件的问题,你是怎么解决的
rich-text 解析富文本包含视频?后台富文本编辑器上传了视频,微信小程序用rich-text无法读取视频,这怎么解决,有没有推荐的组件?
2021-07-19微信那边,就不能给一个解决方案吗,不然怎么开发
卡,慢,没法使用了?微信小程序开放工具,现在事完全没法进行第三方开发了,一启动,就卡死,一运行,就卡死,所有操作,都卡死
2020-09-22请问这个问题解决了吗,怎么解决的
usingComponents 能动态加载组件吗?usingComponents page 在json文件中使用usingComponents 能动态加载组件吗?页面中的组件需要更换,每次都需要去修改usingComponents配置,然后重新提交代码审核吗?能做到动态加载自定义组件吗
2020-06-24官方有没有人回答问题哦,都几天时间了
商品价格和开播时间,结束时间都是错误的?[图片]
2020-03-31