Commit 228f7b2a by 曾经

Merge branch 'feature/停复机1' into dev

* feature/停复机1:
  分享有礼 原已过期去除
parents fb1ac51a 1ab8a7c8
...@@ -13,8 +13,8 @@ import activeSelect from '@/components/active/active-select.vue'; ...@@ -13,8 +13,8 @@ import activeSelect from '@/components/active/active-select.vue';
--> -->
<template> <template>
<div class="active-select border-box"> <div class="active-select border-box" v-if="isOverdue===0">
<template v-if="isOverdue===0"> <template>
<div class="active-select-title font-22 color-303133 font-w-600">请选择您的活动目的</div> <div class="active-select-title font-22 color-303133 font-w-600">请选择您的活动目的</div>
<ul class="flex flex-pack-center"> <ul class="flex flex-pack-center">
<template v-for="(item, index) in firstData"> <template v-for="(item, index) in firstData">
...@@ -215,12 +215,12 @@ import activeSelect from '@/components/active/active-select.vue'; ...@@ -215,12 +215,12 @@ import activeSelect from '@/components/active/active-select.vue';
</div> </div>
</div> </div>
</template> </template>
<template v-else> <!-- <template v-else>
<div class="overdue-wrap"> <div class="overdue-wrap">
<img :src="require('@/assets/images/Icon-guoqila.png')" alt=""> <img :src="require('@/assets/images/Icon-guoqila.png')" alt="">
<p>您的分享有礼功能已过期,如需继续使用,请联系达摩运营经理购买使用</p> <p>您的分享有礼功能已过期,如需继续使用,请联系达摩运营经理购买使用</p>
</div> </div>
</template> </template> -->
</div> </div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment