src/views/index/dynamicDetail.vue
@@ -16,7 +16,7 @@ <h3 v-if="data.NewsHot">热门文章</h3> <ul class="dynamic_ul"> <li v-for="(item, index) in data.NewsHot" :key="index"> <img style="max-width: 124px;max-height: 80px;" :src="item.Image1" alt=""> <img style="max-width: 124px;max-height: 80px;cursor: pointer;" :src="item.Image1" alt="" @click="jumpmenu(item.ID)"> <div> <p v-text="item.Title1" style="width: 1.36rem;"></p> <span v-text="item.CompletedTime"></span>