小程序
小游戏
企业微信
微信支付
扫描小程序码分享
今天发现一部iPhone 6S上button组件开放能力点击后没有反应。open-type为contact
,调试未发现有报错。
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这个代码没有复现,我看你的button标签没有内容的,有没有可能是这个影响了?可以新建一个测试的页面试下是否还有这个情况出现吗?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
Appid: wx29ebda93eb28468b
代码:
<
view
wx:if
=
"{{key == 0}}"
class
'badge'
>
'badge-left'
'badge-text'
>{{city_num.city.city_name}} 距下期{{city_num.city.next_date}}摇号还有</
><
text
"big-days"
>{{city_num.city.left_days}}</
>天</
</
'badge-right'
button
open-type
'contact'
'hidden-btn'
size
'mini'
></
点击代码片段中的 button没有响应
请提供小程序的appid以及出现问题的代码片段
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这个代码没有复现,我看你的button标签没有内容的,有没有可能是这个影响了?可以新建一个测试的页面试下是否还有这个情况出现吗?
Appid: wx29ebda93eb28468b
代码:
<
view
wx:if
=
"{{key == 0}}"
class
=
'badge'
>
<
view
class
=
'badge-left'
>
<
view
class
=
'badge-text'
>{{city_num.city.city_name}} 距下期{{city_num.city.next_date}}摇号还有</
view
>
<
view
class
=
'badge-text'
><
text
class
=
"big-days"
>{{city_num.city.left_days}}</
text
>天</
view
>
</
view
>
<
view
class
=
'badge-right'
>
<
button
open-type
=
'contact'
class
=
'hidden-btn'
size
=
'mini'
></
button
>
</
view
>
</
view
>
点击代码片段中的 button没有响应
请提供小程序的appid以及出现问题的代码片段