Commit 7a8ca892 authored by zhengke's avatar zhengke

Merge branch 'master' into 1.4.0

parents 8e2318de 08ee506f
......@@ -107,7 +107,7 @@
<!-- 关注 -->
<follow v-show="isPublicAccount" :show="isPublicAccount" @close="isPublicAccount=false"
@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>
<script lang="ts" setup>
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