Browse Source

no message

feature/v2.2
xpz2018 4 years ago
parent
commit
59363cecd3
4 changed files with 4 additions and 4 deletions
  1. 2
      colorui/components/cu-custom.wxml
  2. 2
      pages/home/index/index.wxml
  3. 2
      pages/ztbvip/member/index.wxml
  4. 2
      project.config.json

2
colorui/components/cu-custom.wxml

@ -1,5 +1,5 @@
<view class="cu-custom" style="height:{{CustomBar}}px;z-index: 99;"> <view class="cu-custom" style="height:{{CustomBar}}px;z-index: 99;">
<view class="cu-bar fixed {{bgColor}}" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;{{shadow?'box-shadow: none': ''}}">
<view class="cu-bar fixed {{bgColor}}" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;">
<view class="action" bindtap="backspace" wx:if="{{isBack}}"> <view class="action" bindtap="backspace" wx:if="{{isBack}}">
<text class="weui_goback"></text> <text class="weui_goback"></text>
<slot name="backText"></slot> <slot name="backText"></slot>

2
pages/home/index/index.wxml

@ -11,7 +11,7 @@
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start"> <view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start">
<view class="flex flex-center text-white"> <view class="flex flex-center text-white">
<text class="text-xl text-bold" style="white-space: nowrap;margin-right:12rpx">{{factoryName || ''}}</text> <text class="text-xl text-bold" style="white-space: nowrap;margin-right:12rpx">{{factoryName || ''}}</text>
<van-tag round type="warning" wx:if="{{userInfo.isExpiration}}">授权已期</van-tag>
<van-tag round type="warning" wx:if="{{userInfo.isExpiration}}">授权已期</van-tag>
</view> </view>
<view class="flex flex-center text-white"> <view class="flex flex-center text-white">
<text class="text-white text-sg" style="font-size:14px">{{userName || ''}}({{ isAdmin ? '管理员' : '员工' }})</text> <text class="text-white text-sg" style="font-size:14px">{{userName || ''}}({{ isAdmin ? '管理员' : '员工' }})</text>

2
pages/ztbvip/member/index.wxml

@ -10,7 +10,7 @@
<view class="flex flex-column flex-center" style="flex:1;margin-left:18rpx;align-items:flex-start"> <view class="flex flex-column flex-center" style="flex:1;margin-left:18rpx;align-items:flex-start">
<view class="flex flex-center"> <view class="flex flex-center">
<text class="text-bold text-lg van-ellipsis" style="max-width: 240rpx;margin-right:12rpx">{{factoryName || ''}}</text> <text class="text-bold text-lg van-ellipsis" style="max-width: 240rpx;margin-right:12rpx">{{factoryName || ''}}</text>
<van-tag round type="warning" wx:if="{{isExpiration}}">已期</van-tag>
<van-tag round type="warning" wx:if="{{isExpiration}}">已期</van-tag>
</view> </view>
<view class="flex flex-center" style="font-size:28rpx;"> <view class="flex flex-center" style="font-size:28rpx;">
<text style="font-size:12px;color: #6f6f6f;">到期时间:{{expirationTime || '- -'}}</text> <text style="font-size:12px;color: #6f6f6f;">到期时间:{{expirationTime || '- -'}}</text>

2
project.config.json

@ -38,7 +38,7 @@
"showES6CompileOption": false "showES6CompileOption": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.18.0",
"libVersion": "2.19.0",
"appid": "wx8214a7f3614a3340", "appid": "wx8214a7f3614a3340",
"projectname": "ztb-saas-mini", "projectname": "ztb-saas-mini",
"debugOptions": { "debugOptions": {

Loading…
Cancel
Save