This commit is contained in:
yanran200730
2022-05-27 16:04:48 +08:00
parent d3d6280e1e
commit 7dfd8cc489

View File

@@ -135,7 +135,7 @@
if (v.fieldType === '7') {
v.defaultValue = this.$dayjs().format('YYYY-MM-DD')
}
if (v.fieldType === '29') {
if (v.fieldType === '3') {
v.defaultValue = uni.getStorageSync('address').address || ''
}