This commit is contained in:
yanran200730
2022-05-27 15:59:03 +08:00
parent 8998ada4e6
commit d3d6280e1e

View File

@@ -147,7 +147,7 @@
confirm () { confirm () {
const address = this.addressList[this.currIndex] const address = this.addressList[this.currIndex]
if (this.isChooseAddress) { if (this.isChooseAddress) {
uni.$emit('change', { uni.$emit('filedChange', {
...uni.getStorageSync('formConfig'), ...uni.getStorageSync('formConfig'),
defaultValue: address.address defaultValue: address.address
}) })