Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
802c9de46a
4 changed files with 3 additions and 9 deletions
  1. 2
      app.js
  2. 6
      pages/index/index.wxml
  3. 2
      pages/process/index/index.js
  4. 2
      pages/process/order-info/index.wxml

2
app.js

@ -2,7 +2,7 @@
App({ App({
evn: 0, // 0: 开发版本;1:测试版本;2:生产版本 evn: 0, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'], tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
version: '1.5.0',
version: '1.5.1',
xAppId: '503258978847953926', xAppId: '503258978847953926',
userInfo: null, userInfo: null,
//----------------------------------------------globalData-------------------------------------- //----------------------------------------------globalData--------------------------------------

6
pages/index/index.wxml

@ -13,12 +13,6 @@
<home id="{{tabList[3].value}}"/> <home id="{{tabList[3].value}}"/>
</swiper-item> </swiper-item>
</swiper> </swiper>
<!-- <view style="height:{{fragment}}rpx">
<process id="{{tabList[0].value}}" bind:zIndex="onPopupChange" wx:if="{{tabIndex == 0}}"/>
<storage id="{{tabList[1].value}}" bind:zIndex="onPopupChange" wx:elif="{{tabIndex == 1}}"/>
<agent id="{{tabList[2].value}}" wx:elif="{{tabIndex == 2}}"/>
<home id="{{tabList[3].value}}" wx:elif="{{tabIndex == 3}}"/>
</view> -->
<view class="cu-bar foot" style="height:{{100 + safeBottom}}rpx;padding-bottom:{{safeBottom}}rpx;z-index:{{zIndex}}"> <view class="cu-bar foot" style="height:{{100 + safeBottom}}rpx;padding-bottom:{{safeBottom}}rpx;z-index:{{zIndex}}">
<van-tabbar active="{{ tabIndex }}" fixed="{{false}}" bind:change="onChange"> <van-tabbar active="{{ tabIndex }}" fixed="{{false}}" bind:change="onChange">

2
pages/process/index/index.js

@ -227,7 +227,7 @@ Component({
trigEvent: function(zIndex){ trigEvent: function(zIndex){
setTimeout(() => { setTimeout(() => {
this.triggerEvent('zIndex', zIndex) this.triggerEvent('zIndex', zIndex)
}, 100);
}, 300);
}, },
showSheet: function(){ showSheet: function(){
this.setData({ sheet: true }) this.setData({ sheet: true })

2
pages/process/order-info/index.wxml

@ -87,7 +87,7 @@
<van-cell> <van-cell>
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">
<view class="text-black">定价员</view> <view class="text-black">定价员</view>
<view class="text-gray">{{form.inspectorPerson || ''}}</view>
<view class="text-gray">{{form.inspectionPerson || ''}}</view>
</view> </view>
</van-cell> </van-cell>
<van-cell> <van-cell>

Loading…
Cancel
Save