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 @@
+
+
+
+
+
+
{{ item.applyItemName }}
+
{{ item.createTime.slice(0,16) }}
+
+
+
+{{ item.applyIntegral }}
+
{{ $dict.getLabel('appIntegralApplyEventStatus',item.status) }}
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
详情描述
+
+
{{ form.content.length }}/300
+
+
+
上传图片
+
+
可上传图片,最多上传9张。
+
+
+
上传视频
+
+
可上传视频,最大30M。
+
+
+
+
+
+
+
+
+
+
+
\ 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 {
}
}
}
-
-
}