From c8eb8c8229f47bce5f1b5eda077ae7a905cf8ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Thu, 21 Oct 2021 10:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BF=AE=E6=94=B9=E9=9D=99?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 3 +- commons/css/base/border.wxss | 2 + commons/js/config.js | 2 +- pages/customer/detail/index.wxml | 15 +++- pages/customer/index.js | 22 ++++++ pages/customer/index.wxml | 15 +++- pages/customer/optDefeat/index.js | 112 ++++++++++++++++++++++++++++ pages/customer/optDefeat/index.json | 7 ++ pages/customer/optDefeat/index.wxml | 22 ++++++ pages/customer/optDefeat/index.wxss | 4 + pages/index/index.wxml | 36 +++++++-- 11 files changed, 226 insertions(+), 14 deletions(-) create mode 100644 pages/customer/optDefeat/index.js create mode 100644 pages/customer/optDefeat/index.json create mode 100644 pages/customer/optDefeat/index.wxml create mode 100644 pages/customer/optDefeat/index.wxss diff --git a/app.json b/app.json index 64e8e4b..a6552dc 100644 --- a/app.json +++ b/app.json @@ -24,7 +24,8 @@ "pages/customer/editCard/index", "pages/channel/index", "pages/dataAnalysis/index", - "pages/distribute/special/index" + "pages/distribute/special/index", + "pages/customer/optDefeat/index" ], "echarts": [ { diff --git a/commons/css/base/border.wxss b/commons/css/base/border.wxss index 580a24a..a5a7128 100644 --- a/commons/css/base/border.wxss +++ b/commons/css/base/border.wxss @@ -14,4 +14,6 @@ .bds-7dbeeb{border:#7dbeeb 1rpx solid;box-sizing:border-box;} .bds-2-36afa2{border:#36afa2 2rpx solid;box-sizing:border-box;} +.bbs-1-474a65{border-bottom:#474a65 1rpx solid; box-sizing:border-box;} + .last-b-none:last-child{border-bottom:none;} diff --git a/commons/js/config.js b/commons/js/config.js index 03159fb..1e3ffb2 100644 --- a/commons/js/config.js +++ b/commons/js/config.js @@ -1,4 +1,4 @@ -const env = "p"; +const env = "d"; const version = 1, diff --git a/pages/customer/detail/index.wxml b/pages/customer/detail/index.wxml index c7daa86..dd5c1ca 100644 --- a/pages/customer/detail/index.wxml +++ b/pages/customer/detail/index.wxml @@ -191,9 +191,15 @@ - - - + + + + + + + + + @@ -263,6 +269,9 @@ + +