Anna Ho 1 year ago
parent
commit
65240bdb21
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/pages/ProofPayment/Pay.js

+ 2
- 2
src/pages/ProofPayment/Pay.js View File

@@ -95,7 +95,7 @@ const Index = () => {
variant="contained" variant="contained"
size="large" size="large"
sx={{ m: 4}} sx={{ m: 4}}
>繼續:網上繳費</Button>
>即時網上繳費</Button>




@@ -107,7 +107,7 @@ const Index = () => {
onClick={()=>{ onClick={()=>{
navigate("/publicNotice"); navigate("/publicNotice");
}} }}
>返回「我的公共啟事」</Button>
>稍後繳費 - 返回「我的公共啟事」</Button>
</Typography> </Typography>
</Grid> </Grid>
</center> </center>


Loading…
Cancel
Save