diff --git a/pages.config.ts b/pages.config.ts index 630b032..ed2c4f4 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -40,12 +40,6 @@ export default defineUniPages({ pagePath: 'pages/about/about', text: '关于', }, - { - iconPath: 'static/tabbar/personal.png', - selectedIconPath: 'static/tabbar/personalHL.png', - pagePath: 'pages/mine/index', - text: '我的', - }, ], }, }) diff --git a/src/components/privacy-popup/index.scss b/src/components/privacy-popup/index.scss deleted file mode 100644 index 6227976..0000000 --- a/src/components/privacy-popup/index.scss +++ /dev/null @@ -1,46 +0,0 @@ -:deep(.wd-privacy-popup) { - width: 600rpx; - padding: 0 24rpx; - box-sizing: border-box; - border-radius: 32rpx; - overflow: hidden; -} - -.wd-privacy-popup { - &__header { - width: 100%; - height: 128rpx; - line-height: 128rpx; - color: rgba(0, 0, 0, 0.85); - font-size: 30rpx; - padding: 0 12rpx; - box-sizing: border-box; - } - - &__container { - width: 100%; - box-sizing: border-box; - padding: 0 12rpx; - margin-bottom: 32rpx; - - font-size: 28rpx; - line-height: 1.8; - color: #3e3e3e; - text-align: left; - font-weight: 550; - &-protocol { - color: #4d80f0; - } - } - - &__footer { - display: flex; - justify-content: space-between; - padding-bottom: 36rpx; - - button { - border: none; - outline: none; - } - } -} diff --git a/src/components/privacy-popup/privacy-popup.vue b/src/components/privacy-popup/privacy-popup.vue deleted file mode 100644 index 9bf9ec9..0000000 --- a/src/components/privacy-popup/privacy-popup.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - diff --git a/src/pages.json b/src/pages.json index 6aae172..2f28d80 100644 --- a/src/pages.json +++ b/src/pages.json @@ -35,12 +35,6 @@ "selectedIconPath": "static/tabbar/exampleHL.png", "pagePath": "pages/about/about", "text": "关于" - }, - { - "iconPath": "static/tabbar/personal.png", - "selectedIconPath": "static/tabbar/personalHL.png", - "pagePath": "pages/mine/index", - "text": "我的" } ] }, @@ -59,42 +53,6 @@ "style": { "navigationBarTitleText": "关于" } - }, - { - "path": "pages/login/index", - "type": "page", - "style": { - "navigationBarTitleText": "登录", - "navigationStyle": "custom" - } - }, - { - "path": "pages/mine/index", - "type": "page", - "style": { - "navigationBarTitleText": "我的" - } - }, - { - "path": "pages/mine/about/index", - "type": "page", - "style": { - "navigationBarTitleText": "关于我们" - } - }, - { - "path": "pages/mine/info/index", - "type": "page", - "style": { - "navigationBarTitleText": "个人资料" - } - }, - { - "path": "pages/mine/password/index", - "type": "page", - "style": { - "navigationBarTitleText": "修改密码" - } } ], "subPackages": [] diff --git a/src/pages/about/components/request.vue b/src/pages/about/components/request.vue index 5e0dfc5..8aa820c 100644 --- a/src/pages/about/components/request.vue +++ b/src/pages/about/components/request.vue @@ -23,7 +23,7 @@ - 发送请求 + 发送请求 loading... @@ -31,7 +31,7 @@ {{ JSON.stringify(data) }} - 重置数据 + 重置数据 diff --git a/src/pages/about/components/upload.vue b/src/pages/about/components/upload.vue index 07f81f5..e773ca1 100644 --- a/src/pages/about/components/upload.vue +++ b/src/pages/about/components/upload.vue @@ -9,7 +9,7 @@