diff --git a/fuintAdmin/src/views/EventMarketing/center/index.vue b/fuintAdmin/src/views/EventMarketing/center/index.vue
index 456353639..74414f2d6 100644
--- a/fuintAdmin/src/views/EventMarketing/center/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/center/index.vue
@@ -24,7 +24,7 @@
@@ -39,7 +39,7 @@
@@ -96,7 +96,7 @@
@@ -145,7 +145,7 @@
@@ -174,7 +174,7 @@
@@ -446,6 +446,13 @@ export default {
},
methods: {
+ routerPush(id){
+ this.$router.push({
+ path: '/EventMarketing/openCardGift/index',
+ query: { id: id }
+ });
+ // this.$router.push('/EventMarketing/openCardGift/index')
+ },
gobox(id){
if(id == 1){
this.$router.push('/EventMarketing/activeConsumption/index')
@@ -600,6 +607,7 @@ export default {
.size_text{
font-size: 12px;
color: #333333;
+ height: 34px;
}
.nr-bottom{
border-top: 1px solid #EEEEEE;
@@ -629,6 +637,7 @@ export default {
width: 50%;
box-sizing: border-box;
padding: 5px;
+ cursor: pointer;
}
.b-d{
display: flex;
diff --git a/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue b/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue
index 6b7ccef1b..8512faac7 100644
--- a/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue
@@ -1,111 +1,38 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取消
- 保存
-
-
-
+