实例介绍
【实例简介】前端(unillapp_进销存扫码、订单等)、后端(C#)
【实例截图】




【核心代码】
.
├── Mode
│ ├── App.vue
│ ├── LICENSE
│ ├── README.md
│ ├── changelog.md
│ ├── 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
│ │ │ └── page-foot.vue
│ │ ├── page-head
│ │ │ └── page-head.vue
│ │ ├── product.vue
│ │ ├── tab-nvue
│ │ │ └── mediaList.vue
│ │ ├── u-charts
│ │ │ └── u-charts.js
│ │ └── u-link
│ │ └── u-link.vue
│ ├── hybrid
│ │ └── html
│ │ └── local.html
│ ├── index.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
│ │ │ ├── full-screen-video-ad
│ │ │ │ └── full-screen-video-ad.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
│ │ │ │ ├── indexscan-code.vue
│ │ │ │ └── scan-code.vue
│ │ │ ├── set-navigation-bar-title
│ │ │ │ ├── set-navigation-bar-title.test.js
│ │ │ │ └── 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
│ │ ├── APP
│ │ │ └── modeapp.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
│ │ │ │ └── iconfont.ttf
│ │ │ ├── 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.test.js
│ │ │ │ └── view.vue
│ │ │ ├── web-view
│ │ │ │ └── web-view.vue
│ │ │ └── web-view-local
│ │ │ └── web-view-local.vue
│ │ ├── error
│ │ │ └── 404.vue
│ │ ├── extUI
│ │ │ ├── badge
│ │ │ │ └── badge.vue
│ │ │ ├── breadcrumb
│ │ │ │ └── breadcrumb.vue
│ │ │ ├── button
│ │ │ │ └── button.vue
│ │ │ ├── calendar
│ │ │ │ └── calendar.vue
│ │ │ ├── card
│ │ │ │ └── card.nvue
│ │ │ ├── collapse
│ │ │ │ └── collapse.vue
│ │ │ ├── color
│ │ │ │ └── color.nvue
│ │ │ ├── combox
│ │ │ │ └── combox.vue
│ │ │ ├── countdown
│ │ │ │ └── countdown.nvue
│ │ │ ├── data-checkbox
│ │ │ │ └── data-checkbox.vue
│ │ │ ├── data-indexed-list
│ │ │ │ └── data-indexed-list.vue
│ │ │ ├── data-picker
│ │ │ │ └── data-picker.nvue
│ │ │ ├── data-select
│ │ │ │ └── data-select.vue
│ │ │ ├── dateformat
│ │ │ │ └── dateformat.vue
│ │ │ ├── datetime-picker
│ │ │ │ └── datetime-picker.vue
│ │ │ ├── drawer
│ │ │ │ └── drawer.vue
│ │ │ ├── easyinput
│ │ │ │ └── easyinput.vue
│ │ │ ├── fab
│ │ │ │ └── fab.vue
│ │ │ ├── fav
│ │ │ │ └── fav.vue
│ │ │ ├── file-picker
│ │ │ │ └── file-picker.vue
│ │ │ ├── font
│ │ │ │ └── font.nvue
│ │ │ ├── forms
│ │ │ │ └── forms.vue
│ │ │ ├── goods-nav
│ │ │ │ └── goods-nav.nvue
│ │ │ ├── grid
│ │ │ │ └── grid.nvue
│ │ │ ├── group
│ │ │ │ └── group.vue
│ │ │ ├── icons
│ │ │ │ └── icons.nvue
│ │ │ ├── indexed-list
│ │ │ │ └── indexed-list.nvue
│ │ │ ├── link
│ │ │ │ └── link.vue
│ │ │ ├── list
│ │ │ │ ├── chat.vue
│ │ │ │ └── list.nvue
│ │ │ ├── load-more
│ │ │ │ └── load-more.nvue
│ │ │ ├── nav-bar
│ │ │ │ └── nav-bar.nvue
│ │ │ ├── notice-bar
│ │ │ │ └── notice-bar.vue
│ │ │ ├── number-box
│ │ │ │ └── number-box.nvue
│ │ │ ├── pagination
│ │ │ │ └── pagination.vue
│ │ │ ├── popup
│ │ │ │ └── popup.vue
│ │ │ ├── radius
│ │ │ │ └── radius.nvue
│ │ │ ├── rate
│ │ │ │ └── rate.nvue
│ │ │ ├── row
│ │ │ │ └── row.vue
│ │ │ ├── search-bar
│ │ │ │ └── search-bar.vue
│ │ │ ├── section
│ │ │ │ └── section.vue
│ │ │ ├── segmented-control
│ │ │ │ └── segmented-control.vue
│ │ │ ├── space
│ │ │ │ └── space.nvue
│ │ │ ├── steps
│ │ │ │ └── steps.vue
│ │ │ ├── swipe-action
│ │ │ │ └── swipe-action.vue
│ │ │ ├── swiper-dot
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── indexswiper-dot.nvue
│ │ │ │ └── swiper-dot.nvue
│ │ │ ├── table
│ │ │ │ ├── table.vue
│ │ │ │ └── tableData.js
│ │ │ ├── tag
│ │ │ │ └── tag.nvue
│ │ │ ├── title
│ │ │ │ └── title.vue
│ │ │ ├── tooltip
│ │ │ │ └── tooltip.vue
│ │ │ └── transition
│ │ │ └── transition.vue
│ │ ├── tabBar
│ │ │ ├── API
│ │ │ │ └── API.nvue
│ │ │ ├── component
│ │ │ │ ├── component.nvue
│ │ │ │ └── component.test.js
│ │ │ ├── extUI
│ │ │ │ ├── extUI.nvue
│ │ │ │ ├── extUI.test.js
│ │ │ │ └── index.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
│ │ │ ├── ecldetails.vue
│ │ │ └── list2detail-detail.vue
│ │ ├── list2detail-list
│ │ │ ├── ecl.vue
│ │ │ └── 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
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 60x60.png
│ │ ├── api.png
│ │ ├── apiHL.png
│ │ ├── apiIndex.png
│ │ ├── app-plus
│ │ │ ├── location@3x.png
│ │ │ └── uni@2x.png
│ │ ├── bb.png
│ │ ├── c1.png
│ │ ├── c2.png
│ │ ├── c3.png
│ │ ├── c4.png
│ │ ├── c5.png
│ │ ├── c6.png
│ │ ├── c7.png
│ │ ├── c8.png
│ │ ├── c9.png
│ │ ├── cg.png
│ │ ├── ck.png
│ │ ├── compass.png
│ │ ├── component.png
│ │ ├── componentHL.png
│ │ ├── componentIndex.png
│ │ ├── customicons.css
│ │ ├── customicons.ttf
│ │ ├── dd.png
│ │ ├── extui.png
│ │ ├── extuiHL.png
│ │ ├── extuiIndex.png
│ │ ├── home-active.png
│ │ ├── home.png
│ │ ├── iconfont.css
│ │ ├── iconfont.ttf
│ │ ├── icons
│ │ │ ├── badge.png
│ │ │ ├── button.png
│ │ │ ├── calendar.png
│ │ │ ├── card.png
│ │ │ ├── collapse.png
│ │ │ ├── color.png
│ │ │ ├── combox.png
│ │ │ ├── countdown.png
│ │ │ ├── data-checkbox.png
│ │ │ ├── data-picker.png
│ │ │ ├── dateformat.png
│ │ │ ├── datetime-picker.png
│ │ │ ├── drawer.png
│ │ │ ├── easyinput.png
│ │ │ ├── fab.png
│ │ │ ├── fav.png
│ │ │ ├── file-picker.png
│ │ │ ├── font.png
│ │ │ ├── forms.png
│ │ │ ├── goods-nav.png
│ │ │ ├── grid.png
│ │ │ ├── group.png
│ │ │ ├── icons.png
│ │ │ ├── indexed-list.png
│ │ │ ├── link.png
│ │ │ ├── list.png
│ │ │ ├── load-more.png
│ │ │ ├── nav-bar.png
│ │ │ ├── notice-bar.png
│ │ │ ├── number-box.png
│ │ │ ├── pagination.png
│ │ │ ├── popup.png
│ │ │ ├── radius.png
│ │ │ ├── rate.png
│ │ │ ├── row.png
│ │ │ ├── search-bar.png
│ │ │ ├── section.png
│ │ │ ├── segmented-control.png
│ │ │ ├── space.png
│ │ │ ├── steps.png
│ │ │ ├── swipe-action.png
│ │ │ ├── swiper-dot.png
│ │ │ ├── tag.png
│ │ │ ├── title.png
│ │ │ └── transition.png
│ │ ├── image
│ │ │ ├── uniui-header-bg.png
│ │ │ └── uniui-logo.png
│ │ ├── image-active.png
│ │ ├── image.png
│ │ ├── location.png
│ │ ├── logo.png
│ │ ├── menu.png
│ │ ├── nav.png
│ │ ├── pause.png
│ │ ├── play.png
│ │ ├── plus.png
│ │ ├── record.png
│ │ ├── sc.png
│ │ ├── shuijiao.jpg
│ │ ├── sm.png
│ │ ├── sm1.png
│ │ ├── sm2.png
│ │ ├── sm4.png
│ │ ├── star-active.png
│ │ ├── star.png
│ │ ├── stop.png
│ │ ├── sy.png
│ │ ├── template.png
│ │ ├── templateHL.png
│ │ ├── templateIndex.png
│ │ ├── trash.png
│ │ ├── uni.png
│ │ ├── uni.ttf
│ │ └── xs.png
│ ├── store
│ │ └── index.js
│ ├── template.h5.html
│ ├── uni.scss
│ ├── uni_modules
│ │ ├── uni-badge
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-badge
│ │ │ │ └── uni-badge.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-breadcrumb
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-breadcrumb
│ │ │ │ │ └── uni-breadcrumb.vue
│ │ │ │ └── uni-breadcrumb-item
│ │ │ │ └── uni-breadcrumb-item.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-calendar
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-calendar
│ │ │ │ ├── calendar.js
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ ├── uni-calendar-item.vue
│ │ │ │ ├── uni-calendar.vue
│ │ │ │ └── util.js
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-card
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-card
│ │ │ │ └── uni-card.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-collapse
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-collapse
│ │ │ │ │ └── uni-collapse.vue
│ │ │ │ └── uni-collapse-item
│ │ │ │ └── uni-collapse-item.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-combox
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-combox
│ │ │ │ └── uni-combox.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-config-center
│ │ │ ├── changelog.md
│ │ │ ├── package.json
│ │ │ ├── readme.md
│ │ │ └── uniCloud
│ │ │ └── cloudfunctions
│ │ │ └── common
│ │ │ └── uni-config-center
│ │ │ ├── index.js
│ │ │ └── package.json
│ │ ├── uni-countdown
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-countdown
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ └── uni-countdown.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-data-checkbox
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-data-checkbox
│ │ │ │ └── uni-data-checkbox.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-data-picker
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-data-picker
│ │ │ │ │ ├── keypress.js
│ │ │ │ │ └── uni-data-picker.vue
│ │ │ │ └── uni-data-pickerview
│ │ │ │ ├── uni-data-picker.js
│ │ │ │ └── uni-data-pickerview.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-data-select
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-data-select
│ │ │ │ └── uni-data-select.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-dateformat
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-dateformat
│ │ │ │ ├── date-format.js
│ │ │ │ └── uni-dateformat.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-datetime-picker
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-datetime-picker
│ │ │ │ ├── calendar-item.vue
│ │ │ │ ├── calendar.js
│ │ │ │ ├── calendar.vue
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ ├── keypress.js
│ │ │ │ ├── time-picker.vue
│ │ │ │ ├── uni-datetime-picker copy.vue
│ │ │ │ ├── uni-datetime-picker.vue
│ │ │ │ └── util.js
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-drawer
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-drawer
│ │ │ │ ├── keypress.js
│ │ │ │ └── uni-drawer.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-easyinput
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-easyinput
│ │ │ │ ├── common.js
│ │ │ │ └── uni-easyinput.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-fab
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-fab
│ │ │ │ ├── uni-fab.vue
│ │ │ │ └── uni-fab.vue.bak
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-fav
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-fav
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ └── uni-fav.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-file-picker
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-file-picker
│ │ │ │ ├── choose-and-upload-file.js
│ │ │ │ ├── uni-file-picker.vue
│ │ │ │ ├── upload-file.vue
│ │ │ │ ├── upload-image.vue
│ │ │ │ └── utils.js
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-forms
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-forms
│ │ │ │ │ ├── uni-forms.vue
│ │ │ │ │ ├── utils.js
│ │ │ │ │ └── validate.js
│ │ │ │ └── uni-forms-item
│ │ │ │ └── uni-forms-item.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-goods-nav
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-goods-nav
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ └── uni-goods-nav.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-grid
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-grid
│ │ │ │ │ └── uni-grid.vue
│ │ │ │ └── uni-grid-item
│ │ │ │ └── uni-grid-item.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-group
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-group
│ │ │ │ └── uni-group.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-icons
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-icons
│ │ │ │ ├── icons.js
│ │ │ │ ├── uni-icons.vue
│ │ │ │ ├── uni.ttf
│ │ │ │ ├── uniicons.css
│ │ │ │ └── uniicons.ttf
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-id
│ │ │ ├── changelog.md
│ │ │ ├── package.json
│ │ │ ├── readme.md
│ │ │ ├── uni-id.zip
│ │ │ └── uniCloud
│ │ │ └── cloudfunctions
│ │ │ └── common
│ │ │ └── uni-id
│ │ │ ├── LICENSE.md
│ │ │ ├── index.js
│ │ │ └── package.json
│ │ ├── uni-indexed-list
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-indexed-list
│ │ │ │ ├── uni-indexed-list-item.vue
│ │ │ │ └── uni-indexed-list.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-link
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-link
│ │ │ │ └── uni-link.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-list
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-list
│ │ │ │ │ ├── uni-list - 副本.vue
│ │ │ │ │ ├── uni-list.vue
│ │ │ │ │ ├── uni-refresh.vue
│ │ │ │ │ └── uni-refresh.wxs
│ │ │ │ ├── uni-list-ad
│ │ │ │ │ └── uni-list-ad.vue
│ │ │ │ ├── uni-list-chat
│ │ │ │ │ ├── uni-list-chat.scss
│ │ │ │ │ └── uni-list-chat.vue
│ │ │ │ └── uni-list-item
│ │ │ │ └── uni-list-item.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-load-more
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-load-more
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ └── uni-load-more.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-nav-bar
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-nav-bar
│ │ │ │ ├── uni-nav-bar.vue
│ │ │ │ └── uni-status-bar.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-notice-bar
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-notice-bar
│ │ │ │ └── uni-notice-bar.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-number-box
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-number-box
│ │ │ │ └── uni-number-box.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-pagination
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-pagination
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── es.json
│ │ │ │ │ ├── fr.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ └── uni-pagination.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-popup
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-popup
│ │ │ │ │ ├── i18n
│ │ │ │ │ │ ├── en.json
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ │ └── zh-Hant.json
│ │ │ │ │ ├── keypress.js
│ │ │ │ │ ├── popup.js
│ │ │ │ │ └── uni-popup.vue
│ │ │ │ ├── uni-popup-dialog
│ │ │ │ │ ├── keypress.js
│ │ │ │ │ └── uni-popup-dialog.vue
│ │ │ │ ├── uni-popup-message
│ │ │ │ │ └── uni-popup-message.vue
│ │ │ │ └── uni-popup-share
│ │ │ │ └── uni-popup-share.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-rate
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-rate
│ │ │ │ └── uni-rate.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-row
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-col
│ │ │ │ │ └── uni-col.vue
│ │ │ │ └── uni-row
│ │ │ │ └── uni-row.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-scss
│ │ │ ├── changelog.md
│ │ │ ├── index.scss
│ │ │ ├── package.json
│ │ │ ├── readme.md
│ │ │ ├── styles
│ │ │ │ ├── index.scss
│ │ │ │ ├── setting
│ │ │ │ │ ├── _border.scss
│ │ │ │ │ ├── _color.scss
│ │ │ │ │ ├── _radius.scss
│ │ │ │ │ ├── _space.scss
│ │ │ │ │ ├── _styles.scss
│ │ │ │ │ ├── _text.scss
│ │ │ │ │ └── _variables.scss
│ │ │ │ └── tools
│ │ │ │ └── functions.scss
│ │ │ ├── theme.scss
│ │ │ └── variables.scss
│ │ ├── uni-search-bar
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-search-bar
│ │ │ │ ├── i18n
│ │ │ │ │ ├── en.json
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── zh-Hans.json
│ │ │ │ │ └── zh-Hant.json
│ │ │ │ └── uni-search-bar.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-section
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-section
│ │ │ │ └── uni-section.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-segmented-control
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-segmented-control
│ │ │ │ └── uni-segmented-control.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-steps
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-steps
│ │ │ │ └── uni-steps.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-swipe-action
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-swipe-action
│ │ │ │ │ └── uni-swipe-action.vue
│ │ │ │ └── uni-swipe-action-item
│ │ │ │ ├── bindingx.js
│ │ │ │ ├── index.wxs
│ │ │ │ ├── isPC.js
│ │ │ │ ├── mpalipay.js
│ │ │ │ ├── mpother.js
│ │ │ │ ├── mpwxs.js
│ │ │ │ ├── render.js
│ │ │ │ ├── uni-swipe-action-item.vue
│ │ │ │ └── wx.wxs
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-swiper-dot
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-swiper-dot
│ │ │ │ └── uni-swiper-dot.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-table
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ ├── uni-table
│ │ │ │ │ └── uni-table.vue
│ │ │ │ ├── uni-tbody
│ │ │ │ │ └── uni-tbody.vue
│ │ │ │ ├── uni-td
│ │ │ │ │ └── uni-td.vue
│ │ │ │ ├── uni-th
│ │ │ │ │ ├── filter-dropdown.vue
│ │ │ │ │ └── uni-th.vue
│ │ │ │ ├── uni-thead
│ │ │ │ │ └── uni-thead.vue
│ │ │ │ └── uni-tr
│ │ │ │ ├── table-checkbox.vue
│ │ │ │ └── uni-tr.vue
│ │ │ ├── i18n
│ │ │ │ ├── en.json
│ │ │ │ ├── es.json
│ │ │ │ ├── fr.json
│ │ │ │ ├── index.js
│ │ │ │ ├── zh-Hans.json
│ │ │ │ └── zh-Hant.json
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-tag
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-tag
│ │ │ │ └── uni-tag.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-title
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-title
│ │ │ │ └── uni-title.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-tooltip
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-tooltip
│ │ │ │ └── uni-tooltip.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ ├── uni-transition
│ │ │ ├── changelog.md
│ │ │ ├── components
│ │ │ │ └── uni-transition
│ │ │ │ ├── createAnimation.js
│ │ │ │ └── uni-transition.vue
│ │ │ ├── package.json
│ │ │ └── readme.md
│ │ └── uni-upgrade-center-app
│ │ ├── changelog.md
│ │ ├── images
│ │ │ ├── app_update_close.png
│ │ │ └── bg_top.png
│ │ ├── package.json
│ │ ├── pages
│ │ │ └── upgrade-popup.vue
│ │ ├── pages_init.json
│ │ ├── readme.md
│ │ ├── static
│ │ │ ├── app_update_close.png
│ │ │ └── bg_top.png
│ │ ├── uniCloud
│ │ │ └── cloudfunctions
│ │ │ ├── check-version
│ │ │ │ ├── check-version.param.json
│ │ │ │ └── index.js
│ │ │ ├── checkVersion
│ │ │ │ ├── checkVersion.param.json
│ │ │ │ ├── index.obj.js
│ │ │ │ └── package.json
│ │ │ └── temp.png
│ │ └── utils
│ │ ├── call-check-version.js
│ │ └── check-update.js
│ ├── unpackage
│ │ ├── cache
│ │ │ ├── cloudcertificate
│ │ │ └── wgt
│ │ │ └── __UNI__C76F303
│ │ │ ├── __uniappchooselocation.js
│ │ │ ├── __uniapperror.png
│ │ │ ├── __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.js.LICENSE.txt
│ │ │ │ │ ├── map-search
│ │ │ │ │ │ ├── map-search.js
│ │ │ │ │ │ └── map-search.js.LICENSE.txt
│ │ │ │ │ ├── navigator
│ │ │ │ │ │ └── new-page
│ │ │ │ │ │ ├── new-nvue-page-1.js
│ │ │ │ │ │ ├── new-nvue-page-1.js.LICENSE.txt
│ │ │ │ │ │ ├── new-nvue-page-2.js
│ │ │ │ │ │ └── new-nvue-page-2.js.LICENSE.txt
│ │ │ │ │ └── subnvue
│ │ │ │ │ └── subnvue
│ │ │ │ │ ├── drawer.js
│ │ │ │ │ ├── drawer.js.LICENSE.txt
│ │ │ │ │ ├── popup.js
│ │ │ │ │ ├── popup.js.LICENSE.txt
│ │ │ │ │ ├── video-mask.js
│ │ │ │ │ └── video-mask.js.LICENSE.txt
│ │ │ │ ├── component
│ │ │ │ │ ├── cover-view
│ │ │ │ │ │ ├── cover-view.js
│ │ │ │ │ │ └── cover-view.js.LICENSE.txt
│ │ │ │ │ ├── input
│ │ │ │ │ │ ├── input.js
│ │ │ │ │ │ └── input.js.LICENSE.txt
│ │ │ │ │ ├── map
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ └── map.js.LICENSE.txt
│ │ │ │ │ └── video
│ │ │ │ │ ├── video.js
│ │ │ │ │ └── video.js.LICENSE.txt
│ │ │ │ ├── extUI
│ │ │ │ │ ├── card
│ │ │ │ │ │ ├── card.js
│ │ │ │ │ │ └── card.js.LICENSE.txt
│ │ │ │ │ ├── color
│ │ │ │ │ │ ├── color.js
│ │ │ │ │ │ └── color.js.LICENSE.txt
│ │ │ │ │ ├── countdown
│ │ │ │ │ │ ├── countdown.js
│ │ │ │ │ │ └── countdown.js.LICENSE.txt
│ │ │ │ │ ├── data-picker
│ │ │ │ │ │ ├── data-picker.js
│ │ │ │ │ │ └── data-picker.js.LICENSE.txt
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── font.js
│ │ │ │ │ │ └── font.js.LICENSE.txt
│ │ │ │ │ ├── goods-nav
│ │ │ │ │ │ ├── goods-nav.js
│ │ │ │ │ │ └── goods-nav.js.LICENSE.txt
│ │ │ │ │ ├── grid
│ │ │ │ │ │ ├── grid.js
│ │ │ │ │ │ └── grid.js.LICENSE.txt
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── icons.js
│ │ │ │ │ │ └── icons.js.LICENSE.txt
│ │ │ │ │ ├── indexed-list
│ │ │ │ │ │ ├── indexed-list.js
│ │ │ │ │ │ └── indexed-list.js.LICENSE.txt
│ │ │ │ │ ├── list
│ │ │ │ │ │ ├── list.js
│ │ │ │ │ │ └── list.js.LICENSE.txt
│ │ │ │ │ ├── load-more
│ │ │ │ │ │ ├── load-more.js
│ │ │ │ │ │ └── load-more.js.LICENSE.txt
│ │ │ │ │ ├── nav-bar
│ │ │ │ │ │ ├── nav-bar.js
│ │ │ │ │ │ └── nav-bar.js.LICENSE.txt
│ │ │ │ │ ├── number-box
│ │ │ │ │ │ ├── number-box.js
│ │ │ │ │ │ └── number-box.js.LICENSE.txt
│ │ │ │ │ ├── radius
│ │ │ │ │ │ ├── radius.js
│ │ │ │ │ │ └── radius.js.LICENSE.txt
│ │ │ │ │ ├── rate
│ │ │ │ │ │ ├── rate.js
│ │ │ │ │ │ └── rate.js.LICENSE.txt
│ │ │ │ │ ├── space
│ │ │ │ │ │ ├── space.js
│ │ │ │ │ │ └── space.js.LICENSE.txt
│ │ │ │ │ ├── swiper-dot
│ │ │ │ │ │ ├── indexswiper-dot.js
│ │ │ │ │ │ ├── indexswiper-dot.js.LICENSE.txt
│ │ │ │ │ │ ├── swiper-dot.js
│ │ │ │ │ │ └── swiper-dot.js.LICENSE.txt
│ │ │ │ │ └── tag
│ │ │ │ │ ├── tag.js
│ │ │ │ │ └── tag.js.LICENSE.txt
│ │ │ │ ├── tabBar
│ │ │ │ │ └── extUI
│ │ │ │ │ ├── extUI.js
│ │ │ │ │ └── extUI.js.LICENSE.txt
│ │ │ │ └── template
│ │ │ │ ├── swiper-list
│ │ │ │ │ ├── swiper-list.js
│ │ │ │ │ └── swiper-list.js.LICENSE.txt
│ │ │ │ ├── swiper-list-nvue
│ │ │ │ │ ├── swiper-list-nvue.js
│ │ │ │ │ └── swiper-list-nvue.js.LICENSE.txt
│ │ │ │ ├── swiper-vertical
│ │ │ │ │ ├── swiper-vertical.js
│ │ │ │ │ └── swiper-vertical.js.LICENSE.txt
│ │ │ │ └── tabbar
│ │ │ │ ├── tabbar.js
│ │ │ │ └── tabbar.js.LICENSE.txt
│ │ │ ├── static
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 60x60.png
│ │ │ │ ├── api.png
│ │ │ │ ├── apiHL.png
│ │ │ │ ├── apiIndex.png
│ │ │ │ ├── app-plus
│ │ │ │ │ ├── location@3x.png
│ │ │ │ │ └── uni@2x.png
│ │ │ │ ├── bb.png
│ │ │ │ ├── c1.png
│ │ │ │ ├── c2.png
│ │ │ │ ├── c3.png
│ │ │ │ ├── c4.png
│ │ │ │ ├── c5.png
│ │ │ │ ├── c6.png
│ │ │ │ ├── c7.png
│ │ │ │ ├── c8.png
│ │ │ │ ├── c9.png
│ │ │ │ ├── cg.png
│ │ │ │ ├── ck.png
│ │ │ │ ├── compass.png
│ │ │ │ ├── component.png
│ │ │ │ ├── componentHL.png
│ │ │ │ ├── componentIndex.png
│ │ │ │ ├── customicons.css
│ │ │ │ ├── customicons.ttf
│ │ │ │ ├── dd.png
│ │ │ │ ├── extui.png
│ │ │ │ ├── extuiHL.png
│ │ │ │ ├── extuiIndex.png
│ │ │ │ ├── home-active.png
│ │ │ │ ├── home.png
│ │ │ │ ├── iconfont.css
│ │ │ │ ├── iconfont.ttf
│ │ │ │ ├── icons
│ │ │ │ │ ├── badge.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── card.png
│ │ │ │ │ ├── collapse.png
│ │ │ │ │ ├── color.png
│ │ │ │ │ ├── combox.png
│ │ │ │ │ ├── countdown.png
│ │ │ │ │ ├── data-checkbox.png
│ │ │ │ │ ├── data-picker.png
│ │ │ │ │ ├── dateformat.png
│ │ │ │ │ ├── datetime-picker.png
│ │ │ │ │ ├── drawer.png
│ │ │ │ │ ├── easyinput.png
│ │ │ │ │ ├── fab.png
│ │ │ │ │ ├── fav.png
│ │ │ │ │ ├── file-picker.png
│ │ │ │ │ ├── font.png
│ │ │ │ │ ├── forms.png
│ │ │ │ │ ├── goods-nav.png
│ │ │ │ │ ├── grid.png
│ │ │ │ │ ├── group.png
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── indexed-list.png
│ │ │ │ │ ├── link.png
│ │ │ │ │ ├── list.png
│ │ │ │ │ ├── load-more.png
│ │ │ │ │ ├── nav-bar.png
│ │ │ │ │ ├── notice-bar.png
│ │ │ │ │ ├── number-box.png
│ │ │ │ │ ├── pagination.png
│ │ │ │ │ ├── popup.png
│ │ │ │ │ ├── radius.png
│ │ │ │ │ ├── rate.png
│ │ │ │ │ ├── row.png
│ │ │ │ │ ├── search-bar.png
│ │ │ │ │ ├── section.png
│ │ │ │ │ ├── segmented-control.png
│ │ │ │ │ ├── space.png
│ │ │ │ │ ├── steps.png
│ │ │ │ │ ├── swipe-action.png
│ │ │ │ │ ├── swiper-dot.png
│ │ │ │ │ ├── tag.png
│ │ │ │ │ ├── title.png
│ │ │ │ │ └── transition.png
│ │ │ │ ├── image
│ │ │ │ │ ├── uniui-header-bg.png
│ │ │ │ │ └── uniui-logo.png
│ │ │ │ ├── image-active.png
│ │ │ │ ├── image.png
│ │ │ │ ├── location.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu.png
│ │ │ │ ├── nav.png
│ │ │ │ ├── pause.png
│ │ │ │ ├── play.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── record.png
│ │ │ │ ├── sc.png
│ │ │ │ ├── shuijiao.jpg
│ │ │ │ ├── sm.png
│ │ │ │ ├── sm1.png
│ │ │ │ ├── sm2.png
│ │ │ │ ├── sm4.png
│ │ │ │ ├── star-active.png
│ │ │ │ ├── star.png
│ │ │ │ ├── stop.png
│ │ │ │ ├── sy.png
│ │ │ │ ├── template.png
│ │ │ │ ├── templateHL.png
│ │ │ │ ├── templateIndex.png
│ │ │ │ ├── trash.png
│ │ │ │ ├── uni.png
│ │ │ │ ├── uni.ttf
│ │ │ │ └── xs.png
│ │ │ ├── uni_modules
│ │ │ │ ├── uni-icons
│ │ │ │ │ └── components
│ │ │ │ │ └── uni-icons
│ │ │ │ │ └── uniicons.ttf
│ │ │ │ └── uni-upgrade-center-app
│ │ │ │ ├── images
│ │ │ │ │ ├── app_update_close.png
│ │ │ │ │ └── bg_top.png
│ │ │ │ └── static
│ │ │ │ ├── app_update_close.png
│ │ │ │ └── bg_top.png
│ │ │ ├── view.css
│ │ │ └── view.umd.min.js
│ │ ├── debug
│ │ │ └── android_debug.apk
│ │ └── dist
│ │ ├── build
│ │ │ └── app-plus
│ │ │ ├── __uniappchooselocation.js
│ │ │ ├── __uniapperror.png
│ │ │ ├── __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.js.LICENSE.txt
│ │ │ │ │ ├── map-search
│ │ │ │ │ │ ├── map-search.js
│ │ │ │ │ │ └── map-search.js.LICENSE.txt
│ │ │ │ │ ├── navigator
│ │ │ │ │ │ └── new-page
│ │ │ │ │ │ ├── new-nvue-page-1.js
│ │ │ │ │ │ ├── new-nvue-page-1.js.LICENSE.txt
│ │ │ │ │ │ ├── new-nvue-page-2.js
│ │ │ │ │ │ └── new-nvue-page-2.js.LICENSE.txt
│ │ │ │ │ └── subnvue
│ │ │ │ │ └── subnvue
│ │ │ │ │ ├── drawer.js
│ │ │ │ │ ├── drawer.js.LICENSE.txt
│ │ │ │ │ ├── popup.js
│ │ │ │ │ ├── popup.js.LICENSE.txt
│ │ │ │ │ ├── video-mask.js
│ │ │ │ │ └── video-mask.js.LICENSE.txt
│ │ │ │ ├── component
│ │ │ │ │ ├── cover-view
│ │ │ │ │ │ ├── cover-view.js
│ │ │ │ │ │ └── cover-view.js.LICENSE.txt
│ │ │ │ │ ├── input
│ │ │ │ │ │ ├── input.js
│ │ │ │ │ │ └── input.js.LICENSE.txt
│ │ │ │ │ ├── map
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ └── map.js.LICENSE.txt
│ │ │ │ │ └── video
│ │ │ │ │ ├── video.js
│ │ │ │ │ └── video.js.LICENSE.txt
│ │ │ │ ├── extUI
│ │ │ │ │ ├── card
│ │ │ │ │ │ ├── card.js
│ │ │ │ │ │ └── card.js.LICENSE.txt
│ │ │ │ │ ├── color
│ │ │ │ │ │ ├── color.js
│ │ │ │ │ │ └── color.js.LICENSE.txt
│ │ │ │ │ ├── countdown
│ │ │ │ │ │ ├── countdown.js
│ │ │ │ │ │ └── countdown.js.LICENSE.txt
│ │ │ │ │ ├── data-picker
│ │ │ │ │ │ ├── data-picker.js
│ │ │ │ │ │ └── data-picker.js.LICENSE.txt
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── font.js
│ │ │ │ │ │ └── font.js.LICENSE.txt
│ │ │ │ │ ├── goods-nav
│ │ │ │ │ │ ├── goods-nav.js
│ │ │ │ │ │ └── goods-nav.js.LICENSE.txt
│ │ │ │ │ ├── grid
│ │ │ │ │ │ ├── grid.js
│ │ │ │ │ │ └── grid.js.LICENSE.txt
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── icons.js
│ │ │ │ │ │ └── icons.js.LICENSE.txt
│ │ │ │ │ ├── indexed-list
│ │ │ │ │ │ ├── indexed-list.js
│ │ │ │ │ │ └── indexed-list.js.LICENSE.txt
│ │ │ │ │ ├── list
│ │ │ │ │ │ ├── list.js
│ │ │ │ │ │ └── list.js.LICENSE.txt
│ │ │ │ │ ├── load-more
│ │ │ │ │ │ ├── load-more.js
│ │ │ │ │ │ └── load-more.js.LICENSE.txt
│ │ │ │ │ ├── nav-bar
│ │ │ │ │ │ ├── nav-bar.js
│ │ │ │ │ │ └── nav-bar.js.LICENSE.txt
│ │ │ │ │ ├── number-box
│ │ │ │ │ │ ├── number-box.js
│ │ │ │ │ │ └── number-box.js.LICENSE.txt
│ │ │ │ │ ├── radius
│ │ │ │ │ │ ├── radius.js
│ │ │ │ │ │ └── radius.js.LICENSE.txt
│ │ │ │ │ ├── rate
│ │ │ │ │ │ ├── rate.js
│ │ │ │ │ │ └── rate.js.LICENSE.txt
│ │ │ │ │ ├── space
│ │ │ │ │ │ ├── space.js
│ │ │ │ │ │ └── space.js.LICENSE.txt
│ │ │ │ │ ├── swiper-dot
│ │ │ │ │ │ ├── indexswiper-dot.js
│ │ │ │ │ │ ├── indexswiper-dot.js.LICENSE.txt
│ │ │ │ │ │ ├── swiper-dot.js
│ │ │ │ │ │ └── swiper-dot.js.LICENSE.txt
│ │ │ │ │ └── tag
│ │ │ │ │ ├── tag.js
│ │ │ │ │ └── tag.js.LICENSE.txt
│ │ │ │ ├── tabBar
│ │ │ │ │ └── extUI
│ │ │ │ │ ├── extUI.js
│ │ │ │ │ └── extUI.js.LICENSE.txt
│ │ │ │ └── template
│ │ │ │ ├── swiper-list
│ │ │ │ │ ├── swiper-list.js
│ │ │ │ │ └── swiper-list.js.LICENSE.txt
│ │ │ │ ├── swiper-list-nvue
│ │ │ │ │ ├── swiper-list-nvue.js
│ │ │ │ │ └── swiper-list-nvue.js.LICENSE.txt
│ │ │ │ ├── swiper-vertical
│ │ │ │ │ ├── swiper-vertical.js
│ │ │ │ │ └── swiper-vertical.js.LICENSE.txt
│ │ │ │ └── tabbar
│ │ │ │ ├── tabbar.js
│ │ │ │ └── tabbar.js.LICENSE.txt
│ │ │ ├── static
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 60x60.png
│ │ │ │ ├── api.png
│ │ │ │ ├── apiHL.png
│ │ │ │ ├── apiIndex.png
│ │ │ │ ├── app-plus
│ │ │ │ │ ├── location@3x.png
│ │ │ │ │ └── uni@2x.png
│ │ │ │ ├── bb.png
│ │ │ │ ├── c1.png
│ │ │ │ ├── c2.png
│ │ │ │ ├── c3.png
│ │ │ │ ├── c4.png
│ │ │ │ ├── c5.png
│ │ │ │ ├── c6.png
│ │ │ │ ├── c7.png
│ │ │ │ ├── c8.png
│ │ │ │ ├── c9.png
│ │ │ │ ├── cg.png
│ │ │ │ ├── ck.png
│ │ │ │ ├── compass.png
│ │ │ │ ├── component.png
│ │ │ │ ├── componentHL.png
│ │ │ │ ├── componentIndex.png
│ │ │ │ ├── customicons.css
│ │ │ │ ├── customicons.ttf
│ │ │ │ ├── dd.png
│ │ │ │ ├── extui.png
│ │ │ │ ├── extuiHL.png
│ │ │ │ ├── extuiIndex.png
│ │ │ │ ├── home-active.png
│ │ │ │ ├── home.png
│ │ │ │ ├── iconfont.css
│ │ │ │ ├── iconfont.ttf
│ │ │ │ ├── icons
│ │ │ │ │ ├── badge.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── card.png
│ │ │ │ │ ├── collapse.png
│ │ │ │ │ ├── color.png
│ │ │ │ │ ├── combox.png
│ │ │ │ │ ├── countdown.png
│ │ │ │ │ ├── data-checkbox.png
│ │ │ │ │ ├── data-picker.png
│ │ │ │ │ ├── dateformat.png
│ │ │ │ │ ├── datetime-picker.png
│ │ │ │ │ ├── drawer.png
│ │ │ │ │ ├── easyinput.png
│ │ │ │ │ ├── fab.png
│ │ │ │ │ ├── fav.png
│ │ │ │ │ ├── file-picker.png
│ │ │ │ │ ├── font.png
│ │ │ │ │ ├── forms.png
│ │ │ │ │ ├── goods-nav.png
│ │ │ │ │ ├── grid.png
│ │ │ │ │ ├── group.png
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── indexed-list.png
│ │ │ │ │ ├── link.png
│ │ │ │ │ ├── list.png
│ │ │ │ │ ├── load-more.png
│ │ │ │ │ ├── nav-bar.png
│ │ │ │ │ ├── notice-bar.png
│ │ │ │ │ ├── number-box.png
│ │ │ │ │ ├── pagination.png
│ │ │ │ │ ├── popup.png
│ │ │ │ │ ├── radius.png
│ │ │ │ │ ├── rate.png
│ │ │ │ │ ├── row.png
│ │ │ │ │ ├── search-bar.png
│ │ │ │ │ ├── section.png
│ │ │ │ │ ├── segmented-control.png
│ │ │ │ │ ├── space.png
│ │ │ │ │ ├── steps.png
│ │ │ │ │ ├── swipe-action.png
│ │ │ │ │ ├── swiper-dot.png
│ │ │ │ │ ├── tag.png
│ │ │ │ │ ├── title.png
│ │ │ │ │ └── transition.png
│ │ │ │ ├── image
│ │ │ │ │ ├── uniui-header-bg.png
│ │ │ │ │ └── uniui-logo.png
│ │ │ │ ├── image-active.png
│ │ │ │ ├── image.png
│ │ │ │ ├── location.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu.png
│ │ │ │ ├── nav.png
│ │ │ │ ├── pause.png
│ │ │ │ ├── play.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── record.png
│ │ │ │ ├── sc.png
│ │ │ │ ├── shuijiao.jpg
│ │ │ │ ├── sm.png
│ │ │ │ ├── sm1.png
│ │ │ │ ├── sm2.png
│ │ │ │ ├── sm4.png
│ │ │ │ ├── star-active.png
│ │ │ │ ├── star.png
│ │ │ │ ├── stop.png
│ │ │ │ ├── sy.png
│ │ │ │ ├── template.png
│ │ │ │ ├── templateHL.png
│ │ │ │ ├── templateIndex.png
│ │ │ │ ├── trash.png
│ │ │ │ ├── uni.png
│ │ │ │ ├── uni.ttf
│ │ │ │ └── xs.png
│ │ │ ├── uni_modules
│ │ │ │ ├── uni-icons
│ │ │ │ │ └── components
│ │ │ │ │ └── uni-icons
│ │ │ │ │ └── uniicons.ttf
│ │ │ │ └── uni-upgrade-center-app
│ │ │ │ ├── images
│ │ │ │ │ ├── app_update_close.png
│ │ │ │ │ └── bg_top.png
│ │ │ │ └── static
│ │ │ │ ├── app_update_close.png
│ │ │ │ └── bg_top.png
│ │ │ ├── view.css
│ │ │ └── view.umd.min.js
│ │ └── dev
│ │ └── app-plus
│ │ ├── __uniappchooselocation.js
│ │ ├── __uniapperror.png
│ │ ├── __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
│ │ │ │ ├── card
│ │ │ │ │ └── card.js
│ │ │ │ ├── color
│ │ │ │ │ └── color.js
│ │ │ │ ├── countdown
│ │ │ │ │ └── countdown.js
│ │ │ │ ├── data-picker
│ │ │ │ │ └── data-picker.js
│ │ │ │ ├── font
│ │ │ │ │ └── font.js
│ │ │ │ ├── goods-nav
│ │ │ │ │ └── goods-nav.js
│ │ │ │ ├── grid
│ │ │ │ │ └── grid.js
│ │ │ │ ├── icons
│ │ │ │ │ └── icons.js
│ │ │ │ ├── indexed-list
│ │ │ │ │ └── indexed-list.js
│ │ │ │ ├── list
│ │ │ │ │ └── list.js
│ │ │ │ ├── load-more
│ │ │ │ │ └── load-more.js
│ │ │ │ ├── nav-bar
│ │ │ │ │ └── nav-bar.js
│ │ │ │ ├── number-box
│ │ │ │ │ └── number-box.js
│ │ │ │ ├── radius
│ │ │ │ │ └── radius.js
│ │ │ │ ├── rate
│ │ │ │ │ └── rate.js
│ │ │ │ ├── space
│ │ │ │ │ └── space.js
│ │ │ │ ├── swiper-dot
│ │ │ │ │ ├── indexswiper-dot.js
│ │ │ │ │ └── swiper-dot.js
│ │ │ │ └── tag
│ │ │ │ └── tag.js
│ │ │ ├── tabBar
│ │ │ │ └── extUI
│ │ │ │ └── extUI.js
│ │ │ └── template
│ │ │ ├── swiper-list
│ │ │ │ └── swiper-list.js
│ │ │ ├── swiper-list-nvue
│ │ │ │ └── swiper-list-nvue.js
│ │ │ ├── swiper-vertical
│ │ │ │ └── swiper-vertical.js
│ │ │ └── tabbar
│ │ │ └── tabbar.js
│ │ ├── static
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 60x60.png
│ │ │ ├── api.png
│ │ │ ├── apiHL.png
│ │ │ ├── apiIndex.png
│ │ │ ├── app-plus
│ │ │ │ ├── location@3x.png
│ │ │ │ └── uni@2x.png
│ │ │ ├── bb.png
│ │ │ ├── c1.png
│ │ │ ├── c2.png
│ │ │ ├── c3.png
│ │ │ ├── c4.png
│ │ │ ├── c5.png
│ │ │ ├── c6.png
│ │ │ ├── c7.png
│ │ │ ├── c8.png
│ │ │ ├── c9.png
│ │ │ ├── cg.png
│ │ │ ├── ck.png
│ │ │ ├── compass.png
│ │ │ ├── component.png
│ │ │ ├── componentHL.png
│ │ │ ├── componentIndex.png
│ │ │ ├── customicons.css
│ │ │ ├── customicons.ttf
│ │ │ ├── dd.png
│ │ │ ├── extui.png
│ │ │ ├── extuiHL.png
│ │ │ ├── extuiIndex.png
│ │ │ ├── home-active.png
│ │ │ ├── home.png
│ │ │ ├── iconfont.css
│ │ │ ├── iconfont.ttf
│ │ │ ├── icons
│ │ │ │ ├── badge.png
│ │ │ │ ├── button.png
│ │ │ │ ├── calendar.png
│ │ │ │ ├── card.png
│ │ │ │ ├── collapse.png
│ │ │ │ ├── color.png
│ │ │ │ ├── combox.png
│ │ │ │ ├── countdown.png
│ │ │ │ ├── data-checkbox.png
│ │ │ │ ├── data-picker.png
│ │ │ │ ├── dateformat.png
│ │ │ │ ├── datetime-picker.png
│ │ │ │ ├── drawer.png
│ │ │ │ ├── easyinput.png
│ │ │ │ ├── fab.png
│ │ │ │ ├── fav.png
│ │ │ │ ├── file-picker.png
│ │ │ │ ├── font.png
│ │ │ │ ├── forms.png
│ │ │ │ ├── goods-nav.png
│ │ │ │ ├── grid.png
│ │ │ │ ├── group.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── indexed-list.png
│ │ │ │ ├── link.png
│ │ │ │ ├── list.png
│ │ │ │ ├── load-more.png
│ │ │ │ ├── nav-bar.png
│ │ │ │ ├── notice-bar.png
│ │ │ │ ├── number-box.png
│ │ │ │ ├── pagination.png
│ │ │ │ ├── popup.png
│ │ │ │ ├── radius.png
│ │ │ │ ├── rate.png
│ │ │ │ ├── row.png
│ │ │ │ ├── search-bar.png
│ │ │ │ ├── section.png
│ │ │ │ ├── segmented-control.png
│ │ │ │ ├── space.png
│ │ │ │ ├── steps.png
│ │ │ │ ├── swipe-action.png
│ │ │ │ ├── swiper-dot.png
│ │ │ │ ├── tag.png
│ │ │ │ ├── title.png
│ │ │ │ └── transition.png
│ │ │ ├── image
│ │ │ │ ├── uniui-header-bg.png
│ │ │ │ └── uniui-logo.png
│ │ │ ├── image-active.png
│ │ │ ├── image.png
│ │ │ ├── location.png
│ │ │ ├── logo.png
│ │ │ ├── menu.png
│ │ │ ├── nav.png
│ │ │ ├── pause.png
│ │ │ ├── play.png
│ │ │ ├── plus.png
│ │ │ ├── record.png
│ │ │ ├── sc.png
│ │ │ ├── shuijiao.jpg
│ │ │ ├── sm.png
│ │ │ ├── sm1.png
│ │ │ ├── sm2.png
│ │ │ ├── sm4.png
│ │ │ ├── star-active.png
│ │ │ ├── star.png
│ │ │ ├── stop.png
│ │ │ ├── sy.png
│ │ │ ├── template.png
│ │ │ ├── templateHL.png
│ │ │ ├── templateIndex.png
│ │ │ ├── trash.png
│ │ │ ├── uni.png
│ │ │ ├── uni.ttf
│ │ │ ├── xs.png
│ │ │ ├── 扫码.png
│ │ │ ├── 报表.png
│ │ │ ├── 订单.png
│ │ │ └── 首页.png
│ │ ├── uni_modules
│ │ │ ├── uni-icons
│ │ │ │ └── components
│ │ │ │ └── uni-icons
│ │ │ │ └── uniicons.ttf
│ │ │ └── uni-upgrade-center-app
│ │ │ ├── images
│ │ │ │ ├── app_update_close.png
│ │ │ │ └── bg_top.png
│ │ │ └── static
│ │ │ ├── app_update_close.png
│ │ │ └── bg_top.png
│ │ ├── view.css
│ │ └── view.umd.min.js
│ ├── windows
│ │ ├── left-window.vue
│ │ └── top-window.vue
│ └── 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
├── Mode.zip
├── Web
│ ├── Web
│ │ ├── Handler1.ashx
│ │ ├── Handler1.ashx.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service References
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── Web.csproj
│ │ ├── Web.csproj.user
│ │ ├── bin
│ │ │ ├── Web.dll
│ │ │ └── Web.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── Web.csproj.FileListAbsolute.txt
│ │ ├── Web.dll
│ │ └── Web.pdb
│ ├── Web.sln
│ └── Web.suo
├── Web.zip
├── android_debug.apk
└── 前端(unillapp_进销存扫码、订单等)、后端(C#)_ve.zip
575 directories, 1344 files
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)