diff --git a/App.vue b/App.vue
index e15be00..4ad52c3 100644
--- a/App.vue
+++ b/App.vue
@@ -41,7 +41,6 @@
@import "/static/css/normalize";
/* 顶部自定义导航留白 */
.status_bar {
- z-index: 1000;
width: 100%;
height: var(--status-bar-height);
}
diff --git a/common/api/user.js b/common/api/user.js
index 899a148..5fc0775 100644
--- a/common/api/user.js
+++ b/common/api/user.js
@@ -408,8 +408,8 @@ export default {
return vm.$u.post('article/articleCollectList');
},
// 关注用户列表
- attentionMemberList() {
- return vm.$u.post('member/attentionMemberList');
+ attentionMemberList({ page = 1 } = {}) {
+ return vm.$u.post('member/attentionMemberList', { page: page });
},
}
}
diff --git a/components/comment/index.vue b/components/comment/index.vue
index 3795916..f93bb87 100644
--- a/components/comment/index.vue
+++ b/components/comment/index.vue
@@ -2,7 +2,7 @@
-
- 申请退款
+
+
+
+ 申请退款
查看物流
确认收货
diff --git a/pageE/order/RefundOrder.vue b/pageE/order/RefundOrder.vue
index fe9319b..16c239c 100644
--- a/pageE/order/RefundOrder.vue
+++ b/pageE/order/RefundOrder.vue
@@ -75,6 +75,7 @@ export default {
})
// console.log(goodsList);
this.goods = goodsList[0];
+ this.num = this.goods.goods_num;
console.log(this.goods);
},
getOrderInfo(id) {
diff --git a/pageE/tool/MineHistory.vue b/pageE/tool/MineHistory.vue
index cfdf1e6..dfcb728 100644
--- a/pageE/tool/MineHistory.vue
+++ b/pageE/tool/MineHistory.vue
@@ -6,12 +6,16 @@
- {{ item.store_name }}
+ {{ item.store_name }}
{{ item.goods_name }}
+
+
@@ -126,10 +130,10 @@ export default {
font-size: 22rpx;
color: rgba(51,51,51,1);
}
- > image {
- width: 37rpx;
- height: 8rpx;
- }
+ // > image {
+ // width: 37rpx;
+ // height: 8rpx;
+ // }
}
}
}
diff --git a/pageE/tool/SendWash.vue b/pageE/tool/SendWash.vue
index e07c7e8..5e088f1 100644
--- a/pageE/tool/SendWash.vue
+++ b/pageE/tool/SendWash.vue
@@ -21,7 +21,7 @@
{{ item.order_status | viewStatus }}
-
+
骑手名字:{{ item.takeawayer_name || '' }}
联系方式:{{ item.takeawayer_mobile || '' }}
@@ -40,13 +40,9 @@
商家在正路途中,请耐心等待
-
-
- 确认完成
-
-
- 去评价
-
+
+ 确认完成
+ 去评价
@@ -87,6 +83,7 @@ export default {
timer: true,
commentList: [],
swiperHeight: '',
+ type: 1, // 1 平台 2 实体店
}
},
components: {
@@ -139,9 +136,9 @@ export default {
},
methods: {
async sendLaundryOrderList({ load = 'reload' } = {}) {
- let type = this.list[0].name == '平台历史订单' ? 1 : 2;
+ // let type = this.list[0].name == '平台历史订单' ? 1 : 2;
const res = await this.$u.api.sendLaundryOrderList({
- type: type,
+ type: this.type,
page: this.page,
})
uni.stopPullDownRefresh();
@@ -214,8 +211,10 @@ export default {
},
replaces(e){
if(e == 1){
+ this.type = 2;
this.$set(this.list,0,{name: '实体店历史订单'} )
} else {
+ this.type = 1;
this.$set(this.list,0,{name: '平台历史订单'} )
}
this.sendLaundryOrderList();
@@ -322,17 +321,21 @@ export default {
display: flex;
justify-content: flex-end;
margin-top: 30rpx;
- .btn{
+ .btn {
+ box-sizing: border-box;
width: 154rpx;
height: 54rpx;
border-radius: 49rpx;
- transform: translate(-50%, 0);
+ // transform: translate(-50%, 0);
font-size: 26rpx;
border: 1rpx solid rgba(255,120,15,1);
color:rgba(255,120,15,1);
- text-align: center;
- line-height: 54rpx;
- margin-right: -80rpx;
+ // text-align: center;
+ // line-height: 54rpx;
+ // margin-right: -80rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
}
}
}
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 21bc378..c9ec856 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -18,7 +18,7 @@
-
+
@@ -45,11 +45,11 @@
+ :key="item.live_id" :name="item.store_name" :image="item.cover_img" :url="item.url" :item="item" @updateList="updateList">
+ :key="item.live_id" :name="item.store_name" :image="item.cover_img" :url="item.url" :item="item" @updateList="updateList">
@@ -79,7 +79,7 @@
您还没有关注哦,赶紧去点点关注!
-
+
@@ -98,11 +98,6 @@
width: 750rpx;
display: flex;
flex-direction: column;
- height: 100vh;
- /* #ifdef APP-PLUS */
- padding-bottom: 88rpx;
- /* #endif */
- overflow: hidden;
.top {
z-index: 10000;
@@ -135,29 +130,31 @@
.card {
width: 100%;
- height: 100%;
- margin-top: 88rpx;
- // pointer-events: none;
+ height: calc(100vh - 150rpx);
+ margin-top: 100rpx;
+ // padding-top: 100rpx;
.box {
width: 100%;
height: 100%;
- padding: 0 30rpx;
+ padding: 0 30rpx 0;
+ // margin-top: 30rpx;
}
.list {
display: flex;
- padding-bottom: 50rpx;
- margin-bottom: 50rpx;
+ // height: 100vh;
+ // padding-bottom: 100rpx;
+ // margin-bottom: 50rpx;
}
}
.tuijian {
width: 750rpx;
+ padding: 30rpx;
margin-left: -30rpx;
height: 400rpx;
background-color: #ececec;
- padding: 30rpx;
.title {
width: 100%;
@@ -389,7 +386,6 @@
this.articleList = this.articleList.concat(res.data.list);
}
if (res.data.length == 0 && this.page > 1) {
- console.log(111);
} else {
this.page++;
}
diff --git a/pages/mine/index.vue b/pages/mine/index.vue
index e047b68..689adba 100644
--- a/pages/mine/index.vue
+++ b/pages/mine/index.vue
@@ -47,7 +47,7 @@
我的订单
查看全部订单
-
+
@@ -180,7 +180,7 @@ export default {
.mine-top {
// width: 100%;
height: 272rpx;
- background: #FF780F;
+ background-color: #F0AD4E;
.top {
padding: 40rpx 0 0 30rpx;
display: flex;
@@ -242,13 +242,11 @@ export default {
}
}
.bottom {
- box-sizing: border-box;
- padding: 0 30rpx;
display: flex;
- // justify-content: space-between;
- justify-content: flex-start;
+ justify-content: space-around;
+ padding: 0 10rpx;
+ box-sizing: border-box;
> view {
- margin-right: 80rpx;
text-align: center;
font-size: 26rpx;
font-weight: 500;
@@ -268,35 +266,35 @@ export default {
}
@mixin common-mine($content-padding-top, $content-padding-bottom, $image-width, $image-height) {
box-sizing: border-box;
- width: 690rpx;
+ width: 750rpx;
background: rgba(255,255,255,1);
- border-radius: 10rpx;
- margin: 30rpx auto 0;
- padding: 0 20rpx;
+ // border-radius: 10rpx;
+ margin: 20rpx auto 0;
.title {
- height: 76rpx;
- font-size: 28rpx;
- color: #666;
- position: relative;
display: flex;
align-items: center;
- &::after {
- content: "";
- position: absolute;
- width: 650rpx;
- height: 1rpx;
- background: rgba(234,234,234,1);
- bottom: 0;
- left: 50%;
- transform: translate(-50%,0);
- }
+ height: 76rpx;
+ padding: 0 20rpx;
+ font-size: 28rpx;
+ color: #666;
+ border-bottom: 1px solid #ececec;
+ // &::after {
+ // content: "";
+ // position: absolute;
+ // width: 650rpx;
+ // height: 1rpx;
+ // background: rgba(234,234,234,1);
+ // bottom: 0;
+ // left: 50%;
+ // transform: translate(-50%,0);
+ // }
}
.title-text-more {
font-size: 24rpx;
color: #999;
}
.content {
- padding: $content-padding-top 0 $content-padding-bottom;
+ padding: $content-padding-top 20rpx $content-padding-bottom;
display: flex;
> view {
text-align: center;
diff --git a/pages/zhibo/index.nvue b/pages/zhibo/index.nvue
index f02e236..031496c 100644
--- a/pages/zhibo/index.nvue
+++ b/pages/zhibo/index.nvue
@@ -510,7 +510,11 @@ export default {
},
success(res){
console.log(res)
- that.info = res.data.data
+ that.info = res.data.data;
+ uni.showToast({
+ title: res.data.message,
+ icon: "none"
+ })
// that.list= res.data.data
}
})