bug
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user