1
xuxy
2024-06-27 3a900f686c74a307191b76c1e5e861a95d1bdb05
1
已删除11个文件
已修改10个文件
已添加1个文件
628 ■■■■■ 文件已修改
common/global.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/self.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/footer/farmer-footer.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/footer/main.scss 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/no-data.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/address/address.vue 502 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/bussincess/order/bussincess-canteen/bussincess-canteen.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/bussincess/order/bussincess-good/bussincess-good.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/bussincess/order/bussincess-shop/bussincess-shop.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/bussincess/order/bussincess-travel/bussincess-travel.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.scss 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/farmer-login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/farmer-user.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/user.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/common/icon-clock.png 补丁 | 查看 | 原始文档 | blame | 历史
static/common/icon-loc-filled.png 补丁 | 查看 | 原始文档 | blame | 历史
static/common/nodata.png 补丁 | 查看 | 原始文档 | blame | 历史
static/images/farmer/home/bg.png 补丁 | 查看 | 原始文档 | blame | 历史
static/images/farmer/login/bg.png 补丁 | 查看 | 原始文档 | blame | 历史
static/images/farmer/user/bg.png 补丁 | 查看 | 原始文档 | blame | 历史
static/imgs/home/home-shop-top-icon.png 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/farmer/farmer-reg/farmer-reg.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/global.scss
@@ -75,7 +75,7 @@
}
.component-popup_input{
    margin: 0 auto;
    margin-top: calc(50% + 200rpx);
    margin-top: 160rpx;
    // margin-left: 78rpx - 26rpx;
    width: 594rpx;
common/self.scss
@@ -24,7 +24,7 @@
    color: var(--topicolor) !important;
}
.flex-wrap-normal{
    flex-wrap: nowrap;
    flex-wrap: nowrap !important;
}
.topic-gray{
    color: var(--topicgray);
components/footer/farmer-footer.vue
@@ -11,9 +11,9 @@
                </view>
                <view v-if="index==1">
                    <image src="../../static/imgs/footer/footer-self-1.png" class="footer-icon m-t-4 m-l-a m-r-0" :class="(''+index)"
                        v-if="flg==2"></image>
                        v-if="flg==1"></image>
                    <image src="../../static/imgs/footer/footer-self-0.png" class="footer-icon m-t-4 m-l-a m-r-0" :class="(''+index)"
                        v-if="flg!=2"></image>
                        v-if="flg!=1"></image>
                </view>
                <view class="m-l-0 m-r-a">
                    {{item.text}}
components/footer/main.scss
@@ -50,10 +50,7 @@
            //     height: 50rpx;
            //     margin-top: 20rpx;
            // }
            .footer-icon{
                width: 28rpx;
                height: 29rpx;
            }
            .footer-icon.0 {
              width: 28rpx;
              height: 29rpx;
@@ -71,7 +68,10 @@
//     position: sticky;
//     top: -10px;
// }
.footer-icon{
    width: 28rpx;
    height: 29rpx;
}
.footer.farmer-footer{
    left: 50%;
    transform: translateX(-50%);
components/no-data.vue
@@ -1,6 +1,8 @@
<template>
    <view>
        <image src="../static/common/nodata.png" class="img-nodata"></image>
        <image src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/5e/5e01669de7ec4500b41711b64a7ca0fcnodata.png" class="img-nodata"></image>
        <!-- <image src="../static/common/nodata.png" class="img-nodata"></image> -->
        <view class="txt-nodata">尽力了,没有找到数据</view>
    </view>
</template>
pages/address/address.vue
文件已删除
pages/bussincess/order/bussincess-canteen/bussincess-canteen.vue
文件已删除
pages/bussincess/order/bussincess-good/bussincess-good.vue
文件已删除
pages/bussincess/order/bussincess-shop/bussincess-shop.vue
文件已删除
pages/bussincess/order/bussincess-travel/bussincess-travel.vue
文件已删除
pages/home/home.scss
@@ -2,6 +2,8 @@
.main-container{
    // background-image: url('../../static/images/farmer/home/bg.png');
    background: #E1F0E7;
    // https://hmy-flower.oss-cn-shanghai.aliyuncs.com/2a/2aa62e6bd1f74456b005d3f57daa54adbg.png
    .top-bg{
        background-image: unset;
        max-height: unset;
@@ -153,6 +155,7 @@
                  transform: translateY(-50%) rotate(0deg); /* 旋转90度使三角形指向右,并垂直居中 */
                  border-top: 12rpx solid transparent;
                  border-left: 12rpx solid #20613D;
                  margin-top: -3rpx;
                  border-bottom: 12rpx solid transparent;
            }
            .name.pink::after{
@@ -228,14 +231,14 @@
        }
        .order-icon.shlp{
            // margin-top: 16rpx;
            margin-top: -4rpx;
            margin-top: -1rpx;
            width: 54rpx;
            height: 58rpx;
        }
        .order-icon.kkjl{
            // margin-top: 12rpx;
            // margin-top: 0rpx;
            margin-top: -6rpx;
            margin-top: -3rpx;
            width: 58rpx;
            height: 58rpx;
        }
pages/login/farmer-login.vue
@@ -2,7 +2,7 @@
    <view class="main-container login-container img100 relative" style="margin-top: 0rpx;">
        <!-- background-image:url('@/static/images/farmer/login/bg.png') -->
        <image class="component-bg" src="/static/images/farmer/login/bg.png" mode="scaleToFill" />
        <image class="component-bg" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/a5/a54508de179a4942918ecb2c5a4aa9f5bg.png" mode="scaleToFill" />
        <view class="t-login top-bg">
            <view class="nav-title">登录</view>
            <view class="login">
pages/user/farmer-user.vue
@@ -5,7 +5,7 @@
        </view> -->
        <!-- 背景图 -->
        <view class="top-bg img100 relative" :style="{'padding-top':(StatusBar)+'px','line-height':CustomBar+'rpx' }">
            <image class="component-bg" src="/static/images/farmer/user/bg.png" mode="scaleToFill" />
            <image class="component-bg" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/21/21c95c14e9504be69edff7785e3b44a9bg.png" mode="scaleToFill" />
            
            <view class="title" style="position: relative;">
                我的
pages/user/user.scss
@@ -7,7 +7,7 @@
    .top-bg{
    
        padding: 32rpx;
        background-image: url('../../static/images/farmer/user/bg.png');
        // background-image: url('../../static/images/farmer/user/bg.png');
        height: 438rpx;
        max-height: 438rpx;
static/common/icon-clock.png
Binary files differ
static/common/icon-loc-filled.png
Binary files differ
static/common/nodata.png
Binary files differ
static/images/farmer/home/bg.png
Binary files differ
static/images/farmer/login/bg.png
Binary files differ
static/images/farmer/user/bg.png
Binary files differ
static/imgs/home/home-shop-top-icon.png
sub_pages/farmer/farmer-reg/farmer-reg.vue
@@ -1,6 +1,7 @@
<template>
    <view class="main-container login-container img100 relative" style="margin-top: 0rpx;">
        <image class="component-bg" src="/static/images/farmer/login/bg.png" mode="scaleToFill" />
        <image class="component-bg" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/a5/a54508de179a4942918ecb2c5a4aa9f5bg.png" mode="scaleToFill" />
        <view class="t-login top-bg">
            <view class="nav-title">注册</view>