fix(ns-goods-action-icon): 客服联系按钮英文状态下,点击无效

This commit is contained in:
2025-12-24 14:49:13 +08:00
parent d8d6c5631f
commit 43e66b1798

View File

@@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<block v-if="text == '客服'"> <block v-if="text == '客服' || text == 'Contact'">
<!-- <ns-contact :niushop="chatParam" :send-message-title="sendData.title" :send-message-path="sendData.path" :send-message-img="sendData.img"> --> <!-- <ns-contact :niushop="chatParam" :send-message-title="sendData.title" :send-message-path="sendData.path" :send-message-img="sendData.img"> -->
<button hoverClass="none" openType="contact" sessionFrom="weapp" showMessageCard="true" class="action-icon-wrap" style="background: transparent;padding: 0;margin: 0;"> <button hoverClass="none" openType="contact" sessionFrom="weapp" showMessageCard="true" class="action-icon-wrap" style="background: transparent;padding: 0;margin: 0;">
<view class="iconfont color-title" :class="icon"></view> <view class="iconfont color-title" :class="icon"></view>