li-guang
2020-12-25 3cb1b4fb5546ece252e29273b14975045ff4dbdf
更改图片
1 files deleted
20 files modified
1 files added
28 ■■■■ changed files
hive-app/pages/manager/counselorRanking.vue 10 ●●●● patch | view | raw | blame | history
hive-app/pages/manager/storeRanking.vue 6 ●●●● patch | view | raw | blame | history
hive-app/pages/member/skinDetectionDetail.vue 4 ●●●● patch | view | raw | blame | history
hive-app/pages/mine/index.vue 2 ●●● patch | view | raw | blame | history
hive-app/pages/mine/knowledge.vue 2 ●●● patch | view | raw | blame | history
hive-app/pages/workbench/confirmOrder.vue 2 ●●● patch | view | raw | blame | history
hive-app/pages/workbench/confirmService.vue 2 ●●● patch | view | raw | blame | history
hive-app/static/images/commission1.png patch | view | raw | blame | history
hive-app/static/images/commission2.png patch | view | raw | blame | history
hive-app/static/images/commission3.png patch | view | raw | blame | history
hive-app/static/images/head-img.jpg patch | view | raw | blame | history
hive-app/static/images/head-img.png patch | view | raw | blame | history
hive-app/static/images/order1.png patch | view | raw | blame | history
hive-app/static/images/order2.png patch | view | raw | blame | history
hive-app/static/images/order3.png patch | view | raw | blame | history
hive-app/static/images/order4.png patch | view | raw | blame | history
hive-app/static/images/sever1.png patch | view | raw | blame | history
hive-app/static/images/sever2.png patch | view | raw | blame | history
hive-app/static/images/sever3.png patch | view | raw | blame | history
hive-app/static/images/sever4.png patch | view | raw | blame | history
hive-app/static/images/warehouse1.png patch | view | raw | blame | history
hive-app/static/images/warehouse2.png patch | view | raw | blame | history
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>
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>
hive-app/pages/member/skinDetectionDetail.vue
@@ -20,7 +20,7 @@
        </view>
        <view class="content" v-if="tabIndex==0">
            <view class="flex flex-v align-center font-13">
                <image class="content-header-img" src="../../static/images/head-img.jpg"></image>
                <image class="content-header-img" src="../../static/images/head-img.png"></image>
                <view class="flex mt-10">
                    <text>姓名: 哦豁</text>
                    <text class="ml-10">性别: 女</text>
@@ -50,7 +50,7 @@
                </view>
                <view class="flex problem-row align-center" v-for="item in 2">
                    <view>
                        <image class="skin-img" src="../../static/images/head-img.jpg"></image>
                        <image class="skin-img" src="../../static/images/head-img.png"></image>
                    </view>
                    <view class="flex flex-v">
                        <view>
hive-app/pages/mine/index.vue
@@ -7,7 +7,7 @@
        <view class="header">
            <navigator url="./setting" class="icon white iconfont iconshezhi right"></navigator>
            <view class="flex align-center">
                <image class="header-img ml-15" src="../../static/images/head-img.jpg"></image>
                <image class="header-img ml-15" src="../../static/images/head-img.png"></image>
                <view class="flex flex-v ml-20">
                    <view>
                        <text class="font-18 white mr-5">222是个帅哥</text>
hive-app/pages/mine/knowledge.vue
@@ -11,7 +11,7 @@
        </scroll-view>
        <scroll-view class="list-right" scroll-y>
            <view class="flex align-center list-right-row">
                <image class="list-right-img ml-10" mode="aspectFit" src="../../static/images/head-img.jpg"></image>
                <image class="list-right-img ml-10" mode="aspectFit" src="../../static/images/head-img.png"></image>
                <view class="flex flex-v ml-10">
                    <text class="overflow-nowrap font-14">我是文章的标题</text>
                    <text class="overflow-omit font-14">我是文章的内容我是文章的内容我是文章的内容我是文章的内容</text>
hive-app/pages/workbench/confirmOrder.vue
@@ -2,7 +2,7 @@
    <!-- 确认订单 -->
    <view class="container">
        <view class="header flex align-center">
            <image class="header-img" src="../../static/images/head-img.jpg"></image>
            <image class="header-img" src="../../static/images/head-img.png"></image>
            <view class="ml-10">
                <view class="font-16">
                    <text>李某</text>
hive-app/pages/workbench/confirmService.vue
@@ -2,7 +2,7 @@
    <!-- 确认服务单 -->
    <view>
        <view class="header flex align-center">
            <image class="header-img" src="../../static/images/head-img.jpg"></image>
            <image class="header-img" src="../../static/images/head-img.png"></image>
            <view class="ml-10">
                <view class="font-16">
                    <text>李某</text>
hive-app/static/images/commission1.png

hive-app/static/images/commission2.png

hive-app/static/images/commission3.png

hive-app/static/images/head-img.jpg
Binary files differ
hive-app/static/images/head-img.png
hive-app/static/images/order1.png

hive-app/static/images/order2.png

hive-app/static/images/order3.png

hive-app/static/images/order4.png

hive-app/static/images/sever1.png

hive-app/static/images/sever2.png

hive-app/static/images/sever3.png

hive-app/static/images/sever4.png

hive-app/static/images/warehouse1.png

hive-app/static/images/warehouse2.png