diff --git a/src/pages/bind/bind.vue b/src/pages/bind/bind.vue index 365ae9c..6c9f10a 100644 --- a/src/pages/bind/bind.vue +++ b/src/pages/bind/bind.vue @@ -14,8 +14,9 @@ const handleBind = async () => { @@ -31,12 +32,17 @@ page { display: flex; flex-direction: column; .cont { - margin: 100rpx auto; + margin: 200rpx auto; width: 100%; text-align: center; .title { - margin: 40rpx 0; + margin: 14rpx 0; + font-size: 40rpx; + color: #3d3d3d; + } + .desc { font-size: 28rpx; + color: #949494; } .button { width: 384rpx; @@ -44,7 +50,7 @@ page { padding: 20rpx 30rpx; border-radius: 50rpx; color: #fff; - background: linear-gradient(149deg, #51B6FF 19%, #3775F6 82%); + background: linear-gradient(149deg, #51b6ff 19%, #3775f6 82%); } } } diff --git a/src/pages/index/components/DataList.vue b/src/pages/index/components/DataList.vue index e7f1c49..f7ba65d 100644 --- a/src/pages/index/components/DataList.vue +++ b/src/pages/index/components/DataList.vue @@ -77,11 +77,9 @@ const getMemberOrderData = async () => { isFinish.value = true } } - onMounted(() => { getSettingInfo() }) - // const handleTimeup = async (item: Object) => { // const order = orderList.value.find((v) => v.id === item.id) // order!.unAccept = true @@ -220,7 +218,7 @@ const getLocationInfo = () => { }, }) } - } + }, }) }, }) @@ -273,22 +271,28 @@ const getAuthorizeInfo = () => { 结算 - - + + + + {{ item.recycleAddress }} - - - {{ item.appointmentTime }} + + + + + {{ item.appointmentTime }} - - - {{ item.clientName }} {{ item.clientMobile }} + + + + + {{ item.clientName }} {{ item.clientMobile }} @@ -379,7 +383,7 @@ const getAuthorizeInfo = () => { } } - .order { + .card { display: flex; padding: 10rpx; @@ -389,12 +393,11 @@ const getAuthorizeInfo = () => { flex-direction: column; justify-content: center; - .loction { - margin-top: 20rpx; + .meta-item { display: flex; + margin: 10rpx 0; align-items: center; - - .img { + .icon { width: 40rpx; height: 40rpx; margin-right: 20rpx; @@ -403,44 +406,9 @@ const getAuthorizeInfo = () => { font-size: 28rpx; color: #3D3D3D; } - } - - .time { - display: flex; - align-items: center; - margin: 20rpx 0; - - .img { - width: 40rpx; - height: 40rpx; - margin-right: 20rpx; - } - - .text { - font-size: 28rpx; - color: #3d3d3d; - } - } - - .people { - display: flex; - align-items: center; - margin-bottom: 20rpx; - - .img { - width: 36rpx; - height: 36rpx; - margin-right: 26rpx; - } - - .text { - font-size: 28rpx; - color: #3d3d3d; - - .iphone { - color: #3775f6; - margin-left: 10rpx; - } + .iphone { + color: #3775f6; + margin-left: 10rpx; } } } @@ -482,7 +450,6 @@ const getAuthorizeInfo = () => { } } } - .loading-text { text-align: center; font-size: 28rpx; @@ -490,5 +457,4 @@ const getAuthorizeInfo = () => { padding: 20rpx 0; } } -import type { debug } from 'console' - + diff --git a/src/static/images/seting_my.png b/src/static/images/seting_my.png deleted file mode 100644 index 8fed772..0000000 Binary files a/src/static/images/seting_my.png and /dev/null differ diff --git a/src/static/images/time_home.png b/src/static/images/time_home.png deleted file mode 100644 index 49d1dbd..0000000 Binary files a/src/static/images/time_home.png and /dev/null differ