Commit 3572496b by 宋冰琦

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

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