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/storeRanking.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hive-app/pages/manager/storeRanking.vue b/hive-app/pages/manager/storeRanking.vue index fd92084..0d426e3 100644 --- a/hive-app/pages/manager/storeRanking.vue +++ b/hive-app/pages/manager/storeRanking.vue @@ -24,7 +24,7 @@ <view class="content"> <view class="content-row flex justify-between mt-10"> <view class="flex align-center content-row-left"> - <image class="row-img" src="../../static/images/head-img.jpg"></image> + <image class="row-img" src="../../static/images/head-img.png"></image> <view class="flex flex-v ml-10"> <text class="font-16">时光秘境会所</text> <text class="font-14 gray mt-10">¥23,960</text> @@ -34,7 +34,7 @@ </view> <view class="content-row flex justify-between mt-10"> <view class="flex align-center content-row-left"> - <image class="row-img" src="../../static/images/head-img.jpg"></image> + <image class="row-img" src="../../static/images/head-img.png"></image> <view class="flex flex-v ml-10"> <text class="font-16">时光秘境会所</text> <text class="font-14 gray mt-10">¥23,960</text> @@ -44,7 +44,7 @@ </view> <view class="content-row flex justify-between mt-10"> <view class="flex align-center content-row-left"> - <image class="row-img" src="../../static/images/head-img.jpg"></image> + <image class="row-img" src="../../static/images/head-img.png"></image> <view class="flex flex-v ml-10"> <text class="font-16">时光秘境会所</text> <text class="font-14 gray mt-10">¥23,960</text> -- Gitblit v1.9.1