|
@@ -3,7 +3,7 @@
|
|
|
<van-popup round v-model:show="sendEamilVisible">
|
|
|
<div class="email">
|
|
|
<div
|
|
|
- @touchend="
|
|
|
+ @tap="
|
|
|
() => {
|
|
|
sendEamilVisible = false;
|
|
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
<img src="@/assets/img/email-icon.png" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div @touchend="send" class="email-buttons">
|
|
|
+ <div @tap="send" class="email-buttons">
|
|
|
<div class="email-buttons-sure">确认</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -41,7 +41,7 @@
|
|
|
下载到本地
|
|
|
</a>
|
|
|
<div
|
|
|
- @touchend="
|
|
|
+ @tap="
|
|
|
() => {
|
|
|
sendEamilVisible = true;
|
|
|
}
|