zhaojs
2023-06-03 dbf6208f1ad5cf4762df5c9c303565b56cee0ebd
no message
已修改1个文件
51 ■■■■■ 文件已修改
uniapp/components/indexPage.vue 51 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/components/indexPage.vue
@@ -58,6 +58,13 @@
                                </swiper-item>
                            </swiper>
                        </view> -->
                        <!--快捷入口图标-->
                        <view class="c-loading-img rowCenCen">
                            <view class="imgbox defIcon" v-for="(eitem,index) in fastenter" :key="index" @click="goFUrl(eitem)">
                                <image :src="eitem.img"></image>
                            </view>
                        </view>
                        <!--左轮播,右两行-->
                        <view class="centerflex f_contant">
                            <view class="f_centerSwiper-container swiper-box swiper-item f_left">
@@ -440,16 +447,12 @@
                navbarShowList: [],
                navbarList: [],
                sliderH: '',
                scrollTop: 0,
                scrollindex: 0,
                zdmList: [],
                phbList: [],
                dyList: [],
                rqList: [],
                typedataList: [
                    {
                        mainTitle: '京东',
@@ -488,6 +491,24 @@
                triggeredstate: true,
                swpidx: 0,
                canrefresh: true,
                fastenter:[
                    {
                        img:'http://hxshapp.oss-cn-beijing.aliyuncs.com/20211129/cc9b73c5-760c-4f06-adaf-77ce6e8c79ba.png',
                        url:''
                    },
                    {
                        img:'http://hxshapp.oss-cn-beijing.aliyuncs.com/20211129/cc9b73c5-760c-4f06-adaf-77ce6e8c79ba.png',
                        url:''
                    },
                    {
                        img:'http://hxshapp.oss-cn-beijing.aliyuncs.com/20211129/cc9b73c5-760c-4f06-adaf-77ce6e8c79ba.png',
                        url:''
                    },
                    {
                        img:'http://hxshapp.oss-cn-beijing.aliyuncs.com/20211129/cc9b73c5-760c-4f06-adaf-77ce6e8c79ba.png',
                        url:''
                    }
                ],
            }
        },
        watch: {
@@ -758,7 +779,12 @@
            goUrl(info) {
                utils.goUrl(info, this)
            },
            goFUrl(info)
            {
                uni.navigateTo({
                    url: info.url
                });
            },
            gojgqUrl(info) {
                if (info.urlType == '0') {
                    uni.navigateTo({
@@ -871,6 +897,21 @@
                }
            }
    }
    .c-loading-img {
             width: 96%;
            height: 72px;
            background: #fff;
            margin: auto;
            margin-top: 20rpx;
            border-radius: 12rpx;
            justify-content:space-between;
        .imgbox {
            width: 138rpx;
            height: 106rpx;
            // max-height: 72rpx;
        }
    }
    .juan {
        height: 28rpx;
        background: linear-gradient(90deg, #ff8873 0, #ff4f4f 100%);