Skip to content

Commit bfdd7d7

Browse files
author
yangxiaozhou
committed
修复百度_originEvent报错问题,已自测
1 parent 86d7873 commit bfdd7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/classify/classify.cml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<view class="wrapper-content">
55
<view class="class-list" style="{{scrollerHeight}}cpx">
66
<scroller height="{{scrollerHeight}}">
7-
<view class="class-wrapper" c-bind:tap="forbinding">
7+
<view class="class-wrapper">
88
<text class="class-txt" c-for="{{classes}}">{{item}}</text>
99
</view>
1010
</scroller>

0 commit comments

Comments
 (0)