Commit 16f20264 authored by youjie's avatar youjie

no message

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