在好例子网,分享、交流、成长!
您当前所在位置:首页js 开发实例JavaScript基础 → HellUniapp官方实例源码:Builer,uniapp实例

HellUniapp官方实例源码:Builer,uniapp实例

JavaScript基础

下载此实例
  • 开发语言:js
  • 实例大小:16.93M
  • 下载次数:26
  • 浏览次数:332
  • 发布时间:2022-09-07
  • 实例类别:JavaScript基础
  • 发 布 人:qing-er
  • 文件格式:.rar
  • 所需积分:2
 相关标签: UI

实例介绍

【实例简介】HellUniapp官方实例源码:Builer,uniapp实例
【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── HellUniapp官方实例源码:Builer,uniapp实例.rar
└── HelloUniApp
    ├── App.vue
    ├── cloudfunctions-aliyun
    │   └── sendMoney
    │       ├── index.js
    │       └── node_modules
    │           ├── _md5-node@1.0.1@md5-node
    │           │   ├── index.js
    │           │   ├── package.json
    │           │   └── readme.md
    │           ├── _sax@1.2.4@sax
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── lib
    │           │   │   └── sax.js
    │           │   └── package.json
    │           ├── _xml2js@0.4.23@xml2js
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── lib
    │           │   │   ├── bom.js
    │           │   │   ├── builder.js
    │           │   │   ├── defaults.js
    │           │   │   ├── parser.js
    │           │   │   ├── processors.js
    │           │   │   └── xml2js.js
    │           │   ├── node_modules
    │           │   │   ├── sax
    │           │   │   │   ├── LICENSE
    │           │   │   │   ├── README.md
    │           │   │   │   ├── lib
    │           │   │   │   │   └── sax.js
    │           │   │   │   └── package.json
    │           │   │   └── xmlbuilder
    │           │   │       ├── CHANGELOG.md
    │           │   │       ├── LICENSE
    │           │   │       ├── README.md
    │           │   │       ├── appveyor.yml
    │           │   │       ├── lib
    │           │   │       │   ├── Derivation.js
    │           │   │       │   ├── DocumentPosition.js
    │           │   │       │   ├── NodeType.js
    │           │   │       │   ├── OperationType.js
    │           │   │       │   ├── Utility.js
    │           │   │       │   ├── WriterState.js
    │           │   │       │   ├── XMLAttribute.js
    │           │   │       │   ├── XMLCData.js
    │           │   │       │   ├── XMLCharacterData.js
    │           │   │       │   ├── XMLComment.js
    │           │   │       │   ├── XMLDOMConfiguration.js
    │           │   │       │   ├── XMLDOMErrorHandler.js
    │           │   │       │   ├── XMLDOMImplementation.js
    │           │   │       │   ├── XMLDOMStringList.js
    │           │   │       │   ├── XMLDTDAttList.js
    │           │   │       │   ├── XMLDTDElement.js
    │           │   │       │   ├── XMLDTDEntity.js
    │           │   │       │   ├── XMLDTDNotation.js
    │           │   │       │   ├── XMLDeclaration.js
    │           │   │       │   ├── XMLDocType.js
    │           │   │       │   ├── XMLDocument.js
    │           │   │       │   ├── XMLDocumentCB.js
    │           │   │       │   ├── XMLDocumentFragment.js
    │           │   │       │   ├── XMLDummy.js
    │           │   │       │   ├── XMLElement.js
    │           │   │       │   ├── XMLNamedNodeMap.js
    │           │   │       │   ├── XMLNode.js
    │           │   │       │   ├── XMLNodeFilter.js
    │           │   │       │   ├── XMLNodeList.js
    │           │   │       │   ├── XMLProcessingInstruction.js
    │           │   │       │   ├── XMLRaw.js
    │           │   │       │   ├── XMLStreamWriter.js
    │           │   │       │   ├── XMLStringWriter.js
    │           │   │       │   ├── XMLStringifier.js
    │           │   │       │   ├── XMLText.js
    │           │   │       │   ├── XMLTypeInfo.js
    │           │   │       │   ├── XMLUserDataHandler.js
    │           │   │       │   ├── XMLWriterBase.js
    │           │   │       │   └── index.js
    │           │   │       ├── package.json
    │           │   │       └── typings
    │           │   │           └── index.d.ts
    │           │   └── package.json
    │           ├── _xmlbuilder@11.0.1@xmlbuilder
    │           │   ├── CHANGELOG.md
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── appveyor.yml
    │           │   ├── lib
    │           │   │   ├── Derivation.js
    │           │   │   ├── DocumentPosition.js
    │           │   │   ├── NodeType.js
    │           │   │   ├── OperationType.js
    │           │   │   ├── Utility.js
    │           │   │   ├── WriterState.js
    │           │   │   ├── XMLAttribute.js
    │           │   │   ├── XMLCData.js
    │           │   │   ├── XMLCharacterData.js
    │           │   │   ├── XMLComment.js
    │           │   │   ├── XMLDOMConfiguration.js
    │           │   │   ├── XMLDOMErrorHandler.js
    │           │   │   ├── XMLDOMImplementation.js
    │           │   │   ├── XMLDOMStringList.js
    │           │   │   ├── XMLDTDAttList.js
    │           │   │   ├── XMLDTDElement.js
    │           │   │   ├── XMLDTDEntity.js
    │           │   │   ├── XMLDTDNotation.js
    │           │   │   ├── XMLDeclaration.js
    │           │   │   ├── XMLDocType.js
    │           │   │   ├── XMLDocument.js
    │           │   │   ├── XMLDocumentCB.js
    │           │   │   ├── XMLDocumentFragment.js
    │           │   │   ├── XMLDummy.js
    │           │   │   ├── XMLElement.js
    │           │   │   ├── XMLNamedNodeMap.js
    │           │   │   ├── XMLNode.js
    │           │   │   ├── XMLNodeFilter.js
    │           │   │   ├── XMLNodeList.js
    │           │   │   ├── XMLProcessingInstruction.js
    │           │   │   ├── XMLRaw.js
    │           │   │   ├── XMLStreamWriter.js
    │           │   │   ├── XMLStringWriter.js
    │           │   │   ├── XMLStringifier.js
    │           │   │   ├── XMLText.js
    │           │   │   ├── XMLTypeInfo.js
    │           │   │   ├── XMLUserDataHandler.js
    │           │   │   ├── XMLWriterBase.js
    │           │   │   └── index.js
    │           │   ├── package.json
    │           │   └── typings
    │           │       └── index.d.ts
    │           ├── md5-node
    │           │   ├── index.js
    │           │   ├── package.json
    │           │   └── readme.md
    │           ├── sax
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── lib
    │           │   │   └── sax.js
    │           │   └── package.json
    │           ├── xml2js
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── lib
    │           │   │   ├── bom.js
    │           │   │   ├── builder.js
    │           │   │   ├── defaults.js
    │           │   │   ├── parser.js
    │           │   │   ├── processors.js
    │           │   │   └── xml2js.js
    │           │   ├── node_modules
    │           │   │   ├── sax
    │           │   │   │   ├── LICENSE
    │           │   │   │   ├── README.md
    │           │   │   │   ├── lib
    │           │   │   │   │   └── sax.js
    │           │   │   │   └── package.json
    │           │   │   └── xmlbuilder
    │           │   │       ├── CHANGELOG.md
    │           │   │       ├── LICENSE
    │           │   │       ├── README.md
    │           │   │       ├── appveyor.yml
    │           │   │       ├── lib
    │           │   │       │   ├── Derivation.js
    │           │   │       │   ├── DocumentPosition.js
    │           │   │       │   ├── NodeType.js
    │           │   │       │   ├── OperationType.js
    │           │   │       │   ├── Utility.js
    │           │   │       │   ├── WriterState.js
    │           │   │       │   ├── XMLAttribute.js
    │           │   │       │   ├── XMLCData.js
    │           │   │       │   ├── XMLCharacterData.js
    │           │   │       │   ├── XMLComment.js
    │           │   │       │   ├── XMLDOMConfiguration.js
    │           │   │       │   ├── XMLDOMErrorHandler.js
    │           │   │       │   ├── XMLDOMImplementation.js
    │           │   │       │   ├── XMLDOMStringList.js
    │           │   │       │   ├── XMLDTDAttList.js
    │           │   │       │   ├── XMLDTDElement.js
    │           │   │       │   ├── XMLDTDEntity.js
    │           │   │       │   ├── XMLDTDNotation.js
    │           │   │       │   ├── XMLDeclaration.js
    │           │   │       │   ├── XMLDocType.js
    │           │   │       │   ├── XMLDocument.js
    │           │   │       │   ├── XMLDocumentCB.js
    │           │   │       │   ├── XMLDocumentFragment.js
    │           │   │       │   ├── XMLDummy.js
    │           │   │       │   ├── XMLElement.js
    │           │   │       │   ├── XMLNamedNodeMap.js
    │           │   │       │   ├── XMLNode.js
    │           │   │       │   ├── XMLNodeFilter.js
    │           │   │       │   ├── XMLNodeList.js
    │           │   │       │   ├── XMLProcessingInstruction.js
    │           │   │       │   ├── XMLRaw.js
    │           │   │       │   ├── XMLStreamWriter.js
    │           │   │       │   ├── XMLStringWriter.js
    │           │   │       │   ├── XMLStringifier.js
    │           │   │       │   ├── XMLText.js
    │           │   │       │   ├── XMLTypeInfo.js
    │           │   │       │   ├── XMLUserDataHandler.js
    │           │   │       │   ├── XMLWriterBase.js
    │           │   │       │   └── index.js
    │           │   │       ├── package.json
    │           │   │       └── typings
    │           │   │           └── index.d.ts
    │           │   └── package.json
    │           └── xmlbuilder
    │               ├── CHANGELOG.md
    │               ├── LICENSE
    │               ├── README.md
    │               ├── appveyor.yml
    │               ├── lib
    │               │   ├── Derivation.js
    │               │   ├── DocumentPosition.js
    │               │   ├── NodeType.js
    │               │   ├── OperationType.js
    │               │   ├── Utility.js
    │               │   ├── WriterState.js
    │               │   ├── XMLAttribute.js
    │               │   ├── XMLCData.js
    │               │   ├── XMLCharacterData.js
    │               │   ├── XMLComment.js
    │               │   ├── XMLDOMConfiguration.js
    │               │   ├── XMLDOMErrorHandler.js
    │               │   ├── XMLDOMImplementation.js
    │               │   ├── XMLDOMStringList.js
    │               │   ├── XMLDTDAttList.js
    │               │   ├── XMLDTDElement.js
    │               │   ├── XMLDTDEntity.js
    │               │   ├── XMLDTDNotation.js
    │               │   ├── XMLDeclaration.js
    │               │   ├── XMLDocType.js
    │               │   ├── XMLDocument.js
    │               │   ├── XMLDocumentCB.js
    │               │   ├── XMLDocumentFragment.js
    │               │   ├── XMLDummy.js
    │               │   ├── XMLElement.js
    │               │   ├── XMLNamedNodeMap.js
    │               │   ├── XMLNode.js
    │               │   ├── XMLNodeFilter.js
    │               │   ├── XMLNodeList.js
    │               │   ├── XMLProcessingInstruction.js
    │               │   ├── XMLRaw.js
    │               │   ├── XMLStreamWriter.js
    │               │   ├── XMLStringWriter.js
    │               │   ├── XMLStringifier.js
    │               │   ├── XMLText.js
    │               │   ├── XMLTypeInfo.js
    │               │   ├── XMLUserDataHandler.js
    │               │   ├── XMLWriterBase.js
    │               │   └── index.js
    │               ├── package.json
    │               └── typings
    │                   └── index.d.ts
    ├── common
    │   ├── airport.js
    │   ├── graceChecker.js
    │   ├── html-parser.js
    │   ├── permission.js
    │   ├── uni-nvue.css
    │   ├── uni.css
    │   └── util.js
    ├── components
    │   ├── amap-wx
    │   │   ├── js
    │   │   │   └── util.js
    │   │   └── lib
    │   │       └── amap-wx.js
    │   ├── api-set-tabbar.nvue
    │   ├── marked
    │   │   ├── index.js
    │   │   └── lib
    │   │       └── marked.js
    │   ├── mpvue-citypicker
    │   │   ├── city-data
    │   │   │   ├── area.js
    │   │   │   ├── city.js
    │   │   │   └── province.js
    │   │   └── mpvueCityPicker.vue
    │   ├── mpvue-echarts
    │   │   └── src
    │   │       ├── echarts.vue
    │   │       └── wx-canvas.js
    │   ├── mpvue-picker
    │   │   └── mpvuePicker.vue
    │   ├── mpvueGestureLock
    │   │   ├── gestureLock.js
    │   │   └── index.vue
    │   ├── page-foot.vue
    │   ├── page-head.vue
    │   ├── product.vue
    │   ├── tab-nvue
    │   │   └── mediaList.vue
    │   ├── u-charts
    │   │   └── u-charts.js
    │   ├── uLink.vue
    │   ├── uni-badge
    │   │   └── uni-badge.vue
    │   ├── uni-calendar
    │   │   ├── calendar.js
    │   │   ├── uni-calendar-item.vue
    │   │   ├── uni-calendar.vue
    │   │   └── util.js
    │   ├── uni-card
    │   │   └── uni-card.vue
    │   ├── uni-collapse
    │   │   └── uni-collapse.vue
    │   ├── uni-collapse-item
    │   │   └── uni-collapse-item.vue
    │   ├── uni-combox
    │   │   └── uni-combox.vue
    │   ├── uni-countdown
    │   │   └── uni-countdown.vue
    │   ├── uni-drawer
    │   │   └── uni-drawer.vue
    │   ├── uni-fab
    │   │   └── uni-fab.vue
    │   ├── uni-fav
    │   │   └── uni-fav.vue
    │   ├── uni-goods-nav
    │   │   └── uni-goods-nav.vue
    │   ├── uni-grid
    │   │   └── uni-grid.vue
    │   ├── uni-grid-item
    │   │   ├── uni-grid-item copy.vue
    │   │   └── uni-grid-item.vue
    │   ├── uni-icons
    │   │   ├── icons.js
    │   │   └── uni-icons.vue
    │   ├── uni-indexed-list
    │   │   ├── uni-indexed-list-item.vue
    │   │   └── uni-indexed-list.vue
    │   ├── uni-link
    │   │   └── uni-link.vue
    │   ├── uni-list
    │   │   ├── uni-list.vue
    │   │   ├── uni-refresh.vue
    │   │   └── uni-refresh.wxs
    │   ├── uni-list-item
    │   │   └── uni-list-item.vue
    │   ├── uni-load-more
    │   │   └── uni-load-more.vue
    │   ├── uni-nav-bar
    │   │   └── uni-nav-bar.vue
    │   ├── uni-notice-bar
    │   │   └── uni-notice-bar.vue
    │   ├── uni-number-box
    │   │   └── uni-number-box.vue
    │   ├── uni-pagination
    │   │   └── uni-pagination.vue
    │   ├── uni-popup
    │   │   ├── message.js
    │   │   ├── popup.js
    │   │   ├── uni-popup-dialog.vue
    │   │   ├── uni-popup-message.vue
    │   │   ├── uni-popup-share.vue
    │   │   └── uni-popup.vue
    │   ├── uni-rate
    │   │   └── uni-rate.vue
    │   ├── uni-search-bar
    │   │   └── uni-search-bar.vue
    │   ├── uni-section
    │   │   └── uni-section.vue
    │   ├── uni-segmented-control
    │   │   └── uni-segmented-control.vue
    │   ├── uni-status-bar
    │   │   └── uni-status-bar.vue
    │   ├── uni-steps
    │   │   └── uni-steps.vue
    │   ├── uni-swipe-action
    │   │   └── uni-swipe-action.vue
    │   ├── uni-swipe-action-item
    │   │   ├── bindingx.js
    │   │   ├── index.wxs
    │   │   ├── mpalipay.js
    │   │   ├── mpother.js
    │   │   ├── mpwxs.js
    │   │   └── uni-swipe-action-item.vue
    │   ├── uni-swiper-dot
    │   │   └── uni-swiper-dot.vue
    │   ├── uni-tag
    │   │   └── uni-tag.vue
    │   ├── uni-title
    │   │   └── uni-title.vue
    │   └── uni-transition
    │       └── uni-transition.vue
    ├── hybrid
    │   └── html
    │       └── local.html
    ├── main.js
    ├── manifest.json
    ├── package.json
    ├── pages
    │   ├── API
    │   │   ├── action-sheet
    │   │   │   └── action-sheet.vue
    │   │   ├── add-phone-contact
    │   │   │   └── add-phone-contact.vue
    │   │   ├── animation
    │   │   │   └── animation.vue
    │   │   ├── background-audio
    │   │   │   └── background-audio.vue
    │   │   ├── bluetooth
    │   │   │   └── bluetooth.vue
    │   │   ├── brightness
    │   │   │   └── brightness.vue
    │   │   ├── canvas
    │   │   │   └── canvas.vue
    │   │   ├── choose-location
    │   │   │   └── choose-location.vue
    │   │   ├── clipboard
    │   │   │   └── clipboard.vue
    │   │   ├── download-file
    │   │   │   └── download-file.vue
    │   │   ├── file
    │   │   │   └── file.vue
    │   │   ├── get-location
    │   │   │   └── get-location.vue
    │   │   ├── get-network-type
    │   │   │   └── get-network-type.vue
    │   │   ├── get-node-info
    │   │   │   └── get-node-info.vue
    │   │   ├── get-system-info
    │   │   │   └── get-system-info.vue
    │   │   ├── get-user-info
    │   │   │   └── get-user-info.vue
    │   │   ├── ibeacon
    │   │   │   └── ibeacon.vue
    │   │   ├── image
    │   │   │   └── image.vue
    │   │   ├── inner-audio
    │   │   │   └── inner-audio.vue
    │   │   ├── intersection-observer
    │   │   │   └── intersection-observer.vue
    │   │   ├── login
    │   │   │   └── login.vue
    │   │   ├── make-phone-call
    │   │   │   └── make-phone-call.vue
    │   │   ├── map
    │   │   │   └── map.nvue
    │   │   ├── map-search
    │   │   │   └── map-search.nvue
    │   │   ├── modal
    │   │   │   └── modal.vue
    │   │   ├── navigator
    │   │   │   ├── navigator.vue
    │   │   │   └── new-page
    │   │   │       ├── new-nvue-page-1.nvue
    │   │   │       ├── new-nvue-page-2.nvue
    │   │   │       ├── new-vue-page-1.vue
    │   │   │       └── new-vue-page-2.vue
    │   │   ├── on-accelerometer-change
    │   │   │   └── on-accelerometer-change.vue
    │   │   ├── on-compass-change
    │   │   │   └── on-compass-change.vue
    │   │   ├── open-location
    │   │   │   └── open-location.vue
    │   │   ├── pull-down-refresh
    │   │   │   └── pull-down-refresh.vue
    │   │   ├── request
    │   │   │   └── request.vue
    │   │   ├── request-payment
    │   │   │   └── request-payment.vue
    │   │   ├── rewarded-video-ad
    │   │   │   └── rewarded-video-ad.vue
    │   │   ├── save-media
    │   │   │   └── save-media.vue
    │   │   ├── scan-code
    │   │   │   └── scan-code.vue
    │   │   ├── set-navigation-bar-title
    │   │   │   └── set-navigation-bar-title.vue
    │   │   ├── share
    │   │   │   └── share.vue
    │   │   ├── show-loading
    │   │   │   └── show-loading.vue
    │   │   ├── soter
    │   │   │   └── soter.vue
    │   │   ├── sqlite
    │   │   │   └── sqlite.vue
    │   │   ├── storage
    │   │   │   └── storage.vue
    │   │   ├── subnvue
    │   │   │   ├── subnvue
    │   │   │   │   ├── drawer.nvue
    │   │   │   │   ├── popup.nvue
    │   │   │   │   └── video-mask.nvue
    │   │   │   └── subnvue.vue
    │   │   ├── toast
    │   │   │   └── toast.vue
    │   │   ├── upload-file
    │   │   │   └── upload-file.vue
    │   │   ├── vibrate
    │   │   │   └── vibrate.vue
    │   │   ├── video
    │   │   │   └── video.vue
    │   │   ├── voice
    │   │   │   └── voice.vue
    │   │   ├── websocket-global
    │   │   │   └── websocket-global.vue
    │   │   └── websocket-socketTask
    │   │       └── websocket-socketTask.vue
    │   ├── about
    │   │   └── about.vue
    │   ├── component
    │   │   ├── ad
    │   │   │   └── ad.vue
    │   │   ├── audio
    │   │   │   └── audio.vue
    │   │   ├── button
    │   │   │   └── button.vue
    │   │   ├── canvas
    │   │   │   └── canvas.vue
    │   │   ├── checkbox
    │   │   │   └── checkbox.vue
    │   │   ├── cover-view
    │   │   │   ├── cover-view.nvue
    │   │   │   └── cover-view.vue
    │   │   ├── editor
    │   │   │   ├── editor-icon.css
    │   │   │   └── editor.vue
    │   │   ├── form
    │   │   │   └── form.vue
    │   │   ├── image
    │   │   │   └── image.vue
    │   │   ├── input
    │   │   │   └── input.nvue
    │   │   ├── label
    │   │   │   └── label.vue
    │   │   ├── map
    │   │   │   ├── map.nvue
    │   │   │   └── map.vue
    │   │   ├── movable-view
    │   │   │   └── movable-view.vue
    │   │   ├── navigator
    │   │   │   ├── navigate
    │   │   │   │   └── navigate.vue
    │   │   │   ├── navigator.vue
    │   │   │   └── redirect
    │   │   │       └── redirect.vue
    │   │   ├── picker
    │   │   │   └── picker.vue
    │   │   ├── picker-view
    │   │   │   └── picker-view.vue
    │   │   ├── progress
    │   │   │   └── progress.vue
    │   │   ├── radio
    │   │   │   └── radio.vue
    │   │   ├── rich-text
    │   │   │   └── rich-text.vue
    │   │   ├── scroll-view
    │   │   │   └── scroll-view.vue
    │   │   ├── slider
    │   │   │   └── slider.vue
    │   │   ├── swiper
    │   │   │   └── swiper.vue
    │   │   ├── switch
    │   │   │   └── switch.vue
    │   │   ├── text
    │   │   │   └── text.vue
    │   │   ├── textarea
    │   │   │   └── textarea.vue
    │   │   ├── video
    │   │   │   ├── video.nvue
    │   │   │   └── video.vue
    │   │   ├── view
    │   │   │   └── view.vue
    │   │   ├── web-view
    │   │   │   └── web-view.vue
    │   │   └── web-view-local
    │   │       └── web-view-local.vue
    │   ├── extUI
    │   │   ├── badge
    │   │   │   └── badge.nvue
    │   │   ├── calendar
    │   │   │   └── calendar.nvue
    │   │   ├── card
    │   │   │   └── card.nvue
    │   │   ├── collapse
    │   │   │   └── collapse.nvue
    │   │   ├── combox
    │   │   │   └── combox.vue
    │   │   ├── countdown
    │   │   │   └── countdown.nvue
    │   │   ├── drawer
    │   │   │   └── drawer.nvue
    │   │   ├── fab
    │   │   │   └── fab.nvue
    │   │   ├── fav
    │   │   │   └── fav.nvue
    │   │   ├── goods-nav
    │   │   │   └── goods-nav.nvue
    │   │   ├── grid
    │   │   │   └── grid.nvue
    │   │   ├── icons
    │   │   │   └── icons.nvue
    │   │   ├── indexed-list
    │   │   │   └── indexed-list.nvue
    │   │   ├── link
    │   │   │   └── link.nvue
    │   │   ├── list
    │   │   │   └── list.nvue
    │   │   ├── load-more
    │   │   │   └── load-more.nvue
    │   │   ├── nav-bar
    │   │   │   └── nav-bar.nvue
    │   │   ├── notice-bar
    │   │   │   └── notice-bar.nvue
    │   │   ├── number-box
    │   │   │   └── number-box.nvue
    │   │   ├── pagination
    │   │   │   └── pagination.nvue
    │   │   ├── popup
    │   │   │   └── popup.nvue
    │   │   ├── rate
    │   │   │   └── rate.nvue
    │   │   ├── search-bar
    │   │   │   └── search-bar.nvue
    │   │   ├── section
    │   │   │   └── section.nvue
    │   │   ├── segmented-control
    │   │   │   └── segmented-control.nvue
    │   │   ├── steps
    │   │   │   └── steps.nvue
    │   │   ├── swipe-action
    │   │   │   └── swipe-action.nvue
    │   │   ├── swiper-dot
    │   │   │   └── swiper-dot.nvue
    │   │   ├── tag
    │   │   │   └── tag.nvue
    │   │   ├── title
    │   │   │   └── title.nvue
    │   │   └── transition
    │   │       └── transition.nvue
    │   ├── tabBar
    │   │   ├── API
    │   │   │   └── API.nvue
    │   │   ├── component
    │   │   │   └── component.nvue
    │   │   ├── extUI
    │   │   │   └── extUI.nvue
    │   │   └── template
    │   │       └── template.nvue
    │   └── template
    │       ├── component-communication
    │       │   ├── bus.js
    │       │   ├── component-communication.vue
    │       │   ├── reciver.vue
    │       │   ├── sender-bus.vue
    │       │   └── sender.vue
    │       ├── crop
    │       │   └── crop.vue
    │       ├── global
    │       │   └── global.vue
    │       ├── list-with-badges
    │       │   └── list-with-badges.vue
    │       ├── list-with-collapses
    │       │   └── list-with-collapses.vue
    │       ├── list2detail-detail
    │       │   └── list2detail-detail.vue
    │       ├── list2detail-list
    │       │   └── list2detail-list.vue
    │       ├── nav-button
    │       │   └── nav-button.vue
    │       ├── nav-city-dropdown
    │       │   └── nav-city-dropdown.vue
    │       ├── nav-default
    │       │   └── nav-default.vue
    │       ├── nav-dot
    │       │   └── nav-dot.vue
    │       ├── nav-image
    │       │   └── nav-image.vue
    │       ├── nav-search-input
    │       │   ├── detail
    │       │   │   └── detail.vue
    │       │   └── nav-search-input.vue
    │       ├── nav-transparent
    │       │   └── nav-transparent.vue
    │       ├── scheme
    │       │   └── scheme.vue
    │       ├── swiper-list
    │       │   ├── swiper-list.nvue
    │       │   └── swiper-page.nvue
    │       ├── swiper-list-nvue
    │       │   ├── swiper-list-nvue.nvue
    │       │   └── swiper-page.nvue
    │       ├── swiper-vertical
    │       │   └── swiper-vertical.nvue
    │       ├── tabbar
    │       │   ├── detail
    │       │   │   └── detail.vue
    │       │   ├── news-item.nvue
    │       │   └── tabbar.nvue
    │       ├── ucharts
    │       │   └── ucharts.vue
    │       └── vant-button
    │           └── vant-button.vue
    ├── pages.json
    ├── platforms
    │   └── app-plus
    │       ├── feedback
    │       │   └── feedback.vue
    │       ├── orientation
    │       │   └── orientation.vue
    │       ├── proximity
    │       │   └── proximity.vue
    │       ├── push
    │       │   └── push.vue
    │       ├── shake
    │       │   └── shake.vue
    │       └── speech
    │           └── speech.vue
    ├── static
    │   ├── 60x60.png
    │   ├── api.png
    │   ├── apiHL.png
    │   ├── apiIndex.png
    │   ├── app-plus
    │   │   ├── location@3x.png
    │   │   └── uni@2x.png
    │   ├── c1.png
    │   ├── c2.png
    │   ├── c3.png
    │   ├── c4.png
    │   ├── c5.png
    │   ├── c6.png
    │   ├── c7.png
    │   ├── c8.png
    │   ├── c9.png
    │   ├── compass.png
    │   ├── component.png
    │   ├── componentHL.png
    │   ├── componentIndex.png
    │   ├── extui.png
    │   ├── extuiHL.png
    │   ├── extuiIndex.png
    │   ├── location.png
    │   ├── logo.png
    │   ├── menu.png
    │   ├── nav.png
    │   ├── pause.png
    │   ├── play.png
    │   ├── plus.png
    │   ├── record.png
    │   ├── shuijiao.jpg
    │   ├── stop.png
    │   ├── template.png
    │   ├── templateHL.png
    │   ├── templateIndex.png
    │   ├── trash.png
    │   ├── uni.png
    │   └── uni.ttf
    ├── store
    │   └── index.js
    ├── template.h5.html
    ├── uni.scss
    ├── unpackage
    │   ├── debug
    │   │   └── android_debug.apk
    │   └── dist
    │       ├── build
    │       │   └── app-plus
    │       │       ├── __uniappchooselocation.js
    │       │       ├── __uniappes6.js
    │       │       ├── __uniappopenlocation.js
    │       │       ├── __uniapppicker.js
    │       │       ├── __uniappquill.js
    │       │       ├── __uniappquillimageresize.js
    │       │       ├── __uniappscan.js
    │       │       ├── __uniappsuccess.png
    │       │       ├── __uniappview.html
    │       │       ├── app-config-service.js
    │       │       ├── app-config.js
    │       │       ├── app-service.js
    │       │       ├── app-view.js
    │       │       ├── hybrid
    │       │       │   └── html
    │       │       │       └── local.html
    │       │       ├── manifest.json
    │       │       ├── pages
    │       │       │   ├── API
    │       │       │   │   ├── map
    │       │       │   │   │   └── map.js
    │       │       │   │   ├── map-search
    │       │       │   │   │   └── map-search.js
    │       │       │   │   ├── navigator
    │       │       │   │   │   └── new-page
    │       │       │   │   │       ├── new-nvue-page-1.js
    │       │       │   │   │       └── new-nvue-page-2.js
    │       │       │   │   └── subnvue
    │       │       │   │       └── subnvue
    │       │       │   │           ├── drawer.js
    │       │       │   │           ├── popup.js
    │       │       │   │           └── video-mask.js
    │       │       │   ├── component
    │       │       │   │   ├── cover-view
    │       │       │   │   │   └── cover-view.js
    │       │       │   │   ├── input
    │       │       │   │   │   └── input.js
    │       │       │   │   ├── map
    │       │       │   │   │   └── map.js
    │       │       │   │   └── video
    │       │       │   │       └── video.js
    │       │       │   ├── extUI
    │       │       │   │   ├── badge
    │       │       │   │   │   └── badge.js
    │       │       │   │   ├── calendar
    │       │       │   │   │   └── calendar.js
    │       │       │   │   ├── card
    │       │       │   │   │   └── card.js
    │       │       │   │   ├── collapse
    │       │       │   │   │   └── collapse.js
    │       │       │   │   ├── countdown
    │       │       │   │   │   └── countdown.js
    │       │       │   │   ├── drawer
    │       │       │   │   │   └── drawer.js
    │       │       │   │   ├── fab
    │       │       │   │   │   └── fab.js
    │       │       │   │   ├── fav
    │       │       │   │   │   └── fav.js
    │       │       │   │   ├── goods-nav
    │       │       │   │   │   └── goods-nav.js
    │       │       │   │   ├── grid
    │       │       │   │   │   └── grid.js
    │       │       │   │   ├── icons
    │       │       │   │   │   └── icons.js
    │       │       │   │   ├── indexed-list
    │       │       │   │   │   └── indexed-list.js
    │       │       │   │   ├── link
    │       │       │   │   │   └── link.js
    │       │       │   │   ├── list
    │       │       │   │   │   └── list.js
    │       │       │   │   ├── load-more
    │       │       │   │   │   └── load-more.js
    │       │       │   │   ├── nav-bar
    │       │       │   │   │   └── nav-bar.js
    │       │       │   │   ├── notice-bar
    │       │       │   │   │   └── notice-bar.js
    │       │       │   │   ├── number-box
    │       │       │   │   │   └── number-box.js
    │       │       │   │   ├── pagination
    │       │       │   │   │   └── pagination.js
    │       │       │   │   ├── popup
    │       │       │   │   │   └── popup.js
    │       │       │   │   ├── rate
    │       │       │   │   │   └── rate.js
    │       │       │   │   ├── search-bar
    │       │       │   │   │   └── search-bar.js
    │       │       │   │   ├── section
    │       │       │   │   │   └── section.js
    │       │       │   │   ├── segmented-control
    │       │       │   │   │   └── segmented-control.js
    │       │       │   │   ├── steps
    │       │       │   │   │   └── steps.js
    │       │       │   │   ├── swipe-action
    │       │       │   │   │   └── swipe-action.js
    │       │       │   │   ├── swiper-dot
    │       │       │   │   │   └── swiper-dot.js
    │       │       │   │   ├── tag
    │       │       │   │   │   └── tag.js
    │       │       │   │   ├── title
    │       │       │   │   │   └── title.js
    │       │       │   │   └── transition
    │       │       │   │       └── transition.js
    │       │       │   ├── tabBar
    │       │       │   │   ├── API
    │       │       │   │   │   └── API.js
    │       │       │   │   ├── component
    │       │       │   │   │   └── component.js
    │       │       │   │   ├── extUI
    │       │       │   │   │   └── extUI.js
    │       │       │   │   └── template
    │       │       │   │       └── template.js
    │       │       │   └── template
    │       │       │       ├── swiper-list
    │       │       │       │   └── swiper-list.js
    │       │       │       ├── swiper-list-nvue
    │       │       │       │   └── swiper-list-nvue.js
    │       │       │       ├── swiper-vertical
    │       │       │       │   └── swiper-vertical.js
    │       │       │       └── tabbar
    │       │       │           └── tabbar.js
    │       │       ├── static
    │       │       │   ├── 60x60.png
    │       │       │   ├── api.png
    │       │       │   ├── apiHL.png
    │       │       │   ├── apiIndex.png
    │       │       │   ├── app-plus
    │       │       │   │   ├── location@3x.png
    │       │       │   │   └── uni@2x.png
    │       │       │   ├── c1.png
    │       │       │   ├── c2.png
    │       │       │   ├── c3.png
    │       │       │   ├── c4.png
    │       │       │   ├── c5.png
    │       │       │   ├── c6.png
    │       │       │   ├── c7.png
    │       │       │   ├── c8.png
    │       │       │   ├── c9.png
    │       │       │   ├── compass.png
    │       │       │   ├── component.png
    │       │       │   ├── componentHL.png
    │       │       │   ├── componentIndex.png
    │       │       │   ├── extui.png
    │       │       │   ├── extuiHL.png
    │       │       │   ├── extuiIndex.png
    │       │       │   ├── location.png
    │       │       │   ├── logo.png
    │       │       │   ├── menu.png
    │       │       │   ├── nav.png
    │       │       │   ├── pause.png
    │       │       │   ├── play.png
    │       │       │   ├── plus.png
    │       │       │   ├── record.png
    │       │       │   ├── shuijiao.jpg
    │       │       │   ├── stop.png
    │       │       │   ├── template.png
    │       │       │   ├── templateHL.png
    │       │       │   ├── templateIndex.png
    │       │       │   ├── trash.png
    │       │       │   ├── uni.png
    │       │       │   └── uni.ttf
    │       │       ├── view.css
    │       │       └── view.umd.min.js
    │       └── dev
    │           └── app-plus
    │               ├── __uniappchooselocation.js
    │               ├── __uniappes6.js
    │               ├── __uniappopenlocation.js
    │               ├── __uniapppicker.js
    │               ├── __uniappquill.js
    │               ├── __uniappquillimageresize.js
    │               ├── __uniappscan.js
    │               ├── __uniappsuccess.png
    │               ├── __uniappview.html
    │               ├── app-config-service.js
    │               ├── app-config.js
    │               ├── app-service.js
    │               ├── app-view.js
    │               ├── hybrid
    │               │   └── html
    │               │       └── local.html
    │               ├── manifest.json
    │               ├── pages
    │               │   ├── API
    │               │   │   ├── map
    │               │   │   │   └── map.js
    │               │   │   ├── map-search
    │               │   │   │   └── map-search.js
    │               │   │   ├── navigator
    │               │   │   │   └── new-page
    │               │   │   │       ├── new-nvue-page-1.js
    │               │   │   │       └── new-nvue-page-2.js
    │               │   │   └── subnvue
    │               │   │       └── subnvue
    │               │   │           ├── drawer.js
    │               │   │           ├── popup.js
    │               │   │           └── video-mask.js
    │               │   ├── component
    │               │   │   ├── cover-view
    │               │   │   │   └── cover-view.js
    │               │   │   ├── input
    │               │   │   │   └── input.js
    │               │   │   ├── map
    │               │   │   │   └── map.js
    │               │   │   └── video
    │               │   │       └── video.js
    │               │   ├── extUI
    │               │   │   ├── badge
    │               │   │   │   └── badge.js
    │               │   │   ├── calendar
    │               │   │   │   └── calendar.js
    │               │   │   ├── card
    │               │   │   │   └── card.js
    │               │   │   ├── collapse
    │               │   │   │   └── collapse.js
    │               │   │   ├── countdown
    │               │   │   │   └── countdown.js
    │               │   │   ├── drawer
    │               │   │   │   └── drawer.js
    │               │   │   ├── fab
    │               │   │   │   └── fab.js
    │               │   │   ├── fav
    │               │   │   │   └── fav.js
    │               │   │   ├── goods-nav
    │               │   │   │   └── goods-nav.js
    │               │   │   ├── grid
    │               │   │   │   └── grid.js
    │               │   │   ├── icons
    │               │   │   │   └── icons.js
    │               │   │   ├── indexed-list
    │               │   │   │   └── indexed-list.js
    │               │   │   ├── link
    │               │   │   │   └── link.js
    │               │   │   ├── list
    │               │   │   │   └── list.js
    │               │   │   ├── load-more
    │               │   │   │   └── load-more.js
    │               │   │   ├── nav-bar
    │               │   │   │   └── nav-bar.js
    │               │   │   ├── notice-bar
    │               │   │   │   └── notice-bar.js
    │               │   │   ├── number-box
    │               │   │   │   └── number-box.js
    │               │   │   ├── pagination
    │               │   │   │   └── pagination.js
    │               │   │   ├── popup
    │               │   │   │   └── popup.js
    │               │   │   ├── rate
    │               │   │   │   └── rate.js
    │               │   │   ├── search-bar
    │               │   │   │   └── search-bar.js
    │               │   │   ├── section
    │               │   │   │   └── section.js
    │               │   │   ├── segmented-control
    │               │   │   │   └── segmented-control.js
    │               │   │   ├── steps
    │               │   │   │   └── steps.js
    │               │   │   ├── swipe-action
    │               │   │   │   └── swipe-action.js
    │               │   │   ├── swiper-dot
    │               │   │   │   └── swiper-dot.js
    │               │   │   ├── tag
    │               │   │   │   └── tag.js
    │               │   │   ├── title
    │               │   │   │   └── title.js
    │               │   │   └── transition
    │               │   │       └── transition.js
    │               │   ├── tabBar
    │               │   │   ├── API
    │               │   │   │   └── API.js
    │               │   │   ├── component
    │               │   │   │   └── component.js
    │               │   │   ├── extUI
    │               │   │   │   └── extUI.js
    │               │   │   └── template
    │               │   │       └── template.js
    │               │   └── template
    │               │       ├── swiper-list
    │               │       │   └── swiper-list.js
    │               │       ├── swiper-list-nvue
    │               │       │   └── swiper-list-nvue.js
    │               │       ├── swiper-vertical
    │               │       │   └── swiper-vertical.js
    │               │       └── tabbar
    │               │           └── tabbar.js
    │               ├── static
    │               │   ├── 60x60.png
    │               │   ├── api.png
    │               │   ├── apiHL.png
    │               │   ├── apiIndex.png
    │               │   ├── app-plus
    │               │   │   ├── location@3x.png
    │               │   │   └── uni@2x.png
    │               │   ├── c1.png
    │               │   ├── c2.png
    │               │   ├── c3.png
    │               │   ├── c4.png
    │               │   ├── c5.png
    │               │   ├── c6.png
    │               │   ├── c7.png
    │               │   ├── c8.png
    │               │   ├── c9.png
    │               │   ├── compass.png
    │               │   ├── component.png
    │               │   ├── componentHL.png
    │               │   ├── componentIndex.png
    │               │   ├── extui.png
    │               │   ├── extuiHL.png
    │               │   ├── extuiIndex.png
    │               │   ├── location.png
    │               │   ├── logo.png
    │               │   ├── menu.png
    │               │   ├── nav.png
    │               │   ├── pause.png
    │               │   ├── play.png
    │               │   ├── plus.png
    │               │   ├── record.png
    │               │   ├── shuijiao.jpg
    │               │   ├── stop.png
    │               │   ├── template.png
    │               │   ├── templateHL.png
    │               │   ├── templateIndex.png
    │               │   ├── trash.png
    │               │   ├── uni.png
    │               │   └── uni.ttf
    │               ├── view.css
    │               └── view.umd.min.js
    └── wxcomponents
        └── vant
            ├── button
            │   ├── index.d.ts
            │   ├── index.js
            │   ├── index.json
            │   ├── index.vue
            │   ├── index.wxml
            │   └── index.wxss
            ├── common
            │   ├── color.d.ts
            │   ├── color.js
            │   ├── component.d.ts
            │   ├── component.js
            │   ├── index.css
            │   ├── index.wxss
            │   ├── style
            │   │   ├── clearfix.css
            │   │   ├── clearfix.wxss
            │   │   ├── ellipsis.css
            │   │   ├── ellipsis.wxss
            │   │   ├── hairline.css
            │   │   ├── hairline.wxss
            │   │   ├── mixins
            │   │   │   ├── clearfix.css
            │   │   │   ├── clearfix.wxss
            │   │   │   ├── ellipsis.css
            │   │   │   ├── ellipsis.wxss
            │   │   │   ├── hairline.css
            │   │   │   └── hairline.wxss
            │   │   ├── theme.css
            │   │   ├── theme.wxss
            │   │   ├── var.css
            │   │   └── var.wxss
            │   ├── utils.d.ts
            │   └── utils.js
            ├── icon
            │   ├── index.d.ts
            │   ├── index.js
            │   ├── index.json
            │   ├── index.vue
            │   ├── index.wxml
            │   └── index.wxss
            ├── info
            │   ├── index.d.ts
            │   ├── index.js
            │   ├── index.json
            │   ├── index.vue
            │   ├── index.wxml
            │   └── index.wxss
            ├── loading
            │   ├── index.d.ts
            │   ├── index.js
            │   ├── index.json
            │   ├── index.vue
            │   ├── index.wxml
            │   └── index.wxss
            ├── mixins
            │   ├── basic.d.ts
            │   ├── basic.js
            │   ├── button.d.ts
            │   ├── button.js
            │   ├── link.d.ts
            │   ├── link.js
            │   ├── observer
            │   │   ├── behavior.d.ts
            │   │   ├── behavior.js
            │   │   ├── index.d.ts
            │   │   └── index.js
            │   ├── open-type.d.ts
            │   ├── open-type.js
            │   ├── touch.d.ts
            │   ├── touch.js
            │   ├── transition.d.ts
            │   └── transition.js
            └── wxs
                ├── array.wxs
                ├── bem.wxs
                ├── memoize.wxs
                ├── object.wxs
                └── utils.wxs

378 directories, 791 files



标签: UI

实例下载地址

HellUniapp官方实例源码:Builer,uniapp实例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警