seimin 2 lat temu
rodzic
commit
9de28568ba

+ 2 - 2
components/changeSpeNum/changeSpeNum.vue

@@ -122,13 +122,13 @@
122 122
       // 获取上传状态
123 123
       selectFile(e) {
124 124
         console.log('选择文件:', e)
125
-        this.imageValue = this.imageValue.concat(e.tempFiles);
125
+        // this.imageValue = this.imageValue.concat(e.tempFiles);
126 126
       },
127 127
 
128 128
       // 移除
129 129
       deleteFile(e) {
130 130
         console.log('移除:', e);
131
-        this.imageValue = this.imageValue.filter(v => v.uuid != e.tempFile.uuid);
131
+        // this.imageValue = this.imageValue.filter(v => v.uuid != e.tempFile.uuid);
132 132
       },
133 133
       // 确定
134 134
       ok() {

+ 2 - 2
components/nucleicAcidCollection/nucleicAcidCollection.vue

@@ -95,13 +95,13 @@
95 95
       // 获取上传状态
96 96
       selectFile(e) {
97 97
         console.log('选择文件:', e)
98
-        this.imageValue = this.imageValue.concat(e.tempFiles);
98
+        // this.imageValue = this.imageValue.concat(e.tempFiles);
99 99
       },
100 100
 
101 101
       // 移除
102 102
       deleteFile(e) {
103 103
         console.log('移除:', e);
104
-        this.imageValue = this.imageValue.filter(v => v.uuid != e.tempFile.uuid);
104
+        // this.imageValue = this.imageValue.filter(v => v.uuid != e.tempFile.uuid);
105 105
       },
106 106
       // 确定
107 107
       ok() {

+ 2 - 2
main.js

@@ -2,8 +2,8 @@ import Vue from 'vue'
2 2
 import App from './App'
3 3
 // #ifdef H5
4 4
 import wx from 'weixin-jsapi'
5
-import VConsole from 'vconsole';
6
-new VConsole();
5
+// import VConsole from 'vconsole';
6
+// new VConsole();
7 7
 console.info('v2.4.14');
8 8
 Vue.prototype.wx = wx //声明扫码
9 9
 Vue.prototype.audios = [] //待播放的语音集合