diff --git a/package1/address/addressList.vue b/package1/address/addressList.vue index 04672b4..cea568f 100644 --- a/package1/address/addressList.vue +++ b/package1/address/addressList.vue @@ -1,22 +1,53 @@ @@ -24,17 +55,44 @@ export default { data() { return { - selected: 'phone' + selected: 'phone', + range: [{ + "value": 0, + "text": "篮球运动" + }, { + "value": 1, + "text": "足球运动", + }, { + "value": 2, + "text": "游泳健身运动" + }] } }, methods: { - openAddressBook(){ + openAddressBook() { this.$refs.bookPopup.open('bottom') - + } } } - \ No newline at end of file diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue index ff0c301..f323c8e 100644 --- a/package1/buyFood/buyFood.vue +++ b/package1/buyFood/buyFood.vue @@ -1,12 +1,466 @@ - \ No newline at end of file diff --git a/package1/runErrand/runErrand.vue b/package1/runErrand/runErrand.vue index 122e469..7773b39 100644 --- a/package1/runErrand/runErrand.vue +++ b/package1/runErrand/runErrand.vue @@ -170,7 +170,7 @@ - + 直接购买 @@ -528,7 +528,7 @@ margin-right: 10px; } - .bottom { + .buy-bottom { position: fixed; bottom: 0; left: 0; @@ -551,4 +551,11 @@ border-radius: 50px; margin: 10px auto; } + .book-popup-content{ + position: relative; + height: 600px; + width: 100%; + padding: 10px; + overflow: scroll; + } \ No newline at end of file