收藏
回答

小程序客服打开用户分享的卡片第一次是空白的?

客户分享的卡片可以打开,小程序客服第一次打开是空白的,重新进入则有数据

代码为:

<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>
回答关注问题邀请回答
收藏

1 个回答

  • 大大大大大白
    大大大大大白
    2023-10-13
    解决了将:send-message-path="'/pages/shop/detail.html?product_id='+_id",改为:send-message-path="'/pages/shop/detail?product_id='+_id"即可,把.html去掉
    


    2023-10-13
    有用
    回复
登录 后发表内容