diff --git a/manifest.config.ts b/manifest.config.ts index a04cef1..c5a2087 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -124,7 +124,7 @@ export default defineManifestConfig({ es6: true, minified: true, }, - requiredPrivateInfos: ["getLocation" ], + requiredPrivateInfos: ["getLocation", "chooseLocation"], optimization: { subPackages: true, }, diff --git a/src/bundle/address/add.vue b/src/bundle/address/add.vue new file mode 100644 index 0000000..04a774b --- /dev/null +++ b/src/bundle/address/add.vue @@ -0,0 +1,269 @@ + +{ + "layout": "default", + "style": { + "navigationStyle": "custom" + } +} + + + + + + + + + diff --git a/src/bundle/address/list.vue b/src/bundle/address/list.vue new file mode 100644 index 0000000..49cd37d --- /dev/null +++ b/src/bundle/address/list.vue @@ -0,0 +1,223 @@ + +{ + "layout": "default", + "style": { + "navigationStyle": "custom" + } +} + + + + + + + + + diff --git a/src/bundle/finance/finance.vue b/src/bundle/finance/finance.vue index dde121b..06ec980 100644 --- a/src/bundle/finance/finance.vue +++ b/src/bundle/finance/finance.vue @@ -9,43 +9,127 @@ @@ -178,8 +262,14 @@ .datetime-picker { :deep() { .wd-cell { + padding-left: 0 !important; background-color: transparent !important; } + + .wd-datetime-picker__arrow { + margin-top: 2rpx !important; + color: #fff !important; + } } } diff --git a/src/bundle/notice/notice.vue b/src/bundle/notice/notice.vue new file mode 100644 index 0000000..945bd1d --- /dev/null +++ b/src/bundle/notice/notice.vue @@ -0,0 +1,104 @@ +{ + "layout": "default", + "style": { + "navigationBarTitleText": "消息", + "navigationBarBackgroundColor": "#fff" + } +} + + + + + + + diff --git a/src/bundle/store/setting.vue b/src/bundle/store/setting.vue index ab1ab57..b3e76b1 100644 --- a/src/bundle/store/setting.vue +++ b/src/bundle/store/setting.vue @@ -30,7 +30,7 @@ - + 个人信息 diff --git a/src/bundle/wallet/wallet.vue b/src/bundle/wallet/wallet.vue index 60ba619..667967f 100644 --- a/src/bundle/wallet/wallet.vue +++ b/src/bundle/wallet/wallet.vue @@ -7,6 +7,9 @@