Commit 08ee506f authored by zhengke's avatar zhengke

优化到期时间

parent 1f4d91d5
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<!-- 关注 --> <!-- 关注 -->
<follow v-show="isPublicAccount" :show="isPublicAccount" @close="isPublicAccount=false" <follow v-show="isPublicAccount" :show="isPublicAccount" @close="isPublicAccount=false"
@success="isPublicAccount=false,getInfo()"></follow> @success="isPublicAccount=false,getInfo()"></follow>
<InsufficientDate v-if="EndDays<30&&!userInfo.OffEndDaysTisp" @close="closeEndDays"></InsufficientDate> <InsufficientDate v-if="EndDays<30&&EndDays>0&&!userInfo.OffEndDaysTisp" @close="closeEndDays"></InsufficientDate>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { ref, reactive } from "vue"; import { ref, reactive } from "vue";
......
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