|
@@ -61,7 +61,7 @@
|
|
</a>
|
|
</a>
|
|
<a
|
|
<a
|
|
href="javascript:;"
|
|
href="javascript:;"
|
|
- data-clipboard-hide="1"
|
|
|
|
|
|
+ data-clipboard-toast="淘口令复制成功"
|
|
:data-clipboard-text="goodsInfo.url"
|
|
:data-clipboard-text="goodsInfo.url"
|
|
v-copy
|
|
v-copy
|
|
@click="jumpShops"
|
|
@click="jumpShops"
|
|
@@ -86,7 +86,7 @@
|
|
round
|
|
round
|
|
closeable
|
|
closeable
|
|
position="bottom"
|
|
position="bottom"
|
|
- :style="{ height: '40%', background: '#f6f6f6' }">
|
|
|
|
|
|
+ style="background: #f6f6f6">
|
|
<p class="title">淘口令已复制</p>
|
|
<p class="title">淘口令已复制</p>
|
|
<p class="content">{{ goodsInfo.url }}</p>
|
|
<p class="content">{{ goodsInfo.url }}</p>
|
|
<van-button
|
|
<van-button
|
|
@@ -403,6 +403,7 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ height: 260px;
|
|
|
|
|
|
.title {
|
|
.title {
|
|
width: 100%;
|
|
width: 100%;
|