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 { } } } - - }