Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
46840c1c6f
2 changed files with 2 additions and 2 deletions
  1. 2
      app.js
  2. 2
      pages/agent/order-detail/header-info/index.wxml

2
app.js

@ -1,6 +1,6 @@
//app.js
App({
evn: 1, // 0: 开发版本;1:测试版本;2:生产版本
evn: 2, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
version: '2.1.0',
xAppId: '503258978847953926',

2
pages/agent/order-detail/header-info/index.wxml

@ -1,7 +1,7 @@
<!--pages/agent/detail/header-info/header-info.wxml-->
<!-- 顶部的header -->
<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="text-xxl text-white" style="margin-left:16rpx">{{agent.orderStatus(orderInfo.status)}}</text>
</view>
Loading…
Cancel
Save