diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index abbfa18..6e32780 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -34,8 +34,8 @@ "title": "首页" }, { - "selectedIconPath": "/static/image/tabbar/home-a.png", - "iconPath": "/static/image/tabbar/home.png", + "selectedIconPath": "/static/image/tabbar/tourGuide-a.png", + "iconPath": "/static/image/tabbar/tourGuide.png", "pagePath": "/pages/index/tourGuide", "title": "导览" }, diff --git a/components/list/videoList.vue b/components/list/videoList.vue new file mode 100644 index 0000000..15d4ef5 --- /dev/null +++ b/components/list/videoList.vue @@ -0,0 +1,101 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index ffdd870..36f1f9c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -40,39 +40,7 @@ 视频中的景徳镇 - - - - - - - - - - - - - 爱旅行的小张 - - - - - + @@ -85,9 +53,11 @@ diff --git a/pages_order/components/address/redactAddress.vue b/pages_order/components/address/redactAddress.vue index 1775a92..e11d971 100644 --- a/pages_order/components/address/redactAddress.vue +++ b/pages_order/components/address/redactAddress.vue @@ -1,126 +1,140 @@ diff --git a/pages_order/mine/address.vue b/pages_order/mine/address.vue index c5f9ba8..d76d7e1 100644 --- a/pages_order/mine/address.vue +++ b/pages_order/mine/address.vue @@ -3,77 +3,22 @@ - - + + @editAddress="editAddress" + @editDefault="editDefault"/> - - - - - - - + :addressDetail="addressDetail" + @saveOrUpdate="saveOrUpdate" + :title="title"> + @@ -86,7 +31,6 @@ @@ -355,115 +158,6 @@ .address-list { padding: 40rpx 20rpx 120rpx 20rpx; - - // .address-item { - // background: white; - // border-radius: 20rpx; - // overflow: hidden; - // margin-bottom: 20rpx; - // padding: 15rpx 15rpx 0rpx 15rpx; - // width: 680rpx; - - // .address-item-top { - // border-bottom: 1px dashed #D3D1D1; - // display: flex; - // align-items: center; - // padding: 0rpx 0rpx 15rpx 0rpx; - - // .img-box { - // width: 120rpx; - // height: 120rpx; - - // image { - // width: 75%; - // height: 75%; - // display: block; - // margin: 12.5% auto; - // } - // } - - // .address-info { - // width: calc(100% - 120rpx); - // height: 100%; - // display: flex; - // flex-direction: column; - // justify-content: space-between; - - // .user-info { - // display: flex; - // align-items: center; - - // text { - // display: block; - // line-height: 40rpx; - // margin-right: 20rpx; - // } - - // .user-name, - // .user-phone { - // font-size: 30rpx; - // } - - // .is-default { - // display: flex; - // align-items: center; - // justify-content: center; - // background: #FEB773; - // color: white; - // width: 80rpx; - // height: 35rpx; - // border-radius: 20rpx; - // font-size: 22rpx; - // } - // } - - // .address-detail { - // color: #4a4a4a; - // font-size: 26rpx; - // overflow: hidden; - // display: -webkit-box; - // -webkit-box-orient: vertical; - // -webkit-line-clamp: 2; - // text-overflow: ellipsis; - // } - // } - // } - - // .controls { - // display: flex; - // align-items: center; - // justify-content: space-between; - // align-items: center; - // font-size: 26rpx; - // padding: 15rpx 15rpx 25rpx 15rpx; - - // .default-checkbox { - // display: flex; - - // text { - // margin-left: 8rpx; - // } - // } - - // .control-title { - // height: 30rpx; - // line-height: 30rpx; - // color: #666666; - // } - - // view { - // display: flex; - // align-items: center; - // } - - // image { - // width: 23rpx; - // height: 23rpx; - // vertical-align: middle; - // margin-right: 8rpx; - // } - // } - // } } .add-btn { diff --git a/static/image/tabbar/tourGuide-a.png b/static/image/tabbar/tourGuide-a.png new file mode 100644 index 0000000..bd4d89b Binary files /dev/null and b/static/image/tabbar/tourGuide-a.png differ diff --git a/static/image/tabbar/tourGuide.png b/static/image/tabbar/tourGuide.png new file mode 100644 index 0000000..f90d464 Binary files /dev/null and b/static/image/tabbar/tourGuide.png differ