From b68977fec15a09011219ce2a6ded2e76ac1a128c Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Apr 2023 10:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E4=BB=A3=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fd/AppIntegralApply/AppIntegralApply.vue | 113 +++++++++ .../fd/AppIntegralApply/integralAdd.vue | 228 ++++++++++++++++++ .../AppRedemptionPoints.vue | 2 +- .../pidu/AppRedemptionPoints/myOrderList.vue | 4 +- 4 files changed, 343 insertions(+), 4 deletions(-) create mode 100644 src/project/fd/AppIntegralApply/AppIntegralApply.vue create mode 100644 src/project/fd/AppIntegralApply/integralAdd.vue diff --git a/src/project/fd/AppIntegralApply/AppIntegralApply.vue b/src/project/fd/AppIntegralApply/AppIntegralApply.vue new file mode 100644 index 00000000..dd9254b2 --- /dev/null +++ b/src/project/fd/AppIntegralApply/AppIntegralApply.vue @@ -0,0 +1,113 @@ + + + + + \ No newline at end of file diff --git a/src/project/fd/AppIntegralApply/integralAdd.vue b/src/project/fd/AppIntegralApply/integralAdd.vue new file mode 100644 index 00000000..34f24686 --- /dev/null +++ b/src/project/fd/AppIntegralApply/integralAdd.vue @@ -0,0 +1,228 @@ + + + + + \ No newline at end of file diff --git a/src/project/pidu/AppRedemptionPoints/AppRedemptionPoints.vue b/src/project/pidu/AppRedemptionPoints/AppRedemptionPoints.vue index fa5010f1..98cd25da 100644 --- a/src/project/pidu/AppRedemptionPoints/AppRedemptionPoints.vue +++ b/src/project/pidu/AppRedemptionPoints/AppRedemptionPoints.vue @@ -81,7 +81,7 @@ export default { 'background': '#2D7DFF' }, typeList: ['最新上架', '积分', '我可兑换的'], - currentType: 1, + currentType: 0, pointTypeList: [{name: '全部'}, {name: '50分以下'}, {name: '100分以下'}, {name: '200分以下'}, {name: '5000分以下'}], currentPoint: 0, leftList: [1,1,1,1,1,11,1,1], diff --git a/src/project/pidu/AppRedemptionPoints/myOrderList.vue b/src/project/pidu/AppRedemptionPoints/myOrderList.vue index 4a5b5589..a47ad578 100644 --- a/src/project/pidu/AppRedemptionPoints/myOrderList.vue +++ b/src/project/pidu/AppRedemptionPoints/myOrderList.vue @@ -2,7 +2,7 @@
+ active-color="#1D2229 " :bar-style="barStyle" @change="changeTab" >
@@ -248,7 +248,5 @@ export default { } } } - - }