| | |
| | | <div class="chunk-form-actions"> |
| | | <nut-button class="recharge-button" type="primary" @click="emit('goBackHome')"> |
| | | <div class="recharge-button-inner"> |
| | | <div class="recharge-button-text">回首页</div> |
| | | <div class="recharge-button-text">返回首页</div> |
| | | </div> |
| | | </nut-button> |
| | | </div> |
| | |
| | | <script setup lang="ts"> |
| | | import { computed } from 'vue'; |
| | | import { OssAssets } from '../../constants/img'; |
| | | import { Button as NutButton } from '@nutui/nutui-taro'; |
| | | |
| | | defineOptions({ |
| | | name: 'Result', |
| | |
| | | |
| | | type Props = { |
| | | title?: string; |
| | | type?: string; |
| | | type?: 'success' | 'fail'; |
| | | orderNo?: string; |
| | | servicePhone?: string; |
| | | dangerTips?: string; |