8.31
This commit is contained in:
parent
10721afe48
commit
eefa84e9d0
1251
fuintAdmin/src/views/EventMarketing/openCardGift/birthday.vue
Normal file
1251
fuintAdmin/src/views/EventMarketing/openCardGift/birthday.vue
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,9 +3,10 @@
|
||||
<!---->
|
||||
<activeNewlyweds v-show="id == 1"></activeNewlyweds>
|
||||
<activeConsumption v-show="id == 3" ></activeConsumption>
|
||||
<invite v-show="id == 4"></invite>
|
||||
<birthday v-show="id == 5" ></birthday>
|
||||
<separate v-show="id == 9" ></separate>
|
||||
<TimeLimited v-show="id == 10"></TimeLimited>
|
||||
|
||||
<liJianMarketing v-show="id == 11"></liJianMarketing>
|
||||
</div>
|
||||
</template>
|
||||
@ -21,7 +22,10 @@ import separate from './separate.vue'
|
||||
import TimeLimited from './TimeLimited.vue'
|
||||
// 立减营销
|
||||
import liJianMarketing from "@/views/EventMarketing/liJianMarketing/index.vue";
|
||||
|
||||
// 邀请有礼
|
||||
import invite from "./invite.vue";
|
||||
// 生日有礼
|
||||
import birthday from "./birthday.vue"
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -42,8 +46,12 @@ export default {
|
||||
separate,
|
||||
// 限时优惠
|
||||
TimeLimited,
|
||||
// 立减营销
|
||||
liJianMarketing
|
||||
// 立减营销
|
||||
liJianMarketing,
|
||||
// 邀请有礼
|
||||
invite,
|
||||
//生日有礼
|
||||
birthday
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
1251
fuintAdmin/src/views/EventMarketing/openCardGift/invite.vue
Normal file
1251
fuintAdmin/src/views/EventMarketing/openCardGift/invite.vue
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user