iPhone6S上开放能力客服会话的button点击后没反应
今天发现一部iPhone 6S上button组件开放能力点击后没有反应。open-type为contact
,调试未发现有报错。
3 回复
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没有响应