From 4bed9058d656b5353c4eb8975be306d31eda9c13 Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Mon, 12 Jun 2023 13:14:44 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E5=85=A8=E5=B1=80=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 72 +++++++++++++++++++++++++ manifest.json | 18 +++---- pages/commponent/public/nodata.vue | 2 +- pages/commponent/public/tabs.vue | 10 ++-- pages/commponent/user/list-cell.vue | 3 +- pages/commponent/user/my-footprint.vue | 2 +- pages/commponent/user/my-order.vue | 2 +- pages/commponent/user/my-server.vue | 4 +- pages/views/goods/goodsDetails.vue | 37 +++++++------ pages/views/order/evaluate/evaluate.vue | 5 +- pages/views/order/orderDetails.vue | 30 +++++------ pages/views/order/orderList.vue | 16 +++--- pages/views/order/success.vue | 15 +++--- pages/views/setting/index.vue | 3 +- pages/views/tabBar/cart.vue | 14 ++--- pages/views/tabBar/user.vue | 64 ++++++++++------------ 16 files changed, 181 insertions(+), 116 deletions(-) diff --git a/App.vue b/App.vue index 0e336fc..ebbdb36 100644 --- a/App.vue +++ b/App.vue @@ -6,6 +6,9 @@ import {setTabBarBadge } from'./utils/util.js' uni.$ajax = request; //挂载全局请求方法 export default { + onShow() { + + }, onLaunch: function () { //#ifdef H5 @@ -138,10 +141,22 @@ $black: #333333; } } &.order { + .goods_btns .btns { + &.btn-item1 { + border-color: $color; + color: $color; + } + } .bottom_btn .btns, .morelist .title .quan { background: $color; + &.shouhou { + color: #fff; + background-color: $color; + } + } + .iconfont, .weizhi_icon .icon-dizhi, .goods_title .price .t1, .morelist .right_title, @@ -158,6 +173,63 @@ $black: #333333; background: $color; } } + &.cart { + .bottom_all .left .delAll { + border-color: $color; + } + .text-green, .line-green, .lines-green, + .bottom_all .left .delAll, + .empty, + .nocart .iconfont { + color: $color; + } + + .bottom_all .rights .jiesuan { + background: $color; + } + + } + &.jieguo { + background-color: $color; + .wancheng { + color: $color; + border-color: $color; + } + .icon-chenggong { + color: $color; + } + } + &.userbox { + .iconfont { + color: $color; + } + } + &.order_list { + .iconfont, + .order_type, + .tabs_list.active-item { + color: $color; + font-weight: bold; + .active { + background-color: $color; + } + + } + .list_box .bottom .btns .pay{ + color: $color; + border-color: $color; + &.shouhou { + color: #fff; + background-color: $color; + } + } + + } + &.evaluate { + .goods_price .price-text { + color: $color; + } + } } diff --git a/manifest.json b/manifest.json index a96bd2e..2693cea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name" : "商城模板", - "appid" : "__UNI__8A51802", + "appid" : "__UNI__1EEA1F7", "description" : "", "versionName" : "1.0.0", - "versionCode" : "100", + "versionCode" : 1, "transformPx" : false, "app-plus" : { "usingComponents" : true, @@ -74,19 +74,17 @@ "h5" : { "devServer" : { "disableHostCheck" : true, - "proxy" : "https://mall.meituan.com" + "proxy" : "https://mall.meituan.com", + "port" : 8081, + "https" : false }, "router" : { "mode" : "history", - "base" : "./" + "base" : "" }, "sdkConfigs" : { - "maps" : { - "qqmap" : { - "key" : "BIUBZ-UWKW3-FK53E-YIPVT-R4KG5-3DBA3" - } - } + "maps" : {} }, - "title" : "jiahui-yang商城模板" + "title" : "能辉在线订货商城" } } diff --git a/pages/commponent/public/nodata.vue b/pages/commponent/public/nodata.vue index 0869056..10cf652 100644 --- a/pages/commponent/public/nodata.vue +++ b/pages/commponent/public/nodata.vue @@ -1,6 +1,6 @@