Commit 69e25c2b authored by zhengke's avatar zhengke

1

parents c2f5f495 a2497ecb
...@@ -918,6 +918,7 @@ ...@@ -918,6 +918,7 @@
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>
...@@ -951,7 +952,7 @@ ...@@ -951,7 +952,7 @@
alt="" alt=""
/> />
<view style="color: #111111; font-size: 22rpx">客服</view> <view style="color: #111111; font-size: 22rpx">客服</view>
</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;">
...@@ -960,7 +961,7 @@ ...@@ -960,7 +961,7 @@
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>
......
...@@ -721,6 +721,7 @@ export default { ...@@ -721,6 +721,7 @@ export default {
initOrderInfo(orderId) { initOrderInfo(orderId) {
let msg = { let msg = {
ID: orderId, ID: orderId,
IsGetGuest:1,
}; };
this.apipost( this.apipost(
"sellorder_post_GetOrderEntity", "sellorder_post_GetOrderEntity",
......
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