diff --git a/components/ProductSection.vue b/components/ProductSection.vue index 79ba098..57654d5 100644 --- a/components/ProductSection.vue +++ b/components/ProductSection.vue @@ -323,7 +323,7 @@ export default { margin-right: 24rpx; flex-shrink: 0; min-width: 120rpx; - font-family: Futura; + font-family: 'Futura'; } .heart-icon { diff --git a/pages.json b/pages.json index c88ae4f..bf30cc4 100644 --- a/pages.json +++ b/pages.json @@ -37,7 +37,8 @@ { "path": "pages/index/iSoul", "style": { - "navigationStyle": "custom" + "navigationStyle": "custom", + "navigationBarTextStyle":"white" // "navigationBarTitleText": "iSoul" } }, diff --git a/pages/index/iSoul.vue b/pages/index/iSoul.vue index 614fb6a..52a93d3 100644 --- a/pages/index/iSoul.vue +++ b/pages/index/iSoul.vue @@ -1,86 +1,173 @@