Skip to content

Commit b46f921

Browse files
committed
fix: 还原demo
1 parent 72559aa commit b46f921

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/packages/navbar/demos/taro/demo1.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ const Demo1 = () => {
4545
}
4646
onBackClick={(e) => Taro.showToast({ title: '返回' })}
4747
>
48-
<Text style={styles.title}>
49-
订单详情订单详情订单详情订单详情订单详情订单详情
50-
</Text>
48+
<Text style={styles.title}>订单详情</Text>
5149
</NavBar>
5250
<NavBar
5351
right={

0 commit comments

Comments
 (0)