diff --git a/common/uni.css b/common/uni.css index b58c6b2c29fadd66a4cc022dc6375a5b744bb44c..aff6d4571ca3c9fd2092b8fd686bf7a15cb24671 100644 --- a/common/uni.css +++ b/common/uni.css @@ -8,14 +8,14 @@ .uni-title-text { font-size: 30rpx; - font-weight: 500; + font-weight: bold; } .uni-subtitle-text { margin-top: 10rpx; font-size: 24rpx; color: #888; - font-weight: 500; + font-weight: bold; } .uni-common-mb { diff --git a/pages/component/checkbox/checkbox.uvue b/pages/component/checkbox/checkbox.uvue index 46d915c3d3a235cf9fb70c1626d7f8f85b456fc5..0e7210f88e7977a110272ee957e355fd5261c79d 100644 --- a/pages/component/checkbox/checkbox.uvue +++ b/pages/component/checkbox/checkbox.uvue @@ -40,7 +40,7 @@ - + { + success: (data) => { if(this.pageVisible){ - if (data.statusCode == 200) { - const result = data.data as UTSJSONObject + if (data.statusCode == 200) { + const result = data.data as UTSJSONObject this.htmlNodes = result["content"] as string; - } + } } }, fail: () => { console.log('fail'); } }); - }, + }, } } @@ -76,7 +76,7 @@ font-weight: 400; line-height: 42rpx; color: white; - z-index: 11; + /* z-index: 11; */ } .article-meta { diff --git a/pages/component/list/list.uvue b/pages/component/list/list.uvue index 820e7f44231caf30746fe278165c5f6f48475e9b..c8ff54625673a4dfc59ff7fa51426eeddd703cfd 100644 --- a/pages/component/list/list.uvue +++ b/pages/component/list/list.uvue @@ -6,7 +6,7 @@ - + @@ -19,20 +19,20 @@ - - + +