Commit f6d1c38e authored by zhangjianguo's avatar zhangjianguo

样式修改

parent b04aaab5
......@@ -68,7 +68,7 @@
</view>
<view style="margin-top: 40rpx; padding-bottom: 16rpx;" class="block">
<view class="good-title">商品信息</view>
<view class="good-info" @click="reditrectToGoodHandler(d.OrderInfo.OrderId)">
<view class="good-info" @click="reditrectToGoodHandler(d.OrderInfo.GoodsId)">
<image
:src="d.OrderInfo.CoverImagePath"
class="img"
......
......@@ -93,7 +93,7 @@
>申请金额:</text
>
<text style="font-size: 26rpx; color: #000;">{{
item.OrderDetailModel.Final_Price
item.Refund
}}</text>
</view>
</view>
......
......@@ -77,7 +77,7 @@
<!-- 待评价 -->
<view v-if="item.link_url =='/pages/order/index/index?status=4'&&user_info.MyOrder.WaitCommentNum>0" class="badge" :style="{ background: mainColor }">{{ user_info.MyOrder.WaitCommentNum }}</view>
<!-- 售后 -->
<view v-if="item.link_url =='/pages/order/refund/index'&&user_info.MyOrder.AfterSaleNum>0" class="badge" :style="{ background: mainColor }">{{ user_info.MyOrder.AfterSaleNum }}</view>
<view v-if="item.link_url =='/pages/order/after-sale/refunds-list'&&user_info.MyOrder.AfterSaleNum>0" class="badge" :style="{ background: mainColor }">{{ user_info.MyOrder.AfterSaleNum }}</view>
</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