Commit 3572496b by 宋冰琦

修复订单详情无法调起客服问题

parent c59965e2
......@@ -96,8 +96,10 @@
</div>
<div class="customer_service">
<span>有疑问,联系客服</span>
<u-icon name="arrow-right" color="#000" size="20"></u-icon>
<button class="function_item_text" open-type="contact" bindcontact="handleContact" session-from="sessionFrom">
<span>有疑问,联系客服</span>
<u-icon name="arrow-right" color="#000" size="20"></u-icon>
</button>
</div>
</div>
</template>
......@@ -212,13 +214,13 @@ export default {
case '7':
return '待取超时'
case '8':
return '已取消取消'
return '已取消'
case '9':
return '已取消取消'
return '已取消'
case '10':
return '已取消取消'
return '已取消'
case '11':
return '已取消取消'
return '已取消'
case '12':
return '退款中'
case '13':
......@@ -563,14 +565,23 @@ export default {
line-height: 90rpx;
background: #FFFFFF;
border-radius: 10rpx;
font-size: 28rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000000;
padding: 0 64rpx;
margin: 32rpx 0;
display: flex;
justify-content: space-between;
.function_item_text {
width: 100%;
margin: 0;
padding: 10rpx 10rpx 10rpx 0rpx;
background-color: #FFFFFF;
font-size: 28rpx;
font-family: PingFangSC-Medium, PingFang SC;
border-radius: 0px;
display: flex;
justify-content: space-between;
}
.function_item_text::after {
border: unset;
}
}
</style>
\ No newline at end of file
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