diff --git a/pages.json b/pages.json index 14515a4..cf80b1e 100644 --- a/pages.json +++ b/pages.json @@ -94,6 +94,22 @@ } } } + }, + { + "path": "pages/pages_zhentou/myPage/address", + "style": { + "navigationBarTitleText": "收货地址", + "app-plus": { + "titleNView": { + // "buttons": [{ + // "text": "\ue534", + // "fontSrc": "/static/uni.ttf", + // "fontSize": "22px", + // "color": "#FFFFFF" + // }] + } + } + } } ], "subPackages": [{ diff --git a/pages/pages_zhentou/homePage/homePage.vue b/pages/pages_zhentou/homePage/homePage.vue index df4bedc..a3ea70c 100644 --- a/pages/pages_zhentou/homePage/homePage.vue +++ b/pages/pages_zhentou/homePage/homePage.vue @@ -6,8 +6,8 @@ - - + + @@ -43,7 +43,6 @@ // 点击定制 clickCustom() { console.log('点击定制'); - // this.doSave(); }, // 填写表单 addForm() { @@ -131,7 +130,8 @@ .bottom_box { width: 100%; - height: 280rpx; + height: 290rpx; + border-radius: 30rpx 30rpx 0rpx 0rpx; background: #fff; position: fixed; bottom: 0rpx; @@ -142,17 +142,32 @@ .btn { - width: 85%; - height: 80rpx; - background-color: rgb(245, 19, 19); + width: 690rpx; + height: 90rpx; + background: #D73232; + border-radius: 20rpx 20rpx 20rpx 20rpx; color: #fff; display: flex; align-items: center; justify-content: center; &:first-child { - background-color: rgb(164, 173, 179); + background: #E9B332; margin-bottom: 40rpx; + display: flex; + flex-direction: column; + + .form_txt{ + height: 50rpx; + font-size: 28rpx; + display: flex; + align-items: center; + } + .form_txt1{ + height: 30rpx; + display: flex; + align-items: center; + } } } } diff --git a/pages/pages_zhentou/myPage/address.vue b/pages/pages_zhentou/myPage/address.vue new file mode 100644 index 0000000..f114370 --- /dev/null +++ b/pages/pages_zhentou/myPage/address.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/pages/pages_zhentou/myPage/myPage.vue b/pages/pages_zhentou/myPage/myPage.vue index 4c859fe..70d91e3 100644 --- a/pages/pages_zhentou/myPage/myPage.vue +++ b/pages/pages_zhentou/myPage/myPage.vue @@ -1,6 +1,11 @@ @@ -12,11 +17,23 @@ } }, methods: { - + returnAddress(){ + uni.navigateTo({ + url:"/pages/pages_zhentou/myPage/address" + }) + }, } } - diff --git a/pages/pages_zhentou/order/order.vue b/pages/pages_zhentou/order/order.vue index 2b8cbe1..c5cded4 100644 --- a/pages/pages_zhentou/order/order.vue +++ b/pages/pages_zhentou/order/order.vue @@ -1,6 +1,25 @@ @@ -8,15 +27,80 @@ export default { data() { return { - + active:1, } }, methods: { - + handleTab(val){ + this.active = val + } } } - diff --git a/static/image/zhentou_bag.png b/static/image/zhentou_bag.png new file mode 100644 index 0000000..a826efa Binary files /dev/null and b/static/image/zhentou_bag.png differ