0.0.9 • Published 1 year ago

mp-expand-row v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

mp-expand-row

<mp-expand-row label="取消" bindlabelTap="hide" visible="{{visible}}" gap="35px" duration="{{200}}">
    <input class="input" style="height: 88rpx" placeholder="请输入城市名" catch:focus="show"/>
</mp-expand-row>
Page({
	data: {
		visible: false,
	},
	show() {
		this.setData({ visible: true })
	},
	hide() {
		this.setData({ visible: false })
	},
})
0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago