Browse Source

no message

feature/v1.4
xpz2018 5 years ago
parent
commit
064b1e59a0
2 changed files with 14 additions and 2 deletions
  1. 12
      pages/agent/order-detail/order-info/index.wxml
  2. 4
      pages/home/index/index.wxml

12
pages/agent/order-detail/order-info/index.wxml

@ -12,6 +12,18 @@
<text class="text-black">订单编号</text> <text class="text-black">订单编号</text>
<text class="text-gray">{{orderInfo.orderId}}</text> <text class="text-gray">{{orderInfo.orderId}}</text>
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.enterpriseName}}">
<text class="text-black">下单企业</text>
<text class="text-gray">{{orderInfo.enterpriseName}}</text>
</view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.factoryName}}">
<text class="text-black">下单打包站</text>
<text class="text-gray">{{orderInfo.factoryName}}</text>
</view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.bizOwnerName}}">
<text class="text-black">下单人</text>
<text class="text-gray">{{orderInfo.bizOwnerName}}</text>
</view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> <view class="flex flex-justify text-sg" style="margin-top:20rpx">
<text class="text-black">创建时间</text> <text class="text-black">创建时间</text>
<text class="text-gray">{{orderInfo.createTime}}</text> <text class="text-gray">{{orderInfo.createTime}}</text>

4
pages/home/index/index.wxml

@ -24,7 +24,7 @@
</view> </view>
</view> </view>
</van-cell> </van-cell>
<view class="bg-white" style="margin-top: 16rpx">
<view class="bg-white" style="margin-top: 24rpx">
<view class="flex" style="padding: 24rpx 32rpx;border-bottom:2rpx solid #f3f3f3"> <view class="flex" style="padding: 24rpx 32rpx;border-bottom:2rpx solid #f3f3f3">
<text class="text-sg">企业管理</text> <text class="text-sg">企业管理</text>
</view> </view>
@ -44,7 +44,7 @@
</van-grid> </van-grid>
</view> </view>
<view class="bg-white" style="margin-top: 16rpx">
<view class="bg-white" style="margin-top: 24rpx">
<view class="flex" style="padding: 24rpx 32rpx;border-bottom:2rpx solid #f3f3f3"> <view class="flex" style="padding: 24rpx 32rpx;border-bottom:2rpx solid #f3f3f3">
<text class="text-sg">企业信息</text> <text class="text-sg">企业信息</text>
</view> </view>

Loading…
Cancel
Save