Skip to content

Commit 7e34f11

Browse files
committed
fix(wx-react-native): R 与_r 切换
1 parent 5570b90 commit 7e34f11

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

examples/HelloWorldExpo/src/a/MyFunComp2.js

-15
This file was deleted.

packages/wx-react-native/miniprogram_dist/component/WXFlatList/index.wxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
</scroll-view>
9898
</template>
9999

100-
<template is="flatList" data="{{...(_r || R)}}"/>
100+
<template is="flatList" data="{{...(_r || R), withAni, outLeft, index_id, sr, sti}}"/>

packages/wx-react-native/miniprogram_dist/component/WXSectionList/index.wxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
</scroll-view>
6868
</template>
6969

70-
<template is="sectionList" data="{{...(_r || R)}}"/>
70+
<template is="sectionList" data="{{...(_r || R), withAni, outLeft, sr}}"/>

0 commit comments

Comments
 (0)