diff --git a/src/manifest.json b/src/manifest.json index f58a5a6..5920bd4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -73,7 +73,12 @@ "setting": { "urlCheck": false }, - "usingComponents": true + "usingComponents": true, + "permission": { + "scope.userLocation": { + "desc": "需要获取您的位置用于定位车辆" + } + } }, "mp-alipay": { "usingComponents": true diff --git a/src/pages.json b/src/pages.json index bba3895..bd41eb2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -67,6 +67,14 @@ "navigationStyle": "custom" } + }, { + "path": "pages/IMB/ridingData/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + } ], "tabBar": { diff --git a/src/pages/IMB/IMB.vue b/src/pages/IMB/IMB.vue index 8c3b35f..4de20ac 100644 --- a/src/pages/IMB/IMB.vue +++ b/src/pages/IMB/IMB.vue @@ -1,19 +1,82 @@ - - + .imb-car-info { + display: flex; + padding: 24rpx; + justify-content: space-between; + + .imb-car-info-left { + display: flex; + + .imb-car-info-left-text { + display: flex; + flex-direction: column; + color: #08080D; + } + + .iamge-logo { + width: 96rpx; + height: 112rpx; + padding-right: 6rpx; + } + } + + .imb-car-info-right { + .imb-car-info-right-text { + width: 176rpx; + height: 64rpx; + border-radius: 8rpx; + border: 1rpx solid; + line-height: 64rpx; + text-align: center; + color: #20519C; + font-size: 28rpx; + border-image: linear-gradient(90deg, rgba(30, 80, 153, 1), rgba(60, 109, 198, 1)) 1 1; + } + } + } + } + } + \ No newline at end of file diff --git a/src/pages/IMB/ridingData/index.vue b/src/pages/IMB/ridingData/index.vue new file mode 100644 index 0000000..4c98a7a --- /dev/null +++ b/src/pages/IMB/ridingData/index.vue @@ -0,0 +1,112 @@ + + + + + \ No newline at end of file diff --git a/src/pages/circle/views/details/details.vue b/src/pages/circle/views/details/details.vue index 746bf8b..56e6231 100644 --- a/src/pages/circle/views/details/details.vue +++ b/src/pages/circle/views/details/details.vue @@ -5,12 +5,9 @@ - - @@ -35,7 +32,9 @@ - + + + + + + + + 分享 + + + + 点赞 + + + + 评论 + + + + 送礼 + + + + - + \ No newline at end of file diff --git a/src/static/common/gift.png b/src/static/common/gift.png new file mode 100644 index 0000000..8e4ed3d Binary files /dev/null and b/src/static/common/gift.png differ