Browse Source

-------

featrue/v4.3
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
177f820e75
3 changed files with 3 additions and 3 deletions
  1. 2
      app.js
  2. 2
      pages/agent/agent-item/index.wxml
  3. 2
      pages/agent/factory/index.wxml

2
app.js

@ -1,7 +1,7 @@
//app.js
App({
//----------------------------------------------globalData--------------------------------------
evn: 0,//0:开发环境,1:测试环境,2:生产环境
evn: 2,//0:开发环境,1:测试环境,2:生产环境
tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'],
agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
version: 152,

2
pages/agent/agent-item/index.wxml

@ -11,7 +11,7 @@
<view class="text-xs text-gray" style="margin-top:4rpx">
<text>{{item.locProvinceName + item.locCityName + item.locDistrictName}}</text>
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{item.cumulativeWeight > 0}}">|</text>
<text wx:if="{{item.cumulativeWeight > 0}}">已代卖:{{formate.formateWeight(item.cumulativeWeight, kg)}}</text>
<text wx:if="{{item.cumulativeWeight > 0}}">已代卖:{{item.cumulativeWeight}}</text>
<text class="text-gray" style="margin: 0rpx 8rpx">|</text>
<text wx:if="{{item.yesterdayTotalQuantity && item.yesterdayTotalQuantity >= 0}}">昨日排队:{{item.yesterdayTotalQuantity}}辆</text>
<text wx:else>昨日排队:--</text>

2
pages/agent/factory/index.wxml

@ -17,7 +17,7 @@
<view class="text-xs text-gray" style="margin-top:4rpx">
<text>{{factoryDetail.locProvinceName + factoryDetail.locCityName + factoryDetail.locDistrictName}}</text>
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{factoryDetail.cumulativeWeight > 0}}">|</text>
<text wx:if="{{factoryDetail.cumulativeWeight > 0}}">已代卖:{{formate.formateWeight(factoryDetail.cumulativeWeight, kg)}}</text>
<text wx:if="{{factoryDetail.cumulativeWeight > 0}}">已代卖:{{factoryDetail.cumulativeWeight}}</text>
<text class="text-gray" style="margin: 0rpx 8rpx">|</text>
<text wx:if="{{factoryDetail.yesterdayTotalQuantity &&factoryDetail.yesterdayTotalQuantity >= 0}}">昨日排队:{{factoryDetail.yesterdayTotalQuantity}}辆</text>
<text wx:else>昨日排队:--</text>

Loading…
Cancel
Save