diff --git a/app.wxss b/app.wxss index 2313166..17a0d3a 100644 --- a/app.wxss +++ b/app.wxss @@ -289,4 +289,30 @@ width: 20rpx; height: 20rpx; margin-left: 10rpx; +} + + + +.no-more { + display: flex; + align-items: center; + width: 80%; + margin: 40rpx 0rpx 0rpx 0rpx; + align-self: center; +} + +.no-more::before, +.no-more::after { + content: ""; + flex: 1; + height: 1px; + background-color: var(--divider-color); +} + +.no-more-dot { + width: 8rpx; + height: 8rpx; + border-radius: 50%; + background-color: var(--divider-color); + margin: 0 20rpx; } \ No newline at end of file diff --git a/pages/copyright/applyRefund/applyRefund.js b/pages/copyright/applyRefund/applyRefund.js index 86111b8..dc67264 100644 --- a/pages/copyright/applyRefund/applyRefund.js +++ b/pages/copyright/applyRefund/applyRefund.js @@ -248,7 +248,7 @@ Page({ .then(res => { wx.hideLoading() _self.setData({ - msgHint: '提交成功,请耐心等待审核', + msgHint: '提交操作已顺利完成,我们会尽快审核,还请耐心等待', msgType: 'success', msgShow: true }) diff --git a/pages/copyright/applyRefund/applyRefund.wxml b/pages/copyright/applyRefund/applyRefund.wxml index 7297228..441180e 100644 --- a/pages/copyright/applyRefund/applyRefund.wxml +++ b/pages/copyright/applyRefund/applyRefund.wxml @@ -37,11 +37,14 @@ - + - - - + + + + + + @@ -67,6 +70,9 @@ + + + diff --git a/pages/copyright/applyRefund/applyRefund.wxss b/pages/copyright/applyRefund/applyRefund.wxss index c9912dc..1d53111 100644 --- a/pages/copyright/applyRefund/applyRefund.wxss +++ b/pages/copyright/applyRefund/applyRefund.wxss @@ -130,6 +130,7 @@ justify-content: center; align-items: center; width: 100%; + margin-right: 20rpx; } .search-input { diff --git a/pages/copyright/applyRepair/applyRepair.js b/pages/copyright/applyRepair/applyRepair.js index 27658e4..46abd67 100644 --- a/pages/copyright/applyRepair/applyRepair.js +++ b/pages/copyright/applyRepair/applyRepair.js @@ -160,6 +160,7 @@ Page({ }, showSelTypeDialog() { this.setData({ + tempSelType: this.data.selType, showSelType: true, }) }, @@ -249,7 +250,7 @@ Page({ .then(res => { wx.hideLoading() _self.setData({ - msgHint: '提交成功,请耐心等待审核', + msgHint: '提交操作已顺利完成,我们会尽快审核,还请耐心等待', msgType: 'success', msgShow: true }) diff --git a/pages/copyright/applyRepair/applyRepair.wxml b/pages/copyright/applyRepair/applyRepair.wxml index d4c719c..8e09a6f 100644 --- a/pages/copyright/applyRepair/applyRepair.wxml +++ b/pages/copyright/applyRepair/applyRepair.wxml @@ -44,11 +44,14 @@ - + - - - + + + + + + @@ -75,6 +78,9 @@ + + + @@ -86,7 +92,7 @@ - + 补正种类 diff --git a/pages/copyright/applyRepair/applyRepair.wxss b/pages/copyright/applyRepair/applyRepair.wxss index c9912dc..ff036d1 100644 --- a/pages/copyright/applyRepair/applyRepair.wxss +++ b/pages/copyright/applyRepair/applyRepair.wxss @@ -113,7 +113,7 @@ } .pro-list-name { - font-size: 26rpx; + font-size: 28rpx; font-weight: bold; flex: 1; } @@ -130,6 +130,7 @@ justify-content: center; align-items: center; width: 100%; + margin-right: 10rpx; } .search-input { diff --git a/pages/copyright/refund/refund.wxml b/pages/copyright/refund/refund.wxml index 8c21093..e07968c 100644 --- a/pages/copyright/refund/refund.wxml +++ b/pages/copyright/refund/refund.wxml @@ -63,6 +63,9 @@ + + + diff --git a/pages/copyright/repair/repair.wxml b/pages/copyright/repair/repair.wxml index bfb255c..1e6f662 100644 --- a/pages/copyright/repair/repair.wxml +++ b/pages/copyright/repair/repair.wxml @@ -84,6 +84,9 @@ + + + diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 702087f..55859df 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -99,6 +99,9 @@ + + + diff --git a/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml b/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml index 6f09145..607ed69 100644 --- a/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml +++ b/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml @@ -29,6 +29,9 @@ + + + diff --git a/pages/mine/mineAccount/invoiceOrder/invoiceOrder.wxml b/pages/mine/mineAccount/invoiceOrder/invoiceOrder.wxml index 5a469a0..cc7bcda 100644 --- a/pages/mine/mineAccount/invoiceOrder/invoiceOrder.wxml +++ b/pages/mine/mineAccount/invoiceOrder/invoiceOrder.wxml @@ -35,6 +35,9 @@ + + + diff --git a/pages/mine/mineAccount/mineContact/mineContact.wxml b/pages/mine/mineAccount/mineContact/mineContact.wxml index cf3cf41..ff8a2f6 100644 --- a/pages/mine/mineAccount/mineContact/mineContact.wxml +++ b/pages/mine/mineAccount/mineContact/mineContact.wxml @@ -26,6 +26,9 @@ + + + diff --git a/pages/mine/mineAccount/mineCoupons/mineCoupons.wxml b/pages/mine/mineAccount/mineCoupons/mineCoupons.wxml index 4abe691..52eb23c 100644 --- a/pages/mine/mineAccount/mineCoupons/mineCoupons.wxml +++ b/pages/mine/mineAccount/mineCoupons/mineCoupons.wxml @@ -40,6 +40,9 @@ + + + diff --git a/pages/mine/mineAccount/mineInvoice/mineInvoice.wxml b/pages/mine/mineAccount/mineInvoice/mineInvoice.wxml index 5ab45e5..6e79b37 100644 --- a/pages/mine/mineAccount/mineInvoice/mineInvoice.wxml +++ b/pages/mine/mineAccount/mineInvoice/mineInvoice.wxml @@ -30,6 +30,9 @@ + + + diff --git a/pages/mine/mineAccount/mineMsgNotice/mineMsgNotice.wxml b/pages/mine/mineAccount/mineMsgNotice/mineMsgNotice.wxml index 91712bf..001bbe6 100644 --- a/pages/mine/mineAccount/mineMsgNotice/mineMsgNotice.wxml +++ b/pages/mine/mineAccount/mineMsgNotice/mineMsgNotice.wxml @@ -38,6 +38,9 @@ + + + diff --git a/pages/mine/mineAccount/mineOrder/mineOrder.js b/pages/mine/mineAccount/mineOrder/mineOrder.js index f68dd2b..bc0aa5b 100644 --- a/pages/mine/mineAccount/mineOrder/mineOrder.js +++ b/pages/mine/mineAccount/mineOrder/mineOrder.js @@ -51,7 +51,7 @@ Page({ loadingState: 'loading', hasMore: true, 'pageData.page': 1, - 'pageData.keywords': _self.data.keywords, + 'pageData.productName': _self.data.keywords, isLoadMore: false }) _self.doGetMineOrderList(true) @@ -66,7 +66,7 @@ Page({ _self.setData({ isLoadMore: true, 'pageData.page': ++_self.data.pageData.page, - keywords: _self.data.keywords + 'pageData.productName': _self.data.keywords }) _self.doGetMineOrderList(false) }, diff --git a/pages/mine/mineAccount/mineOrder/mineOrder.wxml b/pages/mine/mineAccount/mineOrder/mineOrder.wxml index 9fa3a10..1332abe 100644 --- a/pages/mine/mineAccount/mineOrder/mineOrder.wxml +++ b/pages/mine/mineAccount/mineOrder/mineOrder.wxml @@ -1,12 +1,12 @@ - + - + @@ -36,6 +36,9 @@ + + + diff --git a/pages/mine/mineAccount/minePayRecord/minePayRecord.wxml b/pages/mine/mineAccount/minePayRecord/minePayRecord.wxml index 7d8aaa4..9c2a146 100644 --- a/pages/mine/mineAccount/minePayRecord/minePayRecord.wxml +++ b/pages/mine/mineAccount/minePayRecord/minePayRecord.wxml @@ -47,6 +47,9 @@ + + +