1、微信客户端button不显示,点击不反应
cover-view组件内放
<button>联系客服获取更多
</button>
2、微信开发工具
<cover-view>
<button type="default-dark" open-type="contact" session-from="weapp" class="guest-button">联系客服获取更多
</button>
</cover-view>
button显示,但是 open-type="contact"点击不反应,open-type="getPhoneNumber"可以使用。
更新到最新版本微信试一下? 工具上暂时不支持调试客服按钮
同样也遇到了 cover-view 里面的客服按钮无法唤起客服按钮的问题,在模拟器可以唤起一个提示弹窗,但是安卓和 IOS 都测试了无法唤起,安卓用的是 7.0.7 ,ios 用的是 7.0.5
<button open-type="contact">
<cover-view></cover-view>
</button>
<
button
open-type
=
"contact"
>
<
cover-view
>
...
</
cover-view
>
</
button
>
这两天这个问题我也折腾了好久。。。
结果我发现了解决方法而且超无语的解决方法。。。
用<button open-type="contact"> 把 <cover-view> 包起来就行了
也就是说 不要吧 button放到cover-view 里面 而是 把 cover-view 放到button 里面
同问,我也遇到了同样的情况!
<cover-view class='service box left'>
<button class='serviceBtn' open-type='contact'></button>
<cover-image class='img bottomBtnImg serviceBtnImg' style='' src='../img/service.png' mode='aspectFit'></cover-image>
<cover-view class='display'>客服</cover-view>
</cover-view>
可以指定那个客服吗??求解
就是我指定那个商品到指定的商家客服