12345678910111213141516171819 |
- export default {
- props: {
-
- tips: {
- type: String,
- default: uni.$u.props.noNetwork.tips
- },
-
- zIndex: {
- type: [String, Number],
- default: uni.$u.props.noNetwork.zIndex
- },
-
- image: {
- type: String,
- default: uni.$u.props.noNetwork.image
- }
- }
- }
|