Commit 315c3a97 authored by Facius's avatar Facius

客服按钮

parent 99d091df
......@@ -13,7 +13,7 @@
</u-image>
<button :class="['settle-button', {'is-mine': isMine}]" type="primary" :open-type="openTypes[typeIndex]" show-message-card
send-message-title="点击下方客服会话添加订单助手" shape="circle" @click="download" :send-message-img="kefuzxiaoxiImage"
send-message-path="/pages/index/index" :custom-style="buttonStyle">
send-message-path="/pages/index/index">
{{buttonText[typeIndex]}}
</button>
<view class="bottom-view" v-if="isMine">
......@@ -265,18 +265,7 @@
height: 80rpx;
border-radius: 40rpx;
line-height: 80rpx;
}
// return this.isMine ? {
// 'width': "300rpx",
// 'height': "80rpx",
// "font-size": "32rpx",
// "font-weight": "bold",
// } : {
// 'width': "400rpx",
// 'height': "100rpx",
// "font-size": "32rpx",
// "font-weight": "bold",
// };
}
}
.pop-tip-view {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment