修改积分抵扣
This commit is contained in:
4983
package-lock.json
generated
Normal file
4983
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -563,16 +563,7 @@ export default {
|
||||
this.selectPayIndex = 0;
|
||||
}
|
||||
|
||||
if (this.actualPayment == 0) {
|
||||
var that = this;
|
||||
this.payList.forEach((e, i) => {
|
||||
if (e.type == 4) {
|
||||
that.selectPayIndex = i;
|
||||
that.payType = 4;
|
||||
}
|
||||
});
|
||||
this.$forceUpdate();
|
||||
}
|
||||
|
||||
} else {
|
||||
if (platform == "ios") {
|
||||
this.selectPayIndex = 0;
|
||||
@@ -580,7 +571,19 @@ export default {
|
||||
this.selectPayIndex = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
this.payType = this.payList[this.selectPayIndex].type;
|
||||
if (this.actualPayment == 0) {
|
||||
var that = this;
|
||||
this.payList.forEach((e, i) => {
|
||||
if (e.type == 4) {
|
||||
that.selectPayIndex = i;
|
||||
that.payType = 4;
|
||||
}
|
||||
});
|
||||
this.$forceUpdate();
|
||||
}
|
||||
this.$forceUpdate();
|
||||
},
|
||||
},
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
20158
unpackage/dist/dev/app-plus/app-service.js
vendored
20158
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
65980
unpackage/dist/dev/app-plus/app-view.js
vendored
65980
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/view.css
vendored
2
unpackage/dist/dev/app-plus/view.css
vendored
File diff suppressed because one or more lines are too long
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
unpackage/release/wumen202502051400.wgt
Normal file
BIN
unpackage/release/wumen202502051400.wgt
Normal file
Binary file not shown.
BIN
unpackage/release/wumen202502061428.wgt
Normal file
BIN
unpackage/release/wumen202502061428.wgt
Normal file
Binary file not shown.
BIN
unpackage/release/wumen202502071322.wgt
Normal file
BIN
unpackage/release/wumen202502071322.wgt
Normal file
Binary file not shown.
BIN
unpackage/release/wumen202502071349.wgt
Normal file
BIN
unpackage/release/wumen202502071349.wgt
Normal file
Binary file not shown.
BIN
unpackage/release/wumen202502071353.wgt
Normal file
BIN
unpackage/release/wumen202502071353.wgt
Normal file
Binary file not shown.
Reference in New Issue
Block a user