wx-program
sunmeng 2024-08-21 15:16:46 +08:00
parent c388c4c824
commit b686cff54c
1 changed files with 4 additions and 3 deletions

View File

@ -473,8 +473,9 @@
this.inputData1 = res.data;
this.getType00();
this.get59()
this.inputData1['1'+(10 + (this.indexs - 1)) + '01'] = this.countData10(this.inputData1['1'+10 + (
this.indexs - 1) + '01'])
this.inputData1['1'+(10 + (this.indexs - 1)) + '01'] = this.countData10(this.inputData1['1'+(10 + (this.indexs - 1)) + '01'])
// console.log(this.inputData1[(10 + (this.indexs - 1)) + '01'], 111);
} else {
that.$refs.uToast.show({
@ -1040,7 +1041,7 @@
}
.in {
width: 300rpx;
width: 100%;
height: 80rpx;
background: linear-gradient(0deg, #54CDA4, #27B584);
border-radius: 10rpx;