<view v-if="inputType=='voice'" class="u-flex-1 chat-tabbar-input u-flex u-flex-items-center u-flex-center u-p-t-18 u-p-b-18" @longpress="startRecord" @touchstart="startRecord" @touchmove="recordMove" @touchend="endSpeech">
<view v-if="!isRecording" class="u-flex u-flex-items-center">
<image src="/static/images/icon/mic.png" class="input-icon u-m-r-15"></image>
<view class="input-title">按住说话</view>
</view>
<view v-if="isRecording" class="u-flex u-flex-items-center">
<image src="/static/images/icon/mic.png" class="input-icon u-m-r-15"></image>
<view class="input-title">松开发送</view>
</view>
</view>

1***@qq.com
- 发布:2025-02-06 12:27
- 更新:2025-02-06 18:40
- 阅读:68
1***@qq.com (作者)
微信小程序
2025-02-07 09:07
爱豆豆
回复 1***@qq.com: 可以正常触发 测试视频:https://mp-f31011df-efe5-4e43-a4b4-0bb25f1edafe.cdn.bspapp.com/测试触摸-wx.mp4
2025-02-07 09:42