From dbf6208f1ad5cf4762df5c9c303565b56cee0ebd Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期六, 03 六月 2023 18:16:25 +0800 Subject: [PATCH] no message --- uniapp/components/indexPage.vue | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 46 insertions(+), 5 deletions(-) diff --git a/uniapp/components/indexPage.vue b/uniapp/components/indexPage.vue index a65c8d5..eb88624 100644 --- a/uniapp/components/indexPage.vue +++ b/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%); -- Gitblit v1.9.3