diff --git a/common/styles/common.css b/common/styles/common.css index b97fda2..4ba4084 100644 --- a/common/styles/common.css +++ b/common/styles/common.css @@ -60,7 +60,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbox-input:hover { border-color: #d1d1d1 !important; } - +/* #endif */ /* 常用的 */ diff --git a/pages.json b/pages.json index 263206a..82d9271 100644 --- a/pages.json +++ b/pages.json @@ -21,6 +21,12 @@ "style": { "navigationBarTitleText": "我的" } + }, + { + "path": "pages/goodsDetail/goodsDetail", + "style": { + "navigationBarTitleText": "商品详情" + } } ], "globalStyle": {