客户分享的卡片可以打开,小程序客服第一次打开是空白的,重新进入则有数据
代码为:
<button class="submit_left_item" :send-message-title="title"
:send-message-img="img_url" show-message-card="true"
:send-message-path="'/pages/shop/detail.html?product_id='+_id"
open-type="contact" @contact="handleContact" hover-class="none"></button>
解决了将:send-message-path="'/pages/shop/detail.html?product_id='+_id",改为:send-message-path="'/pages/shop/detail?product_id='+_id"即可,把.html去掉