<view class="wxkf" @click="expertConsultation"> <image class="wxkf_img" src="/static/wxkf.png"></image> </view>
script
methods: {
expertConsultation(){
wx.openCustomerServiceChat({
extInfo: {url:' //企业客服链接
corpId:'wwbea0987d0887ca49', //企业客服ID
success(res) {
}
})
},
},