From 601e5c93682ec863a7c8d156952ce6fb1da48583 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期二, 20 六月 2023 11:14:45 +0800 Subject: [PATCH] no message --- uniapp/manifest.json | 4 ++-- uniapp/components/sh_page/minePage.vue | 10 +++++----- uniapp/components/sh_page/indexCont.vue | 20 ++++++++++++-------- uniapp/pages/index/index.vue | 1 - uniapp/components/sh_page/indexNewPage.vue | 2 +- 5 files changed, 20 insertions(+), 17 deletions(-) diff --git a/uniapp/components/sh_page/indexCont.vue b/uniapp/components/sh_page/indexCont.vue index a57fc73..4079eb0 100644 --- a/uniapp/components/sh_page/indexCont.vue +++ b/uniapp/components/sh_page/indexCont.vue @@ -408,12 +408,16 @@ getHomeMenuList() { var that = this; - this.$u.api.getHomeMenu({ - type: 1 - }).then(e => { - if (e.code != 0) return that.$alert(e.msg) - that.navbarList = e.data.list; - }).catch(function(err) {}) + var datalist=[{"id":51,"mname":"娣樺疂杩斿埄","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E5%85%A8.png","parameter_json":{"appId":"","route":"","url":"/pages/active/tmsearch","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":3,"mname":"浜笢杩斿埄","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E7%BD%91.png","parameter_json":{"appId":"","route":"","url":"../active/jdSearch","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":49,"mname":"鎶栭煶杩斿埄","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E4%BC%98.png","parameter_json":{"appId":"","route":"","url":"/pages/active/dysearch","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":5,"mname":"鎷煎澶氳繑鍒�","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E6%83%A0.png","parameter_json":{"appId":"","route":"","url":"../active/pddsearch","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":7,"mname":"鍞搧浼氳繑鍒�","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E5%88%B8.png","parameter_json":{"appId":"","route":"","url":"/pages/active/vipsearch","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":10,"mname":"缇庡洟绾㈠寘","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E8%B4%AD.png","parameter_json":{"appId":"","route":"","url":"/pages/mine/mt","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":11,"mname":"楗夸簡涔堢孩鍖�","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E7%89%A9.png","parameter_json":{"appId":"","route":"","url":"/pages/mine/elm","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":8,"mname":"鐢靛奖7鎶�","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E6%8B%BF.png","parameter_json":{"appId":"","route":"","url":"","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":"17"},"url_type":"11","is_top":"0"},{"id":2,"mname":"9.9鍖呴偖","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E8%BF%94.png","parameter_json":{"appId":"","route":"","url":"../active/specialOffer","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"},{"id":6,"mname":"澶х墝浼橀��","group":"1","type":"1","image":"https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/%E5%88%A9.png","parameter_json":{"appId":"","route":"","url":"../active/brandSale","cmark":"","activityId":"","goodsId":"","goods_platform":"","template_id":"","jtk_act_id":""},"url_type":"1","is_top":"0"}]; + + that.navbarList = datalist; + // this.$u.api.getHomeMenu({ + // type: 1 + // }).then(e => { + // console.log(e); + // if (e.code != 0) return that.$alert(e.msg) + // that.navbarList = e.data.list; + // }).catch(function(err) {}) }, @@ -1797,11 +1801,11 @@ .type-container-active { .mainTitle { - color: #FE6C03; + color: #0f0f0f; } .subtitle { - background: #FE6C03; + background: #0f0f0f; color: #FFFFFF; } } diff --git a/uniapp/components/sh_page/indexNewPage.vue b/uniapp/components/sh_page/indexNewPage.vue index 3869d45..8367f04 100644 --- a/uniapp/components/sh_page/indexNewPage.vue +++ b/uniapp/components/sh_page/indexNewPage.vue @@ -1,6 +1,6 @@ <template> <view style="background: #fff;" class="index-wrapper wrapperLayer borderBox"> - <view class="fixed-container colCen borderBox" style="background-image: url(https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/inde_top_bg.png);background-size: cover;"> + <view class="fixed-container colCen borderBox" style="background: #0f0f0f;"> <view class="topbarbox"></view> <view class="headerSearch-container rowCenBet borderBox"> <view class="leftgoSearchbox rowCen borderBox" @click="goPath('search')"> diff --git a/uniapp/components/sh_page/minePage.vue b/uniapp/components/sh_page/minePage.vue index 937ceda..0ca2475 100644 --- a/uniapp/components/sh_page/minePage.vue +++ b/uniapp/components/sh_page/minePage.vue @@ -1,6 +1,6 @@ <template> <view class="minePage-wrapper"> - <view class="fixed-box colCen" style="background:#ffb030"> + <view class="fixed-box colCen" style="background:#0f0f0f"> <view class="topbarbox"></view> <view class="navigate-container rowCenBet"> <view class="setting-box" style="opacity: 0;"> @@ -392,7 +392,7 @@ width: 100%; height: 426rpx; position: relative; - background: #ffb030; + background: #0f0f0f; .headerbox-container { width: 100%; @@ -444,9 +444,9 @@ height: 36rpx; font-size: 28rpx; font-weight: 400; - color: #FFFFFF; + color: #0f0f0f; padding: 0 18rpx; - background: #ffb030; + background: #fff; border-radius: 18rpx; } @@ -458,7 +458,7 @@ text-align: center; font-size: 24rpx; font-weight: 400; - color: #ffb030; + color: #0f0f0f; margin-left: 20rpx; } } diff --git a/uniapp/manifest.json b/uniapp/manifest.json index 6d9386a..2871470 100644 --- a/uniapp/manifest.json +++ b/uniapp/manifest.json @@ -2,8 +2,8 @@ "name" : "澶ц繑瀹�", "appid" : "__UNI__FC8858A", "description" : "澶ц繑瀹榓pp", - "versionName" : "1.1.8", - "versionCode" : 118, + "versionName" : "1.1.9", + "versionCode" : 119, "transformPx" : false, /* 5+App鐗规湁鐩稿叧 */ "app-plus" : { diff --git a/uniapp/pages/index/index.vue b/uniapp/pages/index/index.vue index 1fa19b6..afbd5cd 100644 --- a/uniapp/pages/index/index.vue +++ b/uniapp/pages/index/index.vue @@ -289,7 +289,6 @@ stopswiper(){ this.canrefush = true }, - // 璺敱璺宠浆 goPath(url) { if (url == 'search') { -- Gitblit v1.9.3