You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
342 B
12 lines
342 B
7 months ago
|
<view wx:if="{{url}}" bind:tap="handleAudioText">
|
||
|
<slot></slot>
|
||
|
</view>
|
||
|
|
||
|
<van-popup show="{{ show }}" bind:close="onClose" round closeable>
|
||
|
<view class="audio-text">
|
||
|
<view class="title">语音转化内容</view>
|
||
|
<view class="container">{{text}}</view>
|
||
|
<view class="copy" bind:tap="onCopy">复制</view>
|
||
|
</view>
|
||
|
</van-popup>
|