From 3cb1b4fb5546ece252e29273b14975045ff4dbdf Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Fri, 25 Dec 2020 18:16:16 +0800 Subject: [PATCH] 更改图片 --- hive-app/pages/manager/counselorRanking.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hive-app/pages/manager/counselorRanking.vue b/hive-app/pages/manager/counselorRanking.vue index 484efd5..6b572cb 100644 --- a/hive-app/pages/manager/counselorRanking.vue +++ b/hive-app/pages/manager/counselorRanking.vue @@ -12,7 +12,7 @@ <view class="header flex justify-around"> <view class="flex flex-v align-center mt-20"> <view class="img-box flex align-center justify-center"> - <image class="header-img" src="../../static/images/head-img.jpg"></image> + <image class="header-img" src="../../static/images/head-img.png"></image> <image class="ranking-img" mode="widthFix" src="../../static/images/small-medal2.png"></image> </view> <text class="font-12 white mt-5">妍妍</text> @@ -20,7 +20,7 @@ </view> <view class="flex flex-v align-center"> <view class="img-box flex align-center justify-center"> - <image class="header-img" src="../../static/images/head-img.jpg"></image> + <image class="header-img" src="../../static/images/head-img.png"></image> <image class="ranking-img" mode="widthFix" src="../../static/images/small-medal1.png"></image> <image class="crown-img" mode="widthFix" src="../../static/images/crown.png"></image> </view> @@ -29,7 +29,7 @@ </view> <view class="flex flex-v align-center mt-20"> <view class="img-box flex align-center justify-center"> - <image class="header-img" src="../../static/images/head-img.jpg"></image> + <image class="header-img" src="../../static/images/head-img.png"></image> <image class="ranking-img" mode="widthFix" src="../../static/images/small-medal3.png"></image> </view> <text class="font-12 white mt-5">雯雯</text> @@ -39,7 +39,7 @@ <view class="content"> <view class="content-row flex align-center justify-between"> <view class="flex align-center"> - <image class="content-img ml-30" src="../../static/images/head-img.jpg"></image> + <image class="content-img ml-30" src="../../static/images/head-img.png"></image> <view class="ml-20 flex flex-v"> <text class="font-14">我的</text> <text class="font-12 gray mt-5">第32名</text> @@ -52,7 +52,7 @@ <view class="content-row flex align-center justify-between" v-for="item in 4"> <view class="flex align-center"> <text class="font-16">4</text> - <image class="content-img ml-20" src="../../static/images/head-img.jpg"></image> + <image class="content-img ml-20" src="../../static/images/head-img.png"></image> <text class="font-14 ml-20">冯丽妍</text> </view> <text>¥6,020</text> -- Gitblit v1.9.1