Commit 8042a5fd by 肖康

x

parent 5d85bb9c
...@@ -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/202108/30/ace4d17499e5a1531f74a73a600d16f4.zip"; window.location.href = data.data[0].file_url;
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)">下载2</a> <a class="btn" @click="download(item.data_id,1)">下载</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