获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信支付
微信支付在别的小程序上都能正常执行,但是在这个项目上汇报一个莫名其妙的错误 [图片]
2018-04-23 - 图片上传
wx.chooseImage选择图片之后,能否转成base64格式之后,再传到服务器上
2018-03-16 - textarea无法弹起输入框
你想反馈一个 Bug 还是 提一个需求? <view class='fixed' bindtap='changeShow'> <view> <image src='写评论.png'></image> 写评论 </view> <text>评论</text> </view> <view class='fixed-input' wx:if='{{fixedInputShow}}'> <view> <view> <text bindtap='cancelComment'>取消</text> <text bindtap='confirmComment'>发布</text> </view> <textarea maxlength='-1' value='{{comments}}' cursor-spacing='80' fixed="true" bindinput='writecomment' auto-focus='{{focus}}'> </textarea> </view> </view> 刚开始评论框是隐藏的,当点击写评论时,弹出评论框,但是textarea无法弹出键盘
2018-01-11 - textarea的文字覆盖在position:fixed的button上
textarea的文字覆盖在position:fixed的button上
2017-12-18