wx-program
parent
c388c4c824
commit
b686cff54c
|
@ -473,8 +473,9 @@
|
||||||
this.inputData1 = res.data;
|
this.inputData1 = res.data;
|
||||||
this.getType00();
|
this.getType00();
|
||||||
this.get59()
|
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);
|
// console.log(this.inputData1[(10 + (this.indexs - 1)) + '01'], 111);
|
||||||
} else {
|
} else {
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
|
@ -1040,7 +1041,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.in {
|
.in {
|
||||||
width: 300rpx;
|
width: 100%;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
background: linear-gradient(0deg, #54CDA4, #27B584);
|
background: linear-gradient(0deg, #54CDA4, #27B584);
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
|
|
Loading…
Reference in New Issue