Commit 338bbe69 by 梁建民

bug

parent 7127ca26
......@@ -25,7 +25,7 @@
<ul class="boxsiz">
<li class="boxsiz" v-for="(item, index) in articleShowData" :key="index">
<template v-if="loginCheck">
<p class="t1" @click="download(item.data_id)">{{item.title}}</p>
<p class="t1">{{item.title}}</p>
</template>
<template v-else>
<p class="t1" @click="toUrl">{{item.title}}</p>
......
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 sign in to comment