Commit 2c030c9a authored by 黄奎's avatar 黄奎

修改学员列表

parent 43d5ad32
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
:show="showChange" :show="showChange"
round round
v-if="currentErpUser" v-if="currentErpUser"
custom-style="height: 650rpx;width:650rpx" custom-style=";width:650rpx"
> >
<view class="user-change-box"> <view class="user-change-box">
<view class="title-box"> <view class="title-box">
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<van-icon name='cross' @click="closeChangeUserHandler"></van-icon> <van-icon name='cross' @click="closeChangeUserHandler"></van-icon>
</view> </view>
</view> </view>
<scroll-view style="overflow-y: auto; height: 1px; flex:1;margin-top:50rpx"> <scroll-view scroll-y="true" style=" height: 500rpx;;margin-top:50rpx">
<view class="user-item" @click="changeErpUserHandler(x)" v-for="(x,i) in erpUsers"> <view class="user-item" @click="changeErpUserHandler(x)" v-for="(x,i) in erpUsers">
<view class="avatar" :style="{background:x.bgColor}">{{x.AccountName.substring(0,1)}}</view> <view class="avatar" :style="{background:x.bgColor}">{{x.AccountName.substring(0,1)}}</view>
<view class="uname"> <view class="uname">
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
.userCard-box .user-change-box { .userCard-box .user-change-box {
padding: 50rpx; padding: 50rpx;
box-sizing: border-box; box-sizing: border-box;
height: 100%; /* height: 600rpx; */
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
......
//请求电商接口 //请求电商接口
let host = '' let host = ''
if (process.env.NODE_ENV === "development") { if (process.env.NODE_ENV === "development") {
host = 'http://192.168.10.46:8200/api' // host = 'http://192.168.10.46:8200/api'
//host = "https://mallapi.oytour.com/api" host = "https://mallapi.oytour.com/api"
} else { } else {
host = "https://mallapi.oytour.com/api" host = "https://mallapi.oytour.com/api"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment