|
@@ -479,9 +479,9 @@ export default class SummaryV2 extends Component {
|
|
|
<EndView/>
|
|
<EndView/>
|
|
|
{ (this.state.isActully && utils.isNotEmpty(this.state.summaryInfo.top)) &&
|
|
{ (this.state.isActully && utils.isNotEmpty(this.state.summaryInfo.top)) &&
|
|
|
<View style={styles.bottomButton}>
|
|
<View style={styles.bottomButton}>
|
|
|
- <TextView
|
|
|
|
|
|
|
+ {/* <TextView
|
|
|
style={styles.feedback}
|
|
style={styles.feedback}
|
|
|
- onPress={() => startPage(PageList.feedback)}>{$t('wallet.linkSubmitFeedback')}</TextView>
|
|
|
|
|
|
|
+ onPress={() => startPage(PageList.feedback)}>{$t('wallet.linkSubmitFeedback')}</TextView> */}
|
|
|
{/* <Text style={styles.tipText}>{$t('wallet.tipsReceipt')}</Text> */}
|
|
{/* <Text style={styles.tipText}>{$t('wallet.tipsReceipt')}</Text> */}
|
|
|
<Button
|
|
<Button
|
|
|
text={$t('home.done')}
|
|
text={$t('home.done')}
|