minipro_standard/uni_modules/uview-ui/components/u-swipe-action-item/wxs.js
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,15 @@ export default { methods: { // å ³éæ¶æ§è¡ closeHandler() { this.status = 'close' }, setState(status) { this.status = status }, closeOther() { // å°è¯å ³éå ¶ä»æå¼çåå æ ¼ this.parent && this.parent.closeOther(this) } } }