diff --git a/snowy-plugin/snowy-plugin-gen/src/main/resources/mobile/index.vue.btl b/snowy-plugin/snowy-plugin-gen/src/main/resources/mobile/index.vue.btl index 0f914e1a..d8d32ea8 100644 --- a/snowy-plugin/snowy-plugin-gen/src/main/resources/mobile/index.vue.btl +++ b/snowy-plugin/snowy-plugin-gen/src/main/resources/mobile/index.vue.btl @@ -130,13 +130,13 @@ } // 更多操作 const moreRef = ref() - const moreClick = (record) => { - moreRef.value.open(record) + const moreTapItem = (item, index) => { + moreRef.value.open(item) }