|
@@ -134,14 +134,13 @@ const Index = () => {
|
134
|
134
|
<View style={{textAlign: 'center'}}>
|
135
|
135
|
<Loading size='48px' />
|
136
|
136
|
</View>
|
137
|
|
- <View style={{marginTop: '2em', textAlign: 'center'}}>正在生成分享内容, 请稍后...</View>
|
|
137
|
+ <View style={{marginTop: '2em', textAlign: 'center'}}>正在生成分享内容, 请稍候...</View>
|
138
|
138
|
</AtModalContent>
|
139
|
139
|
</AtModal>
|
140
|
140
|
<AtModal isOpened={showShareModal}>
|
141
|
141
|
<AtModalHeader>分享到微信</AtModalHeader>
|
142
|
142
|
<AtModalAction>
|
143
|
|
- <Button onClick={() => setShowShareModal(false)}>取消</Button>
|
144
|
|
- <Button open-type='share' onClick={() => setShowShareModal(false)}>确定</Button>
|
|
143
|
+ <Button open-type='share' onClick={() => setShowShareModal(false)}>去分享</Button>
|
145
|
144
|
</AtModalAction>
|
146
|
145
|
</AtModal>
|
147
|
146
|
</View>
|