ChaoYiPage.ets 155 B

12345678910111213141516
  1. import { RouterPage } from 'basic';
  2. @Component
  3. @RouterPage
  4. struct ChaoYiPage {
  5. build() {
  6. }
  7. }
  8. @Builder
  9. function ChaoYiBuilder() {
  10. ChaoYiPage()
  11. }