im-ui-mobile 0.0.96 → 0.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -124,8 +124,9 @@ const onEndRecord = () => {
124
124
  rc.upload().then((data: any) => {
125
125
  emit("send", data);
126
126
  }).catch((e: any) => {
127
+ console.error(e)
127
128
  uni.showToast({
128
- title: e,
129
+ title: '录音上传失败',
129
130
  icon: 'none'
130
131
  });
131
132
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "im-ui-mobile",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "description": "A Vue3.0 + Typescript instant messaging component library for Uniapp",
5
5
  "type": "module",
6
6
  "main": "index.js",