|
@@ -189,8 +189,8 @@ async function clickLoginAndDownload(item: any) {
|
|
|
<div class="text-#333 fw-500">
|
|
|
Sign in for exclusive trending product catalogs!
|
|
|
</div>
|
|
|
- <el-button class="mt-20px !bg-#fff !text-#9B6CFF !w-160px !h-40px !b-0px !b-rd-200px" round>
|
|
|
- <span @click="openLoginModal">
|
|
|
+ <el-button class="mt-20px !bg-#fff !text-#9B6CFF !w-160px !h-40px !b-0px !b-rd-200px" round @click="openLoginModal">
|
|
|
+ <span>
|
|
|
Sign In
|
|
|
</span>
|
|
|
</el-button>
|