@10yun/cv-mobile-ui 0.3.23 → 0.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/parse-pages.js +182 -0
- package/build/publish-mp-weixin.js +36 -0
- package/build/themp.vue +85 -0
- package/{plugins → extend}/jweixin-module.js +0 -0
- package/{plugins → extend}/permission.js +0 -0
- package/package.json +5 -2
- package/plugins/jumps.js +18 -15
- package/plugins/lbs.js +92 -86
- package/plugins/map/qqmap.js +38 -34
- package/plugins/map/uniMap.js +13 -13
- package/plugins/message.js +10 -10
- package/plugins/request.js +144 -112
- package/plugins/storage.js +30 -33
- package/plugins/storage3.js +52 -52
- package/plugins/uni-copy.js +19 -16
- package/plugins/uni-im.js +23 -22
- package/plugins/uni-nvue-on.js +3 -7
- package/plugins/uni-plugins.js +28 -18
- package/plugins/uni-richText.js +27 -23
- package/plugins/uni-scanCode.js +6 -8
- package/plugins/uni-socket.js +20 -25
- package/plugins/uni-upgrade2.js +34 -40
- package/plugins/uni-upgrade3.js +58 -40
- package/{lib → ui-cv}/cv-banner/cv-banner.vue +23 -14
- package/{lib → ui-cv}/cv-banner-card/cv-banner-card.vue +24 -16
- package/{lib → ui-cv}/cv-block/cv-block.vue +6 -6
- package/{lib → ui-cv}/cv-box/cv-box.vue +6 -7
- package/{lib → ui-cv}/cv-button/cv-button.vue +32 -13
- package/{lib → ui-cv}/cv-cell/cv-cell.vue +21 -25
- package/{lib → ui-cv}/cv-checkbox/cv-checkbox.vue +22 -22
- package/{lib → ui-cv}/cv-checkbox-tag/cv-checkbox-tag.vue +30 -25
- package/{lib → ui-cv}/cv-code-sms/cv-code-sms.vue +89 -51
- package/{lib → ui-cv}/cv-dialog-bottom/cv-dialog-bottom.vue +14 -18
- package/{lib → ui-cv}/cv-dialog-full/cv-dialog-full.vue +14 -18
- package/{lib → ui-cv}/cv-dialog-loading/cv-dialog-loading.vue +10 -17
- package/{lib → ui-cv}/cv-dialog-share/cv-dialog-share.vue +4 -5
- package/{lib → ui-cv}/cv-draw-barcode/barcode.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/Barcode.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128A.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128B.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128C.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128_AUTO.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/auto.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/constants.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE39/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN13.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN2.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN5.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN8.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/UPC.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/UPCE.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/constants.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/encoder.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/GenericBarcode/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/ITF.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/ITF14.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/constants.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI10.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI1010.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI11.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI1110.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/checksums.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/codabar/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/index.tmp.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/pharmacode/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/cv-draw-barcode.vue +54 -51
- package/{lib → ui-cv}/cv-draw-posters/cv-draw-posters.vue +53 -71
- package/ui-cv/cv-draw-progress/cv-draw-progress.vue +141 -0
- package/{lib → ui-cv}/cv-draw-qrcode/cv-draw-qrcode.vue +48 -45
- package/{lib → ui-cv}/cv-draw-qrcode/qrcode.js +0 -0
- package/{lib → ui-cv}/cv-editor/compressImage.vue +47 -40
- package/{lib → ui-cv}/cv-editor/cv-editor.vue +234 -124
- package/{lib → ui-cv}/cv-editor/editor-icon.css +0 -0
- package/{lib → ui-cv}/cv-editor/editor-icon.ttf +0 -0
- package/{lib → ui-cv}/cv-editor/index.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseAudio.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseImg.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTable.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate0.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate1.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate10.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate11.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate2.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate3.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate4.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate5.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate6.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate7.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate8.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate9.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseVideo.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/cv-editor-parse.vue +21 -30
- package/{lib → ui-cv}/cv-editor-parse/libs/html2json.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/libs/htmlparser.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/libs/wxDiscode.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/readme.md +0 -0
- package/{lib → ui-cv}/cv-editor-parse/u-parse.css +0 -0
- package/{lib → ui-cv}/cv-editor-parse/u-parse.vue +21 -30
- package/{lib → ui-cv}/cv-filter-hm/cv-filter-hm.vue +140 -74
- package/{lib → ui-cv}/cv-form-group/cv-form-group.vue +11 -13
- package/{lib → ui-cv}/cv-form-item/cv-form-item.vue +35 -20
- package/{lib → ui-cv}/cv-form-merge/cv-form-merge.vue +5 -10
- package/{lib → ui-cv}/cv-geo-local/cv-geo-local.vue +50 -27
- package/{lib → ui-cv}/cv-icons/cv-icons.vue +24 -19
- package/{lib → ui-cv}/cv-icons/iconfont/font-action-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-action.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-action.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-arrow-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-arrow.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-arrow.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-base-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-base.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-base.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-default-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-default.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-default.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-mall-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-mall.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-mall.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-media-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-media.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-media.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-order-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-order.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-order.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-people-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-people.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-people.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-status-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-status.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-status.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-wallet-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-wallet.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-wallet.js +0 -0
- package/{lib → ui-cv}/cv-icons/icons.js +0 -0
- package/{lib → ui-cv}/cv-info/cv-info.vue +9 -11
- package/{lib → ui-cv}/cv-input-btn/cv-input-btn.vue +34 -13
- package/ui-cv/cv-input-digit/cv-input-digit.vue +58 -0
- package/ui-cv/cv-input-idcard/cv-input-idcard.vue +58 -0
- package/ui-cv/cv-input-number/cv-input-number.vue +72 -0
- package/ui-cv/cv-input-password/cv-input-password.vue +57 -0
- package/ui-cv/cv-input-text/cv-input-text.vue +67 -0
- package/{lib → ui-cv}/cv-link/cv-link.vue +7 -7
- package/{lib → ui-cv}/cv-lists-base/cv-lists-base.vue +148 -114
- package/{lib → ui-cv}/cv-lists-swiper/cv-lists-swipe2r.vue +24 -15
- package/{lib → ui-cv}/cv-lists-swiper/cv-lists-swiper.vue +85 -63
- package/{lib → ui-cv}/cv-load-more/config.json +0 -0
- package/{lib → ui-cv}/cv-load-more/cv-load-more.vue +60 -28
- package/{lib → ui-cv}/cv-message/cv-message.vue +5 -6
- package/{lib → ui-cv}/cv-nav-col/cv-nav-col.vue +9 -13
- package/{lib → ui-cv}/cv-nav-group/cv-nav-group.vue +6 -8
- package/{lib → ui-cv}/cv-nav-row/cv-nav-row.vue +21 -25
- package/{lib → ui-cv}/cv-picker-date/cv-picker-date.vue +28 -12
- package/{lib → ui-cv}/cv-picker-datetime/cv-picker-datetime.vue +43 -21
- package/{lib → ui-cv}/cv-picker-datetime5/cv-picker-datetime5.vue +108 -60
- package/{lib → ui-cv}/cv-picker-region/cv-picker-region.vue +46 -32
- package/{lib → ui-cv}/cv-picker-time/cv-picker-time.vue +26 -11
- package/{lib → ui-cv}/cv-picker1/cv-picker1.vue +32 -17
- package/{lib → ui-cv}/cv-picker2/cv-picker2.vue +46 -28
- package/{lib → ui-cv}/cv-picker3/cv-picker3.vue +77 -44
- package/{lib → ui-cv}/cv-radio/cv-radio.vue +17 -10
- package/{lib → ui-cv}/cv-radio-sex/cv-radio-sex.vue +20 -21
- package/{lib → ui-cv}/cv-radio-tag/cv-radio-tag.vue +22 -11
- package/{lib → ui-cv}/cv-rate/cv-rate.vue +17 -13
- package/{lib → ui-cv}/cv-search/cv-search.vue +17 -12
- package/{lib → ui-cv}/cv-skeleton/cv-skeleton.vue +32 -27
- package/{lib → ui-cv}/cv-skeleton/cv-skeleton2.vue +56 -33
- package/{lib → ui-cv}/cv-skeleton-group/cv-skeleton-group.vue +4 -6
- package/{lib → ui-cv}/cv-specs/cv-specs.vue +31 -30
- package/{lib → ui-cv}/cv-switch/cv-switch.vue +4 -5
- package/{lib → ui-cv}/cv-tab-lists/cv-tab-lists.vue +189 -128
- package/{lib → ui-cv}/cv-textarea/cv-textarea.vue +31 -13
- package/{lib → ui-cv}/cv-treaty/cv-treaty.vue +8 -8
- package/{lib → ui-cv}/cv-update-app/cv-update-app.vue +68 -53
- package/{lib → ui-cv}/cv-upload-avatar/cv-upload-avatar.vue +33 -31
- package/{lib → ui-cv}/cv-upload-img/cv-upload-img.vue +97 -70
- package/ui-cv/dict/area-city.js +614 -0
- package/ui-cv/dict/area-county.js +3394 -0
- package/ui-cv/dict/area-province.js +37 -0
- package/{lib → ui-cv}/mixins/mixins-checkbox.js +9 -15
- package/{lib → ui-cv}/mixins/mixins-common.js +7 -7
- package/{lib → ui-cv}/mixins/mixins-input.js +11 -12
- package/{lib → ui-cv}/mixins/mixins-picker.js +9 -13
- package/{lib → ui-cv}/mixins/mixins-radio.js +10 -14
- package/{lib-uni → ui-uni}/README.md +0 -0
- package/{lib-uni → ui-uni}/amap-wx/js/util.js +0 -0
- package/{lib-uni → ui-uni}/amap-wx/lib/amap-wx.js +0 -0
- package/{lib-uni → ui-uni}/api-set-tabbar.nvue +0 -0
- package/{lib-uni → ui-uni}/marked/index.js +0 -0
- package/{lib-uni → ui-uni}/marked/lib/marked.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/city-data/area.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/city-data/city.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/city-data/province.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/mpvueCityPicker.vue +0 -0
- package/{lib-uni → ui-uni}/mpvue-echarts/src/echarts.vue +0 -0
- package/{lib-uni → ui-uni}/mpvue-echarts/src/wx-canvas.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-picker/mpvuePicker.vue +0 -0
- package/{lib-uni → ui-uni}/mpvueGestureLock/gestureLock.js +0 -0
- package/{lib-uni → ui-uni}/mpvueGestureLock/index.vue +0 -0
- package/{lib-uni → ui-uni}/page-foot/page-foot.vue +0 -0
- package/{lib-uni → ui-uni}/page-head/page-head.vue +0 -0
- package/{lib-uni → ui-uni}/product.vue +0 -0
- package/{lib-uni → ui-uni}/tab-nvue/mediaList.vue +0 -0
- package/{lib-uni → ui-uni}/u-charts/u-charts.js +0 -0
- package/{lib-uni → ui-uni}/u-link/u-link.vue +0 -0
- package/{lib-uni → ui-uni}/uni-badge/uni-badge.vue +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/calendar.js +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/uni-calendar-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/uni-calendar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/util.js +0 -0
- package/{lib-uni → ui-uni}/uni-card/uni-card.vue +0 -0
- package/{lib-uni → ui-uni}/uni-col/uni-col.vue +0 -0
- package/{lib-uni → ui-uni}/uni-collapse/uni-collapse.vue +0 -0
- package/{lib-uni → ui-uni}/uni-collapse-item/uni-collapse-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-combox/uni-combox.vue +0 -0
- package/{lib-uni → ui-uni}/uni-countdown/uni-countdown.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-checkbox/uni-data-checkbox.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-indexed-list/clientdb.js +0 -0
- package/{lib-uni → ui-uni}/uni-data-indexed-list/uni-data-indexed-list-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-indexed-list/uni-data-indexed-list.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-picker/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-data-picker/uni-data-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-pickerview/uni-data-picker.js +0 -0
- package/{lib-uni → ui-uni}/uni-data-pickerview/uni-data-pickerview.vue +0 -0
- package/{lib-uni → ui-uni}/uni-dateformat/date-format.js +0 -0
- package/{lib-uni → ui-uni}/uni-dateformat/uni-dateformat.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/calendar-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/calendar.js +1 -1
- package/{lib-uni → ui-uni}/uni-datetime-picker/calendar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/time-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/uni-datetime-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/util.js +0 -0
- package/{lib-uni → ui-uni}/uni-drawer/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-drawer/uni-drawer.vue +0 -0
- package/{lib-uni → ui-uni}/uni-easyinput/common.js +0 -0
- package/{lib-uni → ui-uni}/uni-easyinput/uni-easyinput.vue +0 -0
- package/{lib-uni → ui-uni}/uni-fab/uni-fab.vue +0 -0
- package/{lib-uni → ui-uni}/uni-fab/uni-fab.vue.bak +0 -0
- package/{lib-uni → ui-uni}/uni-fav/uni-fav.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/choose-and-upload-file.js +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/uni-file-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/upload-file.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/upload-image.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/utils.js +0 -0
- package/{lib-uni → ui-uni}/uni-forms/uni-forms.vue +0 -0
- package/{lib-uni → ui-uni}/uni-forms/validate.js +0 -0
- package/{lib-uni → ui-uni}/uni-forms-item/uni-forms-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-goods-nav/uni-goods-nav.vue +0 -0
- package/{lib-uni → ui-uni}/uni-grid/uni-grid.vue +0 -0
- package/{lib-uni → ui-uni}/uni-grid-item/uni-grid-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-group/uni-group.vue +0 -0
- package/{lib-uni → ui-uni}/uni-icons/icons.js +0 -0
- package/{lib-uni → ui-uni}/uni-icons/uni-icons.vue +0 -0
- package/{lib-uni → ui-uni}/uni-icons/uni.ttf +0 -0
- package/{lib-uni → ui-uni}/uni-indexed-list/uni-indexed-list-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-indexed-list/uni-indexed-list.vue +0 -0
- package/{lib-uni → ui-uni}/uni-link/uni-link.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list/uni-list.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list/uni-refresh.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list/uni-refresh.wxs +0 -0
- package/{lib-uni → ui-uni}/uni-list-ad/uni-list-ad.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list-chat/uni-list-chat.scss +0 -0
- package/{lib-uni → ui-uni}/uni-list-chat/uni-list-chat.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list-item/uni-list-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-load-more/uni-load-more.vue +0 -0
- package/{lib-uni → ui-uni}/uni-nav-bar/uni-nav-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-nav-bar/uni-status-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-notice-bar/uni-notice-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-number-box/uni-number-box.vue +0 -0
- package/{lib-uni → ui-uni}/uni-pagination/uni-pagination.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-popup/popup.js +0 -0
- package/{lib-uni → ui-uni}/uni-popup/uni-popup.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup-dialog/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-popup-dialog/uni-popup-dialog.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup-message/uni-popup-message.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup-share/uni-popup-share.vue +0 -0
- package/{lib-uni → ui-uni}/uni-rate/uni-rate.vue +0 -0
- package/{lib-uni → ui-uni}/uni-row/uni-row.vue +0 -0
- package/{lib-uni → ui-uni}/uni-search-bar/uni-search-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-section/uni-section.vue +0 -0
- package/{lib-uni → ui-uni}/uni-segmented-control/uni-segmented-control.vue +0 -0
- package/{lib-uni → ui-uni}/uni-status-bar/uni-status-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-steps/uni-steps.vue +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action/uni-swipe-action.vue +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/bindingx.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/index.wxs +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/isPC.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/mpalipay.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/mpother.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/mpwxs.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/uni-swipe-action-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-swiper-dot/uni-swiper-dot.vue +0 -0
- package/{lib-uni → ui-uni}/uni-table/uni-table.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tag/uni-tag.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tbody/uni-tbody.vue +0 -0
- package/{lib-uni → ui-uni}/uni-td/uni-td.vue +0 -0
- package/{lib-uni → ui-uni}/uni-test/uni-test.vue +0 -0
- package/{lib-uni → ui-uni}/uni-th/filter-dropdown.vue +0 -0
- package/{lib-uni → ui-uni}/uni-th/uni-th.vue +0 -0
- package/{lib-uni → ui-uni}/uni-thead/uni-thead.vue +0 -0
- package/{lib-uni → ui-uni}/uni-title/uni-title.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tr/table-checkbox.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tr/uni-tr.vue +0 -0
- package/{lib-uni → ui-uni}/uni-transition/createAnimation.js +0 -0
- package/{lib-uni → ui-uni}/uni-transition/uni-transition.vue +0 -0
- package/lib/cv-draw-progress/cv-draw-progress.vue +0 -136
- package/lib/cv-input-digit/cv-input-digit.vue +0 -45
- package/lib/cv-input-idcard/cv-input-idcard.vue +0 -48
- package/lib/cv-input-number/cv-input-number.vue +0 -57
- package/lib/cv-input-password/cv-input-password.vue +0 -46
- package/lib/cv-input-text/cv-input-text.vue +0 -52
- package/lib/dict/area-city.js +0 -614
- package/lib/dict/area-county.js +0 -3394
- package/lib/dict/area-province.js +0 -37
- package/plugins/uni-push.js +0 -88
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<view class="cv-dialog-bottom">
|
|
3
|
-
<view class="cu-modal bottom-modal" :class="show?'show':''">
|
|
3
|
+
<view class="cu-modal bottom-modal" :class="show ? 'show' : ''">
|
|
4
4
|
<view class="cu-dialog">
|
|
5
5
|
<view class="cu-bar bg-white">
|
|
6
6
|
<view class="action text-blue" @tap="cancel">取消</view>
|
|
@@ -16,39 +16,35 @@
|
|
|
16
16
|
|
|
17
17
|
<script>
|
|
18
18
|
export default {
|
|
19
|
-
name:
|
|
19
|
+
name: 'cvDialogBottom',
|
|
20
20
|
options: {
|
|
21
|
-
addGlobalClass: true
|
|
21
|
+
addGlobalClass: true
|
|
22
22
|
},
|
|
23
23
|
props: {
|
|
24
24
|
show: {
|
|
25
25
|
type: Boolean,
|
|
26
26
|
default: false
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
watch: {
|
|
30
|
-
|
|
27
|
+
}
|
|
31
28
|
},
|
|
29
|
+
watch: {},
|
|
32
30
|
data() {
|
|
33
|
-
return {
|
|
34
|
-
|
|
35
|
-
};
|
|
36
|
-
},
|
|
37
|
-
created: function () {
|
|
31
|
+
return {};
|
|
38
32
|
},
|
|
33
|
+
created: function () {},
|
|
39
34
|
methods: {
|
|
40
35
|
confirm() {
|
|
41
|
-
this.onConfirm(true)
|
|
42
|
-
},
|
|
43
|
-
|
|
36
|
+
this.onConfirm(true);
|
|
37
|
+
},
|
|
38
|
+
cancel() {
|
|
39
|
+
this.onConfirm(false);
|
|
44
40
|
},
|
|
45
41
|
onConfirm(e) {
|
|
46
42
|
this.$emit('confirm', e);
|
|
47
43
|
}
|
|
48
44
|
}
|
|
49
45
|
};
|
|
50
|
-
</script>
|
|
51
|
-
<style
|
|
46
|
+
</script>
|
|
47
|
+
<style>
|
|
52
48
|
.cu-modal.bottom-modal {
|
|
53
49
|
margin-bottom: -552px;
|
|
54
50
|
}
|
|
@@ -85,7 +81,7 @@ export default {
|
|
|
85
81
|
vertical-align: bottom;
|
|
86
82
|
}
|
|
87
83
|
.cu-modal::before {
|
|
88
|
-
content:
|
|
84
|
+
content: '\200B';
|
|
89
85
|
display: inline-block;
|
|
90
86
|
height: 100%;
|
|
91
87
|
vertical-align: middle;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<view class="cv-dialog-bottom cv-modal bottom-modal" :class="show?'show':''">
|
|
2
|
+
<view class="cv-dialog-bottom cv-modal bottom-modal" :class="show ? 'show' : ''">
|
|
3
3
|
<view class="cv-dialog">
|
|
4
4
|
<view class="cv-bar bg-white">
|
|
5
5
|
<view class="action text-blue" @tap="cancel">取消</view>
|
|
@@ -14,39 +14,35 @@
|
|
|
14
14
|
|
|
15
15
|
<script>
|
|
16
16
|
export default {
|
|
17
|
-
name:
|
|
17
|
+
name: 'cvDialogFull',
|
|
18
18
|
options: {
|
|
19
|
-
addGlobalClass: true
|
|
19
|
+
addGlobalClass: true
|
|
20
20
|
},
|
|
21
21
|
props: {
|
|
22
22
|
show: {
|
|
23
23
|
type: Boolean,
|
|
24
24
|
default: false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
watch: {
|
|
28
|
-
|
|
25
|
+
}
|
|
29
26
|
},
|
|
27
|
+
watch: {},
|
|
30
28
|
data() {
|
|
31
|
-
return {
|
|
32
|
-
|
|
33
|
-
};
|
|
34
|
-
},
|
|
35
|
-
created: function () {
|
|
29
|
+
return {};
|
|
36
30
|
},
|
|
31
|
+
created: function () {},
|
|
37
32
|
methods: {
|
|
38
33
|
confirm() {
|
|
39
|
-
this.onConfirm(true)
|
|
40
|
-
},
|
|
41
|
-
|
|
34
|
+
this.onConfirm(true);
|
|
35
|
+
},
|
|
36
|
+
cancel() {
|
|
37
|
+
this.onConfirm(false);
|
|
42
38
|
},
|
|
43
39
|
onConfirm(e) {
|
|
44
40
|
this.$emit('confirm', e);
|
|
45
41
|
}
|
|
46
42
|
}
|
|
47
43
|
};
|
|
48
|
-
</script>
|
|
49
|
-
<style
|
|
44
|
+
</script>
|
|
45
|
+
<style>
|
|
50
46
|
.cv-modal.bottom-modal {
|
|
51
47
|
left: 100%;
|
|
52
48
|
}
|
|
@@ -80,7 +76,7 @@ export default {
|
|
|
80
76
|
vertical-align: bottom;
|
|
81
77
|
}
|
|
82
78
|
.cv-modal::before {
|
|
83
|
-
content:
|
|
79
|
+
content: '\200B';
|
|
84
80
|
display: inline-block;
|
|
85
81
|
height: 100%;
|
|
86
82
|
vertical-align: middle;
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
<view class="cv-dialog-loading">
|
|
3
3
|
<view class="cv-dialog-loading-box" v-if="show">
|
|
4
4
|
<image :src="img" mode="aspectFit"></image>
|
|
5
|
-
<view class="cv-dialog-loading-text">{{content}}</view>
|
|
5
|
+
<view class="cv-dialog-loading-text">{{ content }}</view>
|
|
6
6
|
</view>
|
|
7
7
|
</view>
|
|
8
8
|
</template>
|
|
9
9
|
|
|
10
10
|
<script>
|
|
11
11
|
export default {
|
|
12
|
-
name:
|
|
12
|
+
name: 'cvDialogLoading',
|
|
13
13
|
options: {
|
|
14
|
-
addGlobalClass: true
|
|
14
|
+
addGlobalClass: true
|
|
15
15
|
},
|
|
16
16
|
props: {
|
|
17
17
|
show: {
|
|
@@ -27,22 +27,15 @@ export default {
|
|
|
27
27
|
default: '加载中...'
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
-
watch: {
|
|
31
|
-
|
|
32
|
-
},
|
|
30
|
+
watch: {},
|
|
33
31
|
data() {
|
|
34
|
-
return {
|
|
35
|
-
|
|
36
|
-
};
|
|
32
|
+
return {};
|
|
37
33
|
},
|
|
38
|
-
created: function () {
|
|
39
|
-
}
|
|
40
|
-
methods: {
|
|
41
|
-
|
|
42
|
-
}
|
|
34
|
+
created: function () {},
|
|
35
|
+
methods: {}
|
|
43
36
|
};
|
|
44
|
-
</script>
|
|
45
|
-
<style
|
|
37
|
+
</script>
|
|
38
|
+
<style>
|
|
46
39
|
.cv-dialog-loading-box {
|
|
47
40
|
position: fixed;
|
|
48
41
|
top: 0;
|
|
@@ -73,7 +66,7 @@ export default {
|
|
|
73
66
|
line-height: 2.4em;
|
|
74
67
|
}
|
|
75
68
|
.cv-dialog-loading-box::after {
|
|
76
|
-
content:
|
|
69
|
+
content: '';
|
|
77
70
|
position: absolute;
|
|
78
71
|
background-color: #ffffff;
|
|
79
72
|
border-radius: 50%;
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
<view class="cv-dia-share-clear-btn" @tap="shareDiaHide">取消</view>
|
|
25
25
|
</view>
|
|
26
26
|
</view>
|
|
27
|
-
|
|
28
27
|
</template>
|
|
29
28
|
<script>
|
|
30
29
|
export default {
|
|
@@ -50,12 +49,12 @@ export default {
|
|
|
50
49
|
localIsShow: 0
|
|
51
50
|
};
|
|
52
51
|
},
|
|
53
|
-
created() {
|
|
52
|
+
created() {},
|
|
54
53
|
methods: {
|
|
55
|
-
discard() {
|
|
54
|
+
discard() {},
|
|
56
55
|
//分享
|
|
57
56
|
// share(){
|
|
58
|
-
// this.$refs.share.toggleMask();
|
|
57
|
+
// this.$refs.share.toggleMask();
|
|
59
58
|
// },
|
|
60
59
|
// 分享
|
|
61
60
|
shareDiaOpen() {
|
|
@@ -70,7 +69,7 @@ export default {
|
|
|
70
69
|
this.shareClass = 'none';
|
|
71
70
|
}, 150);
|
|
72
71
|
this.$emit('input', this.localIsShow);
|
|
73
|
-
}
|
|
72
|
+
}
|
|
74
73
|
}
|
|
75
74
|
};
|
|
76
75
|
</script>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<view class="cv-draw-barcode">
|
|
3
3
|
<!-- #ifndef MP-ALIPAY -->
|
|
4
|
-
<canvas class="cv-draw-barcode_canvas" :canvas-id="cid" :style="{width:canvasWidth+'px',height:canvasHeight+'px'}" />
|
|
4
|
+
<canvas class="cv-draw-barcode_canvas" :canvas-id="cid" :style="{ width: canvasWidth + 'px', height: canvasHeight + 'px' }" />
|
|
5
5
|
<!-- #endif -->
|
|
6
6
|
<!-- #ifdef MP-ALIPAY -->
|
|
7
7
|
<canvas :id="cid" :width="canvasWidth" :height="canvasHeight" class="cv-draw-barcode_canvas" />
|
|
8
8
|
<!-- #endif -->
|
|
9
|
-
<image v-show="show" :src="result" :style="{width:canvasWidth+'px',height:canvasHeight+'px'}" />
|
|
9
|
+
<image v-show="show" :src="result" :style="{ width: canvasWidth + 'px', height: canvasHeight + 'px' }" />
|
|
10
10
|
</view>
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script>
|
|
14
|
-
import barCode from
|
|
14
|
+
import barCode from './barcode.js';
|
|
15
15
|
const opations = {
|
|
16
16
|
// format: "CODE128",//选择要使用的条形码类型 微信支持的条码类型有 code128\code39\ena13\ean8\upc\itf14\
|
|
17
17
|
width: 2, //设置条之间的宽度
|
|
18
18
|
height: 60, //高度
|
|
19
19
|
displayValue: true, //是否在条形码下方显示文字
|
|
20
20
|
// text: "1234567890",//覆盖显示的文本
|
|
21
|
-
textAlign:
|
|
22
|
-
textPosition:
|
|
21
|
+
textAlign: 'center', //设置文本的水平对齐方式
|
|
22
|
+
textPosition: 'bottom', //设置文本的垂直位置
|
|
23
23
|
textMargin: 5, //设置条形码和文本之间的间距
|
|
24
24
|
fontSize: 16, //设置文本的大小
|
|
25
|
-
fontColor:
|
|
26
|
-
lineColor:
|
|
27
|
-
background:
|
|
25
|
+
fontColor: '#000000', //设置文本的颜色
|
|
26
|
+
lineColor: '#000000', //设置条形码的颜色
|
|
27
|
+
background: '#FFFFFF', //设置条形码的背景色
|
|
28
28
|
margin: 10, //设置条形码周围的空白边距
|
|
29
29
|
marginTop: undefined, //设置条形码周围的上边距
|
|
30
30
|
marginBottom: undefined, //设置条形码周围的下边距
|
|
31
31
|
marginLeft: undefined, //设置条形码周围的左边距
|
|
32
|
-
marginRight: undefined
|
|
33
|
-
}
|
|
32
|
+
marginRight: undefined //设置条形码周围的右边距
|
|
33
|
+
};
|
|
34
34
|
export default {
|
|
35
35
|
name: 'cvDrawBarcode',
|
|
36
36
|
props: {
|
|
@@ -57,7 +57,7 @@ export default {
|
|
|
57
57
|
opations: {
|
|
58
58
|
type: Object,
|
|
59
59
|
default: function () {
|
|
60
|
-
return {}
|
|
60
|
+
return {};
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
onval: {
|
|
@@ -67,7 +67,7 @@ export default {
|
|
|
67
67
|
loadMake: {
|
|
68
68
|
type: Boolean,
|
|
69
69
|
default: true
|
|
70
|
-
}
|
|
70
|
+
}
|
|
71
71
|
},
|
|
72
72
|
data() {
|
|
73
73
|
return {
|
|
@@ -75,55 +75,58 @@ export default {
|
|
|
75
75
|
canvasWidth: 0,
|
|
76
76
|
canvasHeight: 0,
|
|
77
77
|
defaultOpations: Object.assign({}, opations)
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
onUnload() {
|
|
81
|
-
|
|
78
|
+
};
|
|
82
79
|
},
|
|
80
|
+
onUnload() {},
|
|
83
81
|
methods: {
|
|
84
82
|
_makeCode() {
|
|
85
|
-
let that = this
|
|
83
|
+
let that = this;
|
|
86
84
|
// 合并参数
|
|
87
|
-
Object.assign(this.defaultOpations, this.opations)
|
|
88
|
-
if (that.unit ==
|
|
85
|
+
Object.assign(this.defaultOpations, this.opations);
|
|
86
|
+
if (that.unit == 'upx') {
|
|
89
87
|
if (that.defaultOpations.width) {
|
|
90
|
-
that.defaultOpations.width = uni.upx2px(that.defaultOpations.width)
|
|
91
|
-
that.defaultOpations.width = uni.upx2px(that.defaultOpations.width)
|
|
88
|
+
that.defaultOpations.width = uni.upx2px(that.defaultOpations.width);
|
|
89
|
+
that.defaultOpations.width = uni.upx2px(that.defaultOpations.width);
|
|
92
90
|
}
|
|
93
91
|
if (that.defaultOpations.height) {
|
|
94
|
-
that.defaultOpations.height = uni.upx2px(that.defaultOpations.height)
|
|
92
|
+
that.defaultOpations.height = uni.upx2px(that.defaultOpations.height);
|
|
95
93
|
}
|
|
96
94
|
if (that.defaultOpations.fontSize) {
|
|
97
|
-
that.defaultOpations.fontSize = uni.upx2px(that.defaultOpations.fontSize)
|
|
95
|
+
that.defaultOpations.fontSize = uni.upx2px(that.defaultOpations.fontSize);
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
98
|
|
|
101
99
|
if (that._empty(that.defaultOpations.text)) {
|
|
102
|
-
that.defaultOpations.text = that.val
|
|
100
|
+
that.defaultOpations.text = that.val;
|
|
103
101
|
}
|
|
104
102
|
if (that._empty(that.defaultOpations.format)) {
|
|
105
|
-
that.defaultOpations.format = that.format
|
|
103
|
+
that.defaultOpations.format = that.format;
|
|
106
104
|
}
|
|
107
105
|
|
|
108
|
-
new barCode(
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
106
|
+
new barCode(
|
|
107
|
+
that,
|
|
108
|
+
that.cid,
|
|
109
|
+
that.defaultOpations,
|
|
110
|
+
function (res) {
|
|
111
|
+
// 生成条形码宽高回调
|
|
112
|
+
that.canvasWidth = res.width;
|
|
113
|
+
that.canvasHeight = res.height;
|
|
112
114
|
},
|
|
113
|
-
function (res) {
|
|
115
|
+
function (res) {
|
|
116
|
+
// 生成条形码的回调
|
|
114
117
|
// 返回值
|
|
115
|
-
that._result(res)
|
|
118
|
+
that._result(res);
|
|
116
119
|
// 重置默认参数
|
|
117
|
-
that.defaultOpations = { ...opations }
|
|
118
|
-
}
|
|
120
|
+
that.defaultOpations = { ...opations };
|
|
121
|
+
}
|
|
119
122
|
);
|
|
120
123
|
},
|
|
121
124
|
_clearCode() {
|
|
122
|
-
this._result('')
|
|
125
|
+
this._result('');
|
|
123
126
|
},
|
|
124
127
|
_saveCode() {
|
|
125
128
|
let that = this;
|
|
126
|
-
if (this.result !=
|
|
129
|
+
if (this.result != '') {
|
|
127
130
|
uni.saveImageToPhotosAlbum({
|
|
128
131
|
filePath: that.result,
|
|
129
132
|
success: function () {
|
|
@@ -138,23 +141,23 @@ export default {
|
|
|
138
141
|
},
|
|
139
142
|
_result(res) {
|
|
140
143
|
this.result = res;
|
|
141
|
-
this.$emit('result', res)
|
|
144
|
+
this.$emit('result', res);
|
|
142
145
|
},
|
|
143
146
|
_empty(v) {
|
|
144
147
|
let tp = typeof v,
|
|
145
148
|
rt = false;
|
|
146
|
-
if (tp ==
|
|
147
|
-
rt = true
|
|
148
|
-
} else if (tp ==
|
|
149
|
-
rt = true
|
|
150
|
-
} else if (tp ==
|
|
151
|
-
if (JSON.stringify(v) ==
|
|
152
|
-
} else if (tp ==
|
|
153
|
-
if (v ==
|
|
154
|
-
} else if (tp ==
|
|
155
|
-
rt = false
|
|
149
|
+
if (tp == 'number' && String(v) == '') {
|
|
150
|
+
rt = true;
|
|
151
|
+
} else if (tp == 'undefined') {
|
|
152
|
+
rt = true;
|
|
153
|
+
} else if (tp == 'object') {
|
|
154
|
+
if (JSON.stringify(v) == '{}' || JSON.stringify(v) == '[]' || v == null) rt = true;
|
|
155
|
+
} else if (tp == 'string') {
|
|
156
|
+
if (v == '' || v == 'undefined' || v == 'null' || v == '{}' || v == '[]') rt = true;
|
|
157
|
+
} else if (tp == 'function') {
|
|
158
|
+
rt = false;
|
|
156
159
|
}
|
|
157
|
-
return rt
|
|
160
|
+
return rt;
|
|
158
161
|
}
|
|
159
162
|
},
|
|
160
163
|
watch: {
|
|
@@ -162,7 +165,7 @@ export default {
|
|
|
162
165
|
if (this.onval) {
|
|
163
166
|
if (n != o && !this._empty(n)) {
|
|
164
167
|
setTimeout(() => {
|
|
165
|
-
this._makeCode()
|
|
168
|
+
this._makeCode();
|
|
166
169
|
}, 0);
|
|
167
170
|
}
|
|
168
171
|
}
|
|
@@ -172,7 +175,7 @@ export default {
|
|
|
172
175
|
if (this.onval) {
|
|
173
176
|
if (!this._empty(n)) {
|
|
174
177
|
setTimeout(() => {
|
|
175
|
-
this._makeCode()
|
|
178
|
+
this._makeCode();
|
|
176
179
|
}, 0);
|
|
177
180
|
}
|
|
178
181
|
}
|
|
@@ -184,12 +187,12 @@ export default {
|
|
|
184
187
|
if (this.loadMake) {
|
|
185
188
|
if (!this._empty(this.val)) {
|
|
186
189
|
setTimeout(() => {
|
|
187
|
-
this._makeCode()
|
|
190
|
+
this._makeCode();
|
|
188
191
|
}, 0);
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
}
|
|
192
|
-
}
|
|
195
|
+
};
|
|
193
196
|
</script>
|
|
194
197
|
|
|
195
198
|
<style>
|