diff --git a/packages/packagesPro/pages/proBuy/proBuy.vue b/packages/packagesPro/pages/proBuy/proBuy.vue index 02409e3..3f364a8 100644 --- a/packages/packagesPro/pages/proBuy/proBuy.vue +++ b/packages/packagesPro/pages/proBuy/proBuy.vue @@ -1,8 +1,241 @@ \ No newline at end of file diff --git a/packages/packagesPro/pages/proCarerInfo/info.vue b/packages/packagesPro/pages/proCarerInfo/info.vue index 02409e3..e0011ba 100644 --- a/packages/packagesPro/pages/proCarerInfo/info.vue +++ b/packages/packagesPro/pages/proCarerInfo/info.vue @@ -2,6 +2,22 @@ \ No newline at end of file diff --git a/pages.json b/pages.json index 8fd0632..cb66a4a 100644 --- a/pages.json +++ b/pages.json @@ -37,6 +37,15 @@ "path": "pages/find/index", "style": {} }, + { + "path": "pages/index/admin", + "style": { + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#0cc7a4", + "navigationBarTitleText": "院办登录", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/login/login", "style": {} @@ -102,7 +111,7 @@ "navigationBarTitleText": "订单评价" } }] - },{ + }, { "root": "packages/webview", "pages": [{ "path": "index", diff --git a/pages/index/admin.vue b/pages/index/admin.vue new file mode 100644 index 0000000..2228c94 --- /dev/null +++ b/pages/index/admin.vue @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 2e244fe..a1db559 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -16,7 +16,7 @@ - + 找住院护工 平台保证 @@ -25,7 +25,7 @@ - + 找居家护工 @@ -47,7 +47,7 @@ height: 31rpx;" src="../../static/resource/imgs/zhishititle.png"> - + @@ -59,6 +59,7 @@ height: 152rpx;" :src="item.poster"> + 院办登录 @@ -155,6 +156,21 @@ height: 152rpx;" :src="item.poster"> onReady() {}, onHide() {}, methods: { + toDetail(id) { + uni.navigateTo({ + url: '/packages/packagesInfo/pages/detail/index?id=' + id, + }); + }, + tofind() { + uni.switchTab({ + url: "/pages/find/index" + }) + }, + toAdmin() { + uni.navigateTo({ + url: "/pages/index/admin" + }) + }, getGeoCoder() { var that = this; const tMap = new QQMapWX({ @@ -311,6 +327,17 @@ height: 152rpx;" :src="item.poster"> border-radius: 0rpx 0rpx 80rpx 0rpx; } + .btnadmin { + background: #0EE2BA; + color: #fff; + width: 690rpx; + margin: 20rpx auto; + text-align: center; + font-size: 36rpx; + padding: 20rpx; + + } + .boxItembox { padding: 0rpx 51rpx; display: flex;