|
|
@@ -7,13 +7,17 @@
|
|
|
<image src="{{imageUrl + 'home-back.png'}}" class="head-image"></image>
|
|
|
<!-- 公司 -->
|
|
|
<view class="company" style="top:{{statusHeight + 'rpx'}}">
|
|
|
- <view style="display: flex;align-items: center;" catchtap="changeCp">
|
|
|
- <view class="company-change-class">
|
|
|
- {{companyName?companyName:''}}
|
|
|
+ <view style="display: flex;align-items: center;align-content: center;">
|
|
|
+ <view style="display: flex;align-items: center;line-height: 22px;" catchtap="changeCp">
|
|
|
+ <view class="company-change-class">
|
|
|
+ {{companyName?companyName:''}}
|
|
|
+ </view>
|
|
|
+ <image src="/static/image/triangle.png" style="width: 28rpx;height:28rpx;"></image>
|
|
|
+ </view>
|
|
|
+ <view class="cp-setting" catch:tap="toSetting">
|
|
|
+ <van-icon name="setting-o" />
|
|
|
</view>
|
|
|
- <image src="/static/image/triangle.png" style="width: 28rpx;height:28rpx;"></image>
|
|
|
</view>
|
|
|
-
|
|
|
<view style="margin-top: 40rpx;display: flex;">
|
|
|
<!-- 头像 -->
|
|
|
<!-- <open-data type="userAvatarUrl" class='wx-avatar'></open-data> -->
|
|
|
@@ -131,9 +135,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--商户设置-->
|
|
|
- <view class="todo-view" style="margin-bottom: 4rpx;">
|
|
|
+ <!-- <view class="todo-view" style="margin-bottom: 4rpx;">
|
|
|
<view class="todo-view-title" catch:tap="toSetting">{{$t['settingCommany']}}</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!--操作手册-->
|
|
|
<!-- <view class="todo-view" style="margin-bottom: 4rpx;">
|
|
|
<view style="display: flex;justify-content: space-between;">
|
|
|
@@ -190,7 +194,7 @@
|
|
|
|
|
|
|
|
|
<!-- 退出 -->
|
|
|
-<view style="display: flex; justify-content: space-between; margin: 100rpx 30rpx;">
|
|
|
+<view style="display: flex; justify-content: space-between; margin: 50rpx 40rpx;">
|
|
|
<view style="flex: 1; margin: 1vw;">
|
|
|
<van-button custom-style="height:88rpx;border-radius:15rpx;" style="width: 100%;" color="#3E69F6" size="large" bind:tap="LogInAgain">重新登录</van-button>
|
|
|
</view>
|