| 12345678910111213141516171819202122232425262728 |
- <template>
- <view class="pages_safetyCheck">
- pages_safetyCheck
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- onLoad(option) {
-
- },
- methods: {
-
- }
- }
- </script>
- <style lang="stylus" scoped>
- .pages_safetyCheck{
-
- }
- </style>
|