修复网格选择
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
|||||||
if (this.SelectGird.id != null) {
|
if (this.SelectGird.id != null) {
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
success: () => {
|
success: () => {
|
||||||
uni.$emit("pagePicker:custom", [this.SelectGird])
|
uni.$emit("pagePicker:custom", this.SelectGird)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user