diff --git a/src/assets/images/daijinquan.png b/src/assets/images/daijinquan.png
new file mode 100644
index 0000000000000000000000000000000000000000..577e2c6f6eed7b2b7d13f86d6441170e2b989630
Binary files /dev/null and b/src/assets/images/daijinquan.png differ
diff --git a/src/views/MyView/LevelSent.vue b/src/views/MyView/LevelSent.vue
index aa59968a7b201df2ea836282069ee044e3b6975a..5328f08aa0a4e82f1c9a7136912697abf9e8e0db 100644
--- a/src/views/MyView/LevelSent.vue
+++ b/src/views/MyView/LevelSent.vue
@@ -80,7 +80,7 @@
-
+
diff --git a/src/views/workbench/ExchangeRecord.vue b/src/views/workbench/ExchangeRecord.vue
index ef6a7a19b30802d556f74e8736e670ce71a096cf..85e7a2213251dd071c6e532622b0f06a1ac2dc6f 100644
--- a/src/views/workbench/ExchangeRecord.vue
+++ b/src/views/workbench/ExchangeRecord.vue
@@ -9,43 +9,63 @@
-
-
-
-
-
-
- 全部
- 已获取
- 已消耗
-
-
- 本月获取积分3842 已消耗3400
-
-
-
- 存款积分奖励
- 3211
-
+
+
+
+
+
+
+
+
+
+
+
+
+
- 2022-07-24 15:38
+ {{ item.text }}
+
+ 本月获取积分3842 已消耗3400
+
+
+
+ 存款积分奖励
+ 3211
+
+
+
+ 2022-07-24 15:38
+
-
-
-
+
+
+
-
-
+
+
+
+ 本月
+
+
+
+
![]()
+
+
+
+
200元利息代金券
+
+
价格: 20000
+
时间: 20220725 11:28:32 兑换
+
+
+
+
+
+
-
-
-
+
@@ -60,6 +80,29 @@ import {Component, Vue} from "vue-property-decorator";
export default class ExchangeRecord extends Vue {
titleName="积分收支明细";
titleflag= true;
+ all(params:number){
+ if(params ==0){//点击全部
+ this.btn[0].flage=true;
+ this.btn[1].flage=false;
+ this.btn[2].flage=false;
+ //todo
+ } else if(params ==1){//点击全部
+ this.btn[0].flage=false;
+ this.btn[1].flage=true;
+ this.btn[2].flage=false;
+ //todo
+ }if(params ==2){//点击全部
+ this.btn[0].flage=false;
+ this.btn[1].flage=false;
+ this.btn[2].flage=true;
+ //todo
+ }
+ }
+ btn:any=[
+ {text:'全部',flage:true},
+ {text:'已获取',flage:false},
+ {text:'已消耗',flage:false},
+ ];
}
@@ -84,20 +127,25 @@ export default class ExchangeRecord extends Vue {
left: auto;
left: 2%;
width: 96%;
- height: 100%;
- /* border-radius: 108px; */
+ height: 74%;
margin: 0px auto;
text-align: center;
background-color: #ffffff;
+
}
-.van-col--8 {
- width: 20%;
+.van-col--l {
margin-top: 10px;
background-color: #1989fa;
-/* border: 1px solid;*/
- margin: 7px;
border-radius: 5px;
- text-align: center;
+ margin-left: 5px;
+ border: 1px solid;
+}
+.van-col--b {
+ margin-top: 10px;
+ background-color: #ffffff;
+ border-radius: 5px;
+ margin-left: 5px;
+ border: 1px solid;
}
.ms-style{
width: 90%;
@@ -107,4 +155,23 @@ export default class ExchangeRecord extends Vue {
.van-col--4 {
width: 40%;
}
+.littleCard {
+ background-color: #f5f7fa;
+ width: 94%;
+ margin-left: 3%;
+ height: fit-content;
+ border-radius: 10px;
+ box-shadow: 0px 0px 10px rgb(221 221 221);
+ margin-top: 10px;
+}
+.wordposition {
+ text-align: left;
+ margin-left: -16px;
+}
+.van-color-blow{
+ text-align: center;font-size: 12px;border: 1px solid;background-color: #02a7f0;width: 50px;
+}
+.van-color-graw{
+ text-align: center;font-size: 12px;border: 1px solid;background-color: #ffffff;width: 50px;
+}