sys5923812@126.com 3 weken geleden
bovenliggende
commit
2129e1938c

+ 2 - 1
src/views/data/attributeConfiguration/index.vue

@@ -168,6 +168,7 @@
 								<el-option v-for="dict in dict.type.game_platform_mapping" :key="dict.value"
 									:label="dict.label" :value="dict.value"></el-option>
 							</el-select>
+              {{form1.gamePlatformMapping}}
 						</el-form-item>
 					</el-col>
 				</el-row>
@@ -362,4 +363,4 @@
 			}
 		}
 	};
-</script>
+</script>

+ 2 - 8
src/views/data/downGoods/index.vue

@@ -683,12 +683,6 @@
 							trigger: 'blur'
 						}
 					]
-
-
-
-
-
-
 				}
 			};
 		},
@@ -1019,7 +1013,7 @@
 					}
 				});
 			},
-			
+
 			/** 修改按钮操作 */
 			handleUpdate(row) {
 				this.form.arrayList = [];
@@ -1165,4 +1159,4 @@
 			}
 		}
 	};
-</script>
+</script>

+ 3 - 3
src/views/data/partner/index.vue

@@ -398,7 +398,7 @@
 					}else if(this.dsqType=="X"){
 						this.handleDelete(currentRes);
 					}
-					
+
 					// 每次处理完一个元素后,更新索引并设置下一次处理的定时器
 					this.currentIndex++;
 					setTimeout(() => {
@@ -425,7 +425,7 @@
 			initGoodsManager() {
 				getTBusShopInfo().then(res => {
 					if (res.msg) {
-						
+
 					} else { //admin/分销/买号
 						this.ceshi = true
 					}
@@ -590,4 +590,4 @@
 	.start{
 		margin: 20px 0;
 	}
-</style>
+</style>

+ 8 - 1
src/views/data/withdrawal/index.vue

@@ -406,14 +406,20 @@
 				}
 				return '';
 			},
+      beforeAvatarUpload(){
+
+      },
 			// 上传成功
 			handleAvatarSuccess(res) {
 				this.form1.credentials = res.data.url
+        this.form1.pictures.push(this.form1.credentials)
 			},
 			// 删除
 			handleRemove(file, fileList) {
 				this.form2.electronicDataList = this.form2.electronicDataList.filter(item => item !== file.response.data
 					.webUrl);
+        this.form1.pictures = this.form1.pictures.filter(item => item !== file.response.data
+          .webUrl);
 			},
 			// 文件状态改变时的钩子,添加文件、上传成功和上传失败时都会被调用
 			changeUpload(file, fileList) {
@@ -442,6 +448,7 @@
 					this.form1.credentials = this.form2.electronicDataList;
 					this.form1.credentials = this.form1.credentials.join(',');
 				}
+				console.log("!!!!",this.form1.pictures )
 				this.$refs["form1"].validate(valid => {
 					if (valid) {
 						this.$modal.confirm('确认放款吗?').then(function() {
@@ -586,4 +593,4 @@
 	.el-table .success-row {
 		background: #f0f9eb;
 	}
-</style>
+</style>