diff --git a/src/main.ts b/src/main.ts index cf1e58f..967c715 100644 --- a/src/main.ts +++ b/src/main.ts @@ -32,6 +32,7 @@ import { DatePicker, Form, CheckboxGroup, + RadioGroup, Radio } from 'vant'; import share from '@/utils/share.js' @@ -87,6 +88,8 @@ export function createApp() { app.use(DatePicker); app.use(Form); app.use(CheckboxGroup); + app.use(Radio); + app.use(RadioGroup); // app.mixin(zpMixins); return { app diff --git a/src/packages/life/pages/scenic-list/scenic-list.vue b/src/packages/life/pages/scenic-list/scenic-list.vue index 424cfc8..9726718 100644 --- a/src/packages/life/pages/scenic-list/scenic-list.vue +++ b/src/packages/life/pages/scenic-list/scenic-list.vue @@ -69,7 +69,7 @@ this.merchantPageApi(false); }, methods: { - setMorKm(distance){ + setMorKm(distance) { return utils.setMorKm(distance) }, // 生活对应栏目的分页查询 @@ -197,49 +197,6 @@ .search { padding: 30rpx 30rpx 54rpx 30rpx; - .search-input { - height: 64rpx; - line-height: 64rpx; - background: #f9f9f9; - border-radius: 35rpx; - border: 1px solid #e1e1e1; - text-align: center; - position: relative; - box-sizing: content-box; - - .input { - width: 100%; - height: 64rpx; - line-height: 64rpx; - text-decoration: 20rpx; - padding: 0 64rpx; - font-size: 26rpx; - font-weight: 400; - } - - .placeholder-style { - text-align: center; - color: #c1c1c1; - } - } - - .search-icon { - width: 64rpx; - height: 64rpx; - background: #ffffff; - border-radius: 35rpx; - border: 1px solid #e1e1e1; - position: absolute; - right: -1px; - top: 0; - z-index: 1; - - .imgage { - width: 32rpx; - height: 32rpx; - } - } - .life-tabs { margin-top: 40rpx; @@ -295,4 +252,47 @@ } } } + + .search-input { + height: 64rpx; + line-height: 64rpx; + background: #f9f9f9; + border-radius: 35rpx; + border: 1px solid #e1e1e1; + text-align: center; + position: relative; + box-sizing: content-box; + + .input { + width: 100%; + height: 64rpx; + line-height: 64rpx; + text-decoration: 20rpx; + padding: 0 64rpx; + font-size: 26rpx; + font-weight: 400; + } + + .placeholder-style { + text-align: center; + color: #c1c1c1; + } + } + + .search-icon { + width: 64rpx; + height: 64rpx; + background: #ffffff; + border-radius: 35rpx; + border: 1px solid #e1e1e1; + position: absolute; + right: -1px; + top: 0; + z-index: 1; + + .imgage { + width: 32rpx; + height: 32rpx; + } + } \ No newline at end of file diff --git a/src/packages/people/pages/activity-mien/index.vue b/src/packages/people/pages/activity-mien/index.vue new file mode 100644 index 0000000..f064e07 --- /dev/null +++ b/src/packages/people/pages/activity-mien/index.vue @@ -0,0 +1,214 @@ + + + + + \ No newline at end of file diff --git a/src/packages/people/pages/party-newspaper/create.vue b/src/packages/people/pages/party-newspaper/create.vue new file mode 100644 index 0000000..b6a18e3 --- /dev/null +++ b/src/packages/people/pages/party-newspaper/create.vue @@ -0,0 +1,329 @@ + + + + + \ No newline at end of file diff --git a/src/packages/people/pages/party-newspaper/detail.vue b/src/packages/people/pages/party-newspaper/detail.vue new file mode 100644 index 0000000..4a9a87d --- /dev/null +++ b/src/packages/people/pages/party-newspaper/detail.vue @@ -0,0 +1,231 @@ + + + + + \ No newline at end of file diff --git a/src/packages/people/pages/party-newspaper/index.vue b/src/packages/people/pages/party-newspaper/index.vue new file mode 100644 index 0000000..e6b9e36 --- /dev/null +++ b/src/packages/people/pages/party-newspaper/index.vue @@ -0,0 +1,281 @@ + + + + + \ No newline at end of file diff --git a/src/packages/people/pages/volunteering/index.vue b/src/packages/people/pages/volunteering/index.vue new file mode 100644 index 0000000..5a8a0e2 --- /dev/null +++ b/src/packages/people/pages/volunteering/index.vue @@ -0,0 +1,336 @@ + + + + + \ No newline at end of file diff --git a/src/pages.json b/src/pages.json index 414ae04..9ee0e89 100644 --- a/src/pages.json +++ b/src/pages.json @@ -231,6 +231,31 @@ "path": "pages/ai-im/ai-im", "name": "people", "style": {} + }, + { + "path": "pages/party-newspaper/index", + "name": "people", + "style": {} + }, + { + "path": "pages/party-newspaper/detail", + "name": "people", + "style": {} + }, + { + "path": "pages/party-newspaper/create", + "name": "people", + "style": {} + }, + { + "path": "pages/activity-mien/index", + "name": "people", + "style": {} + }, + { + "path": "pages/volunteering/index", + "name": "people", + "style": {} } ] },