Commit 94029324 authored by zhangjianguo's avatar zhangjianguo

样式修改

parent c74e568c
......@@ -96,7 +96,7 @@
open-type="contact"
:send-message-title="d.OrderInfo.GoodsName"
:send-message-path="path"
:send-message-img="d.OrderInfo.Final_Price"
:send-message-img="d.OrderInfo.CoverImagePath"
:show-message-card="true"
>
<u-icon
......
......@@ -128,6 +128,23 @@
已申请售后({{ x.refund.status_text }})
</view>
</view>
<view class="customer">
<button
open-type="contact"
:send-message-title="x.GoodsName"
:send-message-path="path"
:send-message-img=" x.CoverImagePath "
:show-message-card="true"
>
<u-icon
style="display: inline-block; vertical-align: middle;"
size="36"
color="#111"
name="chat-o"
></u-icon>
<text style="margin-left: 10rpx;">联系客服</text>
</button>
</view>
</view>
</view>
<view class="block">
......@@ -664,6 +681,7 @@ export default {
border-radius: 10px;
margin-top: -10px;
padding: 20px;
padding-bottom: 0;
position: relative;
margin-bottom: 20px;
}
......@@ -784,4 +802,24 @@ export default {
.orderdetail .btn-box .item {
/* margin-left: 20px; */
}
.orderdetail .customer {
padding-top: 20rpx;
margin-top: 20rpx;
border-top: 2rpx solid #f5f5f5;
border-bottom: 2rpx solid #f5f5f5;
}
.orderdetail .customer button {
width: 100%;
display: inline-block;
background: none;
border: none;
outline: none;
font-size: 14px;
font-weight: 600;
color: #111;
}
.orderdetail .customer button::after {
border: none;
outline: none;
}
</style>
......@@ -49,7 +49,12 @@
<view style='display: flex;flex-direction: row;align-items: center;'>
<Text v-for="(q, w) in c.SpecificationList" :key="w">{{q}}</Text>
</view>
<Text>x{{c.Number}}</Text>
<view>
<Text :style="{color:mainColor}">¥{{c.Final_Price}}</Text>
<Text style='margin-left: 5px;'>x{{c.Number}}</Text>
</view>
</view>
</view>
......
......@@ -93,7 +93,7 @@
</view>
<view class="menus_item" @click="goUrl('/pages/share/examine')" v-if='sharedata.UserInfo.HpReferralsGradeAudit==1'>
<!-- <image :src="sharedata.CustomModel.PromoteQRCodeImage" style="width: 30px;height: 30px" mode='widthFix'></image> -->
<image src="../../../static/images/icon/GradeAudit.png" style="width: 30px;height: 30px" mode='widthFix'></image>
<Text class='item_text'>分销商审核</Text>
</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