|
|
@ -1,7 +1,7 @@ |
|
|
<!--pages/agent/detail/header-info/header-info.wxml--> |
|
|
<!--pages/agent/detail/header-info/header-info.wxml--> |
|
|
<!-- 顶部的header --> |
|
|
<!-- 顶部的header --> |
|
|
<wxs module="agent" src="../../../agent/index.wxs"></wxs> |
|
|
<wxs module="agent" src="../../../agent/index.wxs"></wxs> |
|
|
<view class="bg-{{agent.backStatus(orderInfo.status)}} flex" style="padding:30rpx" wx:if="{{orderInfo}}"> |
|
|
|
|
|
|
|
|
<view class="bg-{{agent.backStatus(orderInfo.status)}} flex flex-center" style="padding:30rpx;justify-content: flex-start" wx:if="{{orderInfo}}"> |
|
|
<text class="cuIcon-{{agent.iconStatus(orderInfo.status)}} text-white" style="font-size:30px"></text> |
|
|
<text class="cuIcon-{{agent.iconStatus(orderInfo.status)}} text-white" style="font-size:30px"></text> |
|
|
<text class="text-xxl text-white" style="margin-left:16rpx">{{agent.orderStatus(orderInfo.status)}}</text> |
|
|
<text class="text-xxl text-white" style="margin-left:16rpx">{{agent.orderStatus(orderInfo.status)}}</text> |
|
|
</view> |
|
|
</view> |