Commit 16f20264 authored by youjie's avatar youjie

no message

parent ac8238e5
...@@ -45,6 +45,19 @@ ...@@ -45,6 +45,19 @@
position: relative; position: relative;
padding: 31rpx 40rpx 0 22rpx; padding: 31rpx 40rpx 0 22rpx;
} }
.left-image{
position: relative;
}
.image-bj{
width: 177rpx;
height: 204rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663932626000_693.png');
}
.image-bjB{
width: 177rpx;
height: 204rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663932626000_675.png');
}
.van-swipe-cell__right { .van-swipe-cell__right {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -75,15 +88,16 @@ ...@@ -75,15 +88,16 @@
:disabled="true" :disabled="true"
@close="onClose"> @close="onClose">
<view class="dataList-form"> <view class="dataList-form">
<view class="dataList-center flex_between_center"> <view class="dataList-center active flex_between_center">
<view> <view class="dataList-left">
<view> <view class="left-image">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663903439000_469.png" <view class="image-bj"></view>
mode="aspectFill" style="width:100%;height:100%;"> <image :src="imgBoy"
mode="aspectFill" style="width:50rpx;height:50rpx;">
</image> </image>
<text>周启明</text> <text>周启明</text>
</view> </view>
<view> <view class="left-image">
<text>武侯校区</text> <text>武侯校区</text>
<view> <view>
<van-icon name="phone"></van-icon> <van-icon name="phone"></van-icon>
...@@ -93,6 +107,7 @@ ...@@ -93,6 +107,7 @@
</view> </view>
<view> <view>
<image :src="imgUrlG" style="width: 24rpx;height: 24rpx;"></image> <image :src="imgUrlG" style="width: 24rpx;height: 24rpx;"></image>
<text>学习中</text>
</view> </view>
</view> </view>
<view slot="right" class="van-swipe-cell__right"> <view slot="right" class="van-swipe-cell__right">
...@@ -152,7 +167,9 @@ ...@@ -152,7 +167,9 @@
timer: null, //防抖 timer: null, //防抖
imgUrlG:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663930765000_891.png', imgUrlG:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663930765000_891.png',
imgUrlR:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663930765000_218.png', imgUrlR:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663930765000_218.png',
}); imgBoy:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663932008000_116.png',
imgGirl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663931928000_154.png'
});
const methods = { const methods = {
onClose(event) { onClose(event) {
const { position, instance } = event.detail; const { position, instance } = event.detail;
......
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