diff --git a/packageA/my/pendinPayStatus.vue b/packageA/my/pendinPayStatus.vue index ef68c46..133e8d3 100644 --- a/packageA/my/pendinPayStatus.vue +++ b/packageA/my/pendinPayStatus.vue @@ -80,9 +80,9 @@ - + + 申请售后 + @@ -200,7 +200,12 @@ }, methods: { - + //申请售后 + service(id) { + uni.navigateTo({ + url: `/packageA/afterSales/index?id=${id}` + }) + }, //星期 dateWeeks(timestamp) { return dateWeek(timestamp) diff --git a/pages/center/index.vue b/pages/center/index.vue index 98673d4..d78728c 100644 --- a/pages/center/index.vue +++ b/pages/center/index.vue @@ -937,7 +937,9 @@ export default { } }); //置空 - this.list1 = []; + this.fileList1 = []; + this.agree = false; + this.list1 = ''; this.form = { cate_ids: '', // 活动分类名字 diff --git a/pages/fenl/index.vue b/pages/fenl/index.vue index 4c20470..a75f577 100644 --- a/pages/fenl/index.vue +++ b/pages/fenl/index.vue @@ -335,12 +335,12 @@ }).then(res => { if (res.code == 1) { this.count = res.data.list.total + this.hotList = [...this.hotList, ...res.data.list.data]; if (this.hotList.length >= res.data.list.total) { this.loadStatus = 'nomore'; } else { this.loadStatus = 'loading'; } - this.hotList = [...this.hotList, ...res.data.list.data]; } else { uni.showToast({ title: res.msg, @@ -370,12 +370,12 @@ .then((res) => { if (res.code == 1) { this.count = res.data.count; + this.hotList = [...this.hotList, ...res.data.list.data]; if (this.hotList.length >= res.data.count) { this.loadStatus = 'nomore'; } else { - this.loadStatus = 'nomore'; + this.loadStatus = 'loading'; } - this.hotList = [...this.hotList, ...res.data.list.data]; } else { uni.showToast({ title: res.msg, @@ -555,42 +555,8 @@ .recharge { width: 750rpx; background-color: #f7f7f7; - - .group { - width: 690rpx; - height: 152rpx; - position: relative; - - .g-left { - margin-left: 176rpx; - - span { - font-family: Source Han Sans CN, Source Han Sans CN; - font-size: 36rpx; - color: #242623; - } - } - - .g-center { - width: 176rpx; - height: 64rpx; - margin-left: 56rpx; - background: #ffffff; - border-radius: 40rpx 40rpx 40rpx 40rpx; - font-family: Source Han Sans CN, Source Han Sans CN; - font-weight: bold; - font-size: 28rpx; - color: #222222; - } - - .g-right { - position: absolute; - width: 50rpx; - height: 50rpx; - top: 0; - right: 0; - } - } + height: 100%; + min-height: 100vh; .serch_top { display: flex; align-items: center; @@ -631,7 +597,7 @@ .box { width: 100%; margin-top: 150rpx; - + height: 100%; .hot { margin-top: 30rpx; margin-bottom: 180rpx; @@ -675,7 +641,7 @@ color: #222222; } .time_tex { - width: 116rpx; + width: 106rpx; height: 42rpx; background: #BBFC5B; border-radius: 159rpx;