diff --git a/pages/index/category.vue b/pages/index/category.vue
index e7c1931..42e1e6e 100644
--- a/pages/index/category.vue
+++ b/pages/index/category.vue
@@ -269,7 +269,7 @@
}
.car-show {
- height: 78rpx;
+ height: 80rpx;
position: fixed;
bottom: 150rpx;
right: 0;
@@ -297,8 +297,8 @@
}
.cart-image {
- width: 130rpx;
- height: 130rpx;
+ width: 80rpx;
+ height: 80rpx;
position: absolute;
top: 45%;
right: 20rpx;
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 274f9d3..7aad1b4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -19,7 +19,7 @@
diff --git a/pages/index/user.vue b/pages/index/user.vue
index 609ddec..597f283 100644
--- a/pages/index/user.vue
+++ b/pages/index/user.vue
@@ -17,7 +17,7 @@
- {{ userInfo.nickname}}
+ {{ userInfo.nickname}}
未认证
已认证
@@ -168,22 +168,14 @@
-
-
-
-
-
+
@@ -704,15 +696,16 @@
.texbut {
width: 507rpx;
- height: 90rpx;
- border-radius: 45rpx;
- background: #ffbd25;
- font-size: 34rpx;
- color: #3d3d3d;
- font-weight: bold;
+ height: 120rpx;
+ // border-radius: 45rpx;
+ // background: #ffbd25;
+ // font-size: 34rpx;
+ // color: #3d3d3d;
+ // font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
+ margin: 0 auto;
}
}
diff --git a/pages/user/goods-log.vue b/pages/user/goods-log.vue
index 90dafff..3847866 100644
--- a/pages/user/goods-log.vue
+++ b/pages/user/goods-log.vue
@@ -195,7 +195,7 @@
function toDetail(e) {
console.log('跳转详情', e);
uni.navigateTo({
- url: '/pages/canteenRent/rentDetail?id=' + e.id
+ url: '/pages/canteenRent/rentDetail?id=' + e.information.id
})
}