|
@@ -49,7 +49,7 @@
|
|
|
import shanshipin from '../../components/shanshipin.vue';
|
|
|
import robot from '../../assets/img/chat/robot_2.png';
|
|
|
import user from '../../assets/img/chat/user.png';
|
|
|
-import { showToast } from 'vant';
|
|
|
+// import { showToast } from 'vant';
|
|
|
import { ref, nextTick } from 'vue';
|
|
|
import { isIpad, isIpod, isIphone } from '../../utils/isTerminal';
|
|
|
|
|
@@ -87,7 +87,7 @@ if (!userData.value.UserId) {
|
|
|
}
|
|
|
|
|
|
function saveText() {
|
|
|
- if (!userData.value.UserId) return showToast('请下载闪视频进行完整体验');
|
|
|
+// if (!userData.value.UserId) return showToast('请下载闪视频进行完整体验');
|
|
|
if (!inputText.value) return;
|
|
|
load.value = true;
|
|
|
nextTick(() => {
|