Skip to content

Commit 04db9ba

Browse files
committed
refactor(LoadMore): 修改 bind:tap 为 mut-bind:tap
1 parent c62a825 commit 04db9ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loadmore/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- 内容插槽 -->
22
<slot name="content" />
3-
<view bindtap="onLoadmore" wx:if="{{show}}">
3+
<view mut-bind:tap="onLoadmore" wx:if="{{show}}">
44
<view wx:if="{{custom && type==='end'}}">
55
<slot name="end" />
66
</view>

0 commit comments

Comments
 (0)