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

1

parent 69e25c2b
......@@ -259,6 +259,9 @@ export default {
line-height: 1;
margin: 0 10rpx;
color: $u-tips-color;
// #ifdef MP-ALIPAY
background-color: transparent;
// #endif
}
.u-close-wrap {
......
......@@ -912,19 +912,18 @@
</button>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<button class="jz_ConButton" style="margin-right:20rpx;">
<contact-button
tnt-inst-id="QqR_ZV6m"
scene="SCE01203509"
icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size="38rpx"
:alipay-card-no="2088+UserId"
:ext-info="encodeURIComponent({'appId':'2021002181604459'})"
>
</contact-button>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
<!-- #endif -->
<button class="jz_ConButton" style="margin-right: 20rpx">
<contact-button
tnt-inst-id="QqR_ZV6m"
scene="SCE01203509"
icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size="38rpx"
>
<!-- :ext-info="encodeURIComponent({ appId: 2021002181604459 })" -->
</contact-button>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
<!-- #endif -->
<view class="jz_OrderNow" @click="goReserce()">立即预定</view>
</view>
</view>
......@@ -952,20 +951,20 @@
alt=""
/>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
</button>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<button class="jz_ConButton" style="margin-right:20rpx;">
<contact-button
tnt-inst-id="QqR_ZV6m"
scene="SCE01203509"
icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size="38rpx"
ext-info="encodeURIComponent({'appId':'2021002181604459'})"
>
</contact-button>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
<button class="jz_ConButton" style="margin-right: 20rpx">
<contact-button
tnt-inst-id="QqR_ZV6m"
scene="SCE01203509"
icon="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size="38rpx"
>
<!-- :ext-info="encodeURIComponent({ appId: 2021002181604459 })" -->
</contact-button>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
<!-- #endif -->
<view class="jz_OrderNow disable" v-if="currentPrice.remainNum <= 0"
>已售罄</view
......
......@@ -533,11 +533,32 @@
>
{{ item.name }}
</Text>
<!-- #ifdef MP-WEIXIN -->
<button
open-type="contact"
class="contButton"
v-if="item.link_url == 'contact' && item.name == '客服'"
></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>
......
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