Commit 5d85bb9c by 肖康

x

parent a6c9a505
...@@ -57,7 +57,7 @@ const actions = { ...@@ -57,7 +57,7 @@ const actions = {
if (data.err_code == 0) { if (data.err_code == 0) {
window.location.href = "http://img.ichunt.com/video/cms/202106/24/e1c6c74253b02ffc26b48f9d7f212908.pdf"; window.location.href = "http://img.ichunt.com/video/cms/202108/30/ace4d17499e5a1531f74a73a600d16f4.zip";
return return
let platform = Util.isUerAgent(); let platform = Util.isUerAgent();
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<div class="bar"> <div class="bar">
<p class="t2">已下载{{item.download_num}}次</p> <p class="t2">已下载{{item.download_num}}次</p>
<template v-if="loginCheck"> <template v-if="loginCheck">
<a class="btn" @click="download(item.data_id,1)">下载1</a> <a class="btn" @click="download(item.data_id,1)">下载2</a>
</template> </template>
<template v-else> <template v-else>
<a class="btn" @click="toUrl">下载</a> <a class="btn" @click="toUrl">下载</a>
......
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