seimin 2 years ago
parent
commit
9de28568ba

+ 2 - 2
components/changeSpeNum/changeSpeNum.vue

@@ -122,13 +122,13 @@
122
       // 获取上传状态
122
       // 获取上传状态
123
       selectFile(e) {
123
       selectFile(e) {
124
         console.log('选择文件:', e)
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
       deleteFile(e) {
129
       deleteFile(e) {
130
         console.log('移除:', e);
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
       ok() {
134
       ok() {

+ 2 - 2
components/nucleicAcidCollection/nucleicAcidCollection.vue

@@ -95,13 +95,13 @@
95
       // 获取上传状态
95
       // 获取上传状态
96
       selectFile(e) {
96
       selectFile(e) {
97
         console.log('选择文件:', e)
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
       deleteFile(e) {
102
       deleteFile(e) {
103
         console.log('移除:', e);
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
       ok() {
107
       ok() {

+ 2 - 2
main.js

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