Commit 4d892ef8 authored by 罗超's avatar 罗超

1

parent 69e25c2b
...@@ -259,6 +259,9 @@ export default { ...@@ -259,6 +259,9 @@ export default {
line-height: 1; line-height: 1;
margin: 0 10rpx; margin: 0 10rpx;
color: $u-tips-color; color: $u-tips-color;
// #ifdef MP-ALIPAY
background-color: transparent;
// #endif
} }
.u-close-wrap { .u-close-wrap {
......
...@@ -912,15 +912,14 @@ ...@@ -912,15 +912,14 @@
</button> </button>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-ALIPAY --> <!-- #ifdef MP-ALIPAY -->
<button class="jz_ConButton" style="margin-right:20rpx;"> <button class="jz_ConButton" style="margin-right: 20rpx">
<contact-button <contact-button
tnt-inst-id="QqR_ZV6m" tnt-inst-id="QqR_ZV6m"
scene="SCE01203509" scene="SCE01203509"
icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png" icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size="38rpx" size="38rpx"
:alipay-card-no="2088+UserId"
:ext-info="encodeURIComponent({'appId':'2021002181604459'})"
> >
<!-- :ext-info="encodeURIComponent({ appId: 2021002181604459 })" -->
</contact-button> </contact-button>
<view style="color: #111111; font-size: 22rpx">客服</view> <view style="color: #111111; font-size: 22rpx">客服</view>
</button> </button>
...@@ -955,14 +954,14 @@ ...@@ -955,14 +954,14 @@
</button> </button>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-ALIPAY --> <!-- #ifdef MP-ALIPAY -->
<button class="jz_ConButton" style="margin-right:20rpx;"> <button class="jz_ConButton" style="margin-right: 20rpx">
<contact-button <contact-button
tnt-inst-id="QqR_ZV6m" tnt-inst-id="QqR_ZV6m"
scene="SCE01203509" scene="SCE01203509"
icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png" icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size="38rpx" size="38rpx"
ext-info="encodeURIComponent({'appId':'2021002181604459'})"
> >
<!-- :ext-info="encodeURIComponent({ appId: 2021002181604459 })" -->
</contact-button> </contact-button>
<view style="color: #111111; font-size: 22rpx">客服</view> <view style="color: #111111; font-size: 22rpx">客服</view>
</button> </button>
......
...@@ -533,11 +533,32 @@ ...@@ -533,11 +533,32 @@
> >
{{ item.name }} {{ item.name }}
</Text> </Text>
<!-- #ifdef MP-WEIXIN -->
<button <button
open-type="contact" open-type="contact"
class="contButton" class="contButton"
v-if="item.link_url == 'contact' && item.name == '客服'" v-if="item.link_url == 'contact' && item.name == '客服'"
></button> ></button>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<view
class="contButton"
style="
display: flex;
justify-content: center;
align-items: center;
"
v-if="item.link_url == 'contact' && item.name == '客服'"
>
<contact-button
tnt-inst-id="QqR_ZV6m"
scene="SCE01203509"
:icon="item.icon_url"
size="70rpx"
>
</contact-button>
</view>
<!-- #endif -->
</view> </view>
</view> </view>
</view> </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