Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
7233037de8
2 changed files with 2 additions and 2 deletions
  1. 2
      app.js
  2. 2
      pages/home/employee/index.wxml

2
app.js

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

2
pages/home/employee/index.wxml

@ -40,7 +40,7 @@
</view>
<view wx:if="{{memberList.length}}">
<van-index-anchor use-slot><text>所有员工</text></van-index-anchor>
<van-index-anchor use-slot><text>所有员工({{memberList.length}}人)</text></van-index-anchor>
<van-cell clickable is-link wx:for="{{ memberList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem">
<view slot="title" class="flex" style="margin-bottom:0rpx">
<van-image round width="90rpx" height="90rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" />

Loading…
Cancel
Save