|
@@ -357,7 +357,10 @@ onShareTimeline(() => ({
|
|
|
<div class="bg-neutral-100 rounded-tl-2xl rounded-tr-2xl p-3.5" @click.stop="">
|
|
|
<div class="deal-title">请复制以下链接,打开默认浏览器,粘贴到浏览器进行下载</div>
|
|
|
<div class="deal-link">{{ materialHomePageData?.fodderList[0].fodderUrl }}</div>
|
|
|
- <wd-button custom-class="custom-shadow" @click="copy(data?.agreementFileUrl)">
|
|
|
+ <wd-button
|
|
|
+ custom-class="custom-shadow"
|
|
|
+ @click="copy(materialHomePageData?.fodderList[0].fodderUrl)"
|
|
|
+ >
|
|
|
复制链接
|
|
|
</wd-button>
|
|
|
</div>
|