Global style updated / Header footer hyperlink completed / addressInput component bug fixed

This commit is contained in:
Vion
2022-01-20 19:56:52 +08:00
parent 1af28b2843
commit 7721e92d5f
12 changed files with 216 additions and 92 deletions

View File

@@ -16,6 +16,7 @@
<div class="rc-max-width--xl rc-address">
<span>所在地区:</span>
<input type="text" placeholder="请选择所在地区">
<addressInput></addressInput>
</div>
<div class="rc-max-width--xl rc-useaddress">
<span>详细地址:</span>
@@ -44,7 +45,8 @@
<script>
import Myheader from '~/components/header.vue'
import Myheader from '~/components/header.vue'
import addressInput from '~/components/addressInput.vue'
import MyFooter from '~/components/rc-footer.vue'
export default {
data() {
@@ -119,7 +121,8 @@ export default {
},
components: {
Myheader,
MyFooter
MyFooter,
addressInput
},
mounted() {