no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\nimport { login } from '@/common/js/user.js';\nimport { init } from '@/utils/sok.js';\nexport default {\n\tonLaunch: function () {\r\n\t\t// login()\r\n\t\tif(uni.getStorageSync('token')){\r\n\t\t\tinit()\r\n\t\t}\r\n\t\tuni.hideTabBar()\n\t\tconsole.log('App Launch');\n\t},\n\tonShow: function () {\n\t\tconsole.log('App Show');\n\t},\n\tonHide: function () {\n\t\tconsole.log('App Hide');\n\t}\n};\n</script>\n\n<style lang=\"scss\">\n/*每个页面公共css */\n@import '@/uni_modules/uview-plus/index.scss';\n@import '@/common/index.scss';\n</style>\n","import App from './App'\r\n\r\nimport store from './store/index.js'\r\nimport uviewPlus from '@/uni_modules/uview-plus'\r\n// 引入uview-plus对小程序分享的mixin封装\r\nimport mpShare from '@/uni_modules/uview-plus/libs/mixin/mpShare'\r\n// #ifndef VUE3\r\nimport Vue from 'vue'\r\nimport './uni.promisify.adaptor'\r\nVue.config.productionTip = false\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\t...App\r\n})\r\napp.$mount()\r\n\r\n// #endif\r\n\r\n\r\n\r\n// #ifdef VUE3\r\nimport {\r\n\tcreateSSRApp\r\n} from 'vue'\r\nexport function createApp() {\r\n\tconst app = createSSRApp(App)\r\n\tapp.mixin(mpShare)\r\n\tapp.use(uviewPlus)\r\n\tapp.use(store)\r\n\treturn {\r\n\t\tapp,\r\n\t}\r\n}\r\n// #endif"],"names":["uni","init","createSSRApp","App","mpShare","uviewPlus","store"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAK,YAAU;AAAA,EACd,UAAU,WAAY;AAErB,QAAGA,cAAG,MAAC,eAAe,OAAO,GAAE;AAC9BC,qBAAK;AAAA,IACN;AACAD,kBAAAA,MAAI,WAAW;AACfA,kBAAAA,MAAA,MAAA,OAAA,iBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAY;AACnBA,kBAAAA,MAAA,MAAA,OAAA,iBAAY,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAY;AACnBA,kBAAAA,MAAA,MAAA,OAAA,iBAAY,UAAU;AAAA,EACvB;AACD;ACMO,SAAS,YAAY;AAC3B,QAAM,MAAME,cAAY,aAACC,SAAG;AAC5B,MAAI,MAAMC,gDAAO;AACjB,MAAI,IAAIC,qCAAS;AACjB,MAAI,IAAIC,iBAAK;AACb,SAAO;AAAA,IACN;AAAA,EACA;AACF;;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"assets.js","sources":["static/icon/dd.png","static/icon/kj.png","static/icon/kp.png","static/icon/kf.png","static/icon/mc.png","static/icon/location-marker-icon.png","static/icon/sett.png","static/image/djk.png","static/image/djs.png","static/image/cs.png","static/icon/eleclist-terminal.png","static/icon/9you.png","static/image/login26_bg.png","static/icon/copy.png","static/icon/ic-copy1.png","static/icon/cd.png","static/icon/dw.png","static/icon/tc.png"],"sourcesContent":["export default \"__VITE_ASSET__428db4a4__\"","export default \"__VITE_ASSET__1f04b131__\"","export default \"__VITE_ASSET__7b57a067__\"","export default \"__VITE_ASSET__ee4ee726__\"","export default \"__VITE_ASSET__f2f22b25__\"","export default \"__VITE_ASSET__542cf674__\"","export default \"__VITE_ASSET__f52adb5d__\"","export default \"__VITE_ASSET__85412d45__\"","export default \"__VITE_ASSET__fb857ea3__\"","export default \"__VITE_ASSET__99ba8aef__\"","export default \"__VITE_ASSET__a7c4e764__\"","export default \"__VITE_ASSET__1b0d91d0__\"","export default \"__VITE_ASSET__c08494ac__\"","export default \"__VITE_ASSET__140395aa__\"","export default \"__VITE_ASSET__22e17109__\"","export default \"__VITE_ASSET__0071d1bf__\"","export default \"__VITE_ASSET__15e1777d__\"","export default \"__VITE_ASSET__a8034f2f__\""],"names":[],"mappings":";AAAA,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,aAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;;;;;;;;;;;;;;;;;;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"user.js","sources":["common/js/user.js"],"sourcesContent":["import {\r\n\tloginApi,\r\n\tloginCodeApi,\r\n\tloginByZfbCode\r\n} from \"@/api/api.js\"\r\nimport {\r\n\tinit\r\n} from '@/utils/sok.js';\r\n\r\n\r\nexport const login = async (params, type = 1) => {\r\n\tif (type == 1) {\r\n\t\tvar {\r\n\t\t\tcode: loginCode\r\n\t\t} = await uni.login({\r\n\t\t\tprovider: 'weixin'\r\n\t\t});\r\n\t\ttry {\r\n\t\t\tlet {\r\n\t\t\t\ttoken,\r\n\t\t\t\tuserInfo\r\n\t\t\t} = await loginCodeApi({\r\n\t\t\t\tloginCode\r\n\t\t\t})\r\n\t\t\tuni.setStorageSync('token', token);\r\n\t\t\tuni.setStorageSync('user', userInfo);\r\n\t\t} catch (err) {\r\n\t\t\tif (err.code == 10) {\r\n\t\t\t\tuni.setStorageSync('token', false);\r\n\t\t\t}\r\n\t\t}\r\n\t} else if (type == 2) {\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\tvar {\r\n\t\t\tcode: phoneCode\r\n\t\t} = params.detail;\r\n\t\tvar {\r\n\t\t\tcode: loginCode\r\n\t\t} = await uni.login({\r\n\t\t\tprovider: 'alipay'\r\n\t\t});\r\n\t\ttry {\r\n\t\t\t// #ifdef MP-WEIXIN\r\n\t\t\tlet {\r\n\t\t\t\ttoken,\r\n\t\t\t\tuser\r\n\t\t\t} = await loginApi({\r\n\t\t\t\tphoneCode,\r\n\t\t\t\tloginCode\r\n\t\t\t});\r\n\t\t\t// #endif\r\n\t\t\t// #ifdef MP-ALIPAY\r\n\t\t\tlet {\r\n\t\t\t\ttoken,\r\n\t\t\t\tuser\r\n\t\t\t} = await loginByZfbCode({\r\n\t\t\t\tphoneCode,\r\n\t\t\t\tloginCode\r\n\t\t\t});\r\n\t\t\t// #endif\r\n\r\n\r\n\t\t\tuni.setStorageSync('token', token);\r\n\t\t\tuni.setStorageSync('user', user);\r\n\t\t\t\r\n\t\t\t// uni.reLaunch({\r\n\t\t\t// \turl: '/pages/home/home'\r\n\t\t\t// });\r\n\t\t\t\r\n\t\t\t// uni.navigateBack()\r\n\t\t\tuni.navigateBack()\r\n\t\t\tinit()\r\n\t\t} catch (err) {\r\n\t\t\tconsole.log(err);\r\n\t\t}\r\n\t}\r\n}\r\n\r\n\r\nconst download = (e, type) => {\r\n\tconst base64 = uni.arrayBufferToBase64(e.data);\r\n\tconst fs = wx.getFileSystemManager()\r\n\tvar imgPath = ''\r\n\tif (type == 'video') {\r\n\t\timgPath = wx.env.USER_DATA_PATH + '/base64Video' + '.mp4' //自定义下载图片的名称\r\n\t} else {\r\n\t\timgPath = wx.env.USER_DATA_PATH + '/base64img' + '.png' //自定义下载图片的名称\r\n\t}\r\n\tfs.writeFile({\r\n\t\tfilePath: imgPath, //设置下载图片的地址\r\n\t\tdata: base64, //slice(22)的目的是去掉data:image/png;base64,如果本身就不带的话就直接this.data.codeImg就好了\r\n\t\tencoding: 'base64',\r\n\t\tsuccess: function(res) {\r\n\t\t\t//读取文件\r\n\t\t\twx.getImageInfo({\r\n\t\t\t\tsrc: imgPath,\r\n\t\t\t\tsuccess: function(ret) {\r\n\t\t\t\t\tconsole.log(\"请求到了\");\r\n\t\t\t\t\tvar path = ret.path;\r\n\t\t\t\t\twx.saveImageToPhotosAlbum({\r\n\t\t\t\t\t\tfilePath: imgPath, //设置下载图片的地址\r\n\t\t\t\t\t\tsuccess(result) {\r\n\t\t\t\t\t\t\tconsole.log(\"保存成功\"); //保存成功\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\t// console.log(res);\r\n\t\t\t// console.log(\"请求到了\");\r\n\t\t\t// wx.saveImageToPhotosAlbum({\r\n\t\t\t// \tfilePath: imgPath, //设置下载图片的地址\r\n\t\t\t// \tsuccess: function() {\r\n\t\t\t// \t\tconsole.log(\"保存成功\"); //保存成功\r\n\t\t\t// \t}\r\n\t\t\t// })\r\n\t\t}\r\n\t})\r\n}"],"names":["uni","loginCodeApi","loginApi","init"],"mappings":";;;;AAUY,MAAC,QAAQ,OAAO,QAAQ,OAAO,MAAM;AAChD,MAAI,QAAQ,GAAG;AACd,QAAI;AAAA,MACH,MAAM;AAAA,IACT,IAAM,MAAMA,cAAG,MAAC,MAAM;AAAA,MACnB,UAAU;AAAA,IACb,CAAG;AACD,QAAI;AACH,UAAI;AAAA,QACH;AAAA,QACA;AAAA,MACA,IAAG,MAAMC,QAAAA,aAAa;AAAA,QACtB;AAAA,MACJ,CAAI;AACDD,oBAAAA,MAAI,eAAe,SAAS,KAAK;AACjCA,oBAAAA,MAAI,eAAe,QAAQ,QAAQ;AAAA,IACnC,SAAQ,KAAK;AACb,UAAI,IAAI,QAAQ,IAAI;AACnBA,sBAAAA,MAAI,eAAe,SAAS,KAAK;AAAA,MACjC;AAAA,IACD;AAAA,EACH,WAAY,QAAQ,GAAG;AAIrB,QAAI;AAAA,MACH,MAAM;AAAA,IACT,IAAM,OAAO;AACX,QAAI;AAAA,MACH,MAAM;AAAA,IACT,IAAM,MAAMA,cAAG,MAAC,MAAM;AAAA,MACnB,UAAU;AAAA,IACb,CAAG;AACD,QAAI;AAEH,UAAI;AAAA,QACH;AAAA,QACA;AAAA,MACA,IAAG,MAAME,QAAAA,SAAS;AAAA,QAClB;AAAA,QACA;AAAA,MACJ,CAAI;AAaDF,oBAAAA,MAAI,eAAe,SAAS,KAAK;AACjCA,oBAAAA,MAAI,eAAe,QAAQ,IAAI;AAO/BA,oBAAAA,MAAI,aAAc;AAClBG,qBAAM;AAAA,IACN,SAAQ,KAAK;AACbH,oBAAAA,MAAY,MAAA,OAAA,2BAAA,GAAG;AAAA,IACf;AAAA,EACD;AACF;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"search.js","sources":["components/search/search.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvY29tcG9uZW50cy9zZWFyY2gvc2VhcmNoLnZ1ZQ"],"sourcesContent":["<template>\n\t<view :class=\"Fixed ? 'Fixed' : ''\">\n\t\t<view :style=\"{ height: statusBarHeight }\"></view>\n\t\t<view style=\"height: 44px\"></view>\n\t\t<view class=\"search\">\n\t\t\t<!-- \t\t\t<view class=\"search_left\" :class=\"Fixed ? 'opacityLeft' : ''\">\n\t\t\t\t<image class=\"search_left_img\" src=\"/static/icon/xai.png\" mode=\"widthFix\"></image>\n\t\t\t\t<view>郑州市</view>\n\t\t\t</view> -->\n\t\t\t<view class=\"search_right p30\">\n\t\t\t\t<up-input placeholder=\"查找地点、电站\" confirmType=\"search\" suffixIcon=\"/static/icon/search.png\" border=\"none\" v-model=\"value\" @change=\"change\" @confirm=\"confirm\"></up-input>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n\n<script setup>\n\nimport { ref } from 'vue';\nlet value = ref('');\nconst statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';\nconst emits = defineEmits(['change', 'search']);\n\nconst data = defineProps({\n\tFixed: {\n\t\ttype: Boolean,\n\t\tdefault: false\n\t}\n});\n\nlet change = (e) => {\n\temits('change', e);\n};\n\nlet confirm = (e) => {\n\temits('search', e);\n};\n</script>\n\n<style lang=\"scss\">\n.Fixed {\n\tposition: fixed;\n\tleft: 0;\n\twidth: 100%;\n\tpadding: 0 30rpx;\n\tz-index: 99;\n}\n\n.search {\n\t@include flex($space: space-between);\n\n\t&_left {\n\t\t@include flex;\n\t\tfont-weight: bold;\n\t\tfont-size: 40rpx;\n\t\tcolor: #232323;\n\t\theight: 86rpx;\n\t\t&_img {\n\t\t\twidth: 36rpx;\n\t\t\theight: 36rpx;\n\t\t\tmargin-right: 15rpx;\n\t\t}\n\t}\n\n\t.opacityLeft {\n\t\tbackground: rgba(255, 255, 255, 0.27);\n\t\tborder-radius: 10rpx 10rpx 10rpx 10rpx;\n\t\tpadding: 0 10rpx;\n\t}\n\n\t&_right {\n\t\tflex: 1;\n\t\t@include flex;\n\t\t// max-width: 500rpx;\n\t\theight: 86rpx;\n\t\tbackground: #ffffff;\n\t\tbox-shadow: inset 0rpx 0rpx 22rpx 2rpx #f9fbff;\n\t\tborder-radius: 20rpx 20rpx 20rpx 20rpx;\n\t}\n}\n</style>\n","import Component from 'D:/project/云充电/components/search/search.vue'\nwx.createComponent(Component)"],"names":["ref","uni","Component"],"mappings":";;;;;;;;;;;;;;;;;;;;AAmBA,QAAI,QAAQA,cAAAA,IAAI,EAAE;AAClB,UAAM,kBAAkBC,cAAAA,MAAI,oBAAoB,kBAAkB;AAClE,UAAM,QAAQ;AASd,QAAI,SAAS,CAAC,MAAM;AACnB,YAAM,UAAU,CAAC;AAAA,IAClB;AAEA,QAAI,UAAU,CAAC,MAAM;AACpB,YAAM,UAAU,CAAC;AAAA,IAClB;;;;;;;;;;;;;;;;;;;ACnCA,GAAG,gBAAgBC,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"statusBar.js","sources":["components/statusBar/statusBar.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvY29tcG9uZW50cy9zdGF0dXNCYXIvc3RhdHVzQmFyLnZ1ZQ"],"sourcesContent":["<template>\n\t<view style=\"position: relative\">\n\t\t<view :style=\"{ height: statusBarHeight }\"></view>\n\t\t<view style=\"height: 44px\"></view>\n\t\t<view class=\"statusBar_blur\"></view>\n\t</view>\n</template>\n\n<script setup>\nconst statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';\n</script>\n\n<style lang=\"scss\">\n.statusBar_blur {\n\twidth: 100%;\n\theight: 185rpx;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground: #dbe6ff;\n\topacity: 0.8;\n\tfilter: blur(50px);\n\t/* #ifdef MP-ALIPAY */\n\tz-index: 0;\n\t/* #endif */\n\t/* #ifdef MP-WEIXIN */\n\tz-index: -1;\n\t/* #endif */\n}\n</style>\n","import Component from 'D:/project/云充电/components/statusBar/statusBar.vue'\nwx.createComponent(Component)"],"names":["uni","Component"],"mappings":";;;;;AASA,UAAM,kBAAkBA,cAAAA,MAAI,oBAAoB,kBAAkB;;;;;;;;ACRlE,GAAG,gBAAgBC,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"config.js","sources":["config.js"],"sourcesContent":["export default {\r\n\t// baseUrl: 'http://192.168.1.63:1017',\r\n\t// baseUrl: 'https://app.zhongshuai2023.com',\r\n\t// sok: 'app.zhongshuai2023.com'\r\n\t// sok: '192.168.1.63:1017',\r\n\tbaseUrl: 'https://appapi.prod.zhongshuai2023.com',\r\n}"],"names":[],"mappings":";AAAA,MAAe,SAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKd,SAAS;AACV;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"useNav.js","sources":["hooks/useNav.js"],"sourcesContent":["import {\r\n\tref,\r\n\twatch\r\n} from 'vue';\r\n\r\n\r\nexport function useNav() {\r\n\r\n\tconst nav = (e) => {\r\n\t\tif (e.call) {\r\n\t\t\tuni.makePhoneCall({\r\n\t\t\t\tphoneNumber: '4008005326' //仅为示例\r\n\t\t\t});\r\n\t\t\treturn\r\n\t\t}\r\n\r\n\r\n\t\tif (!uni.getStorageSync('token')) {\r\n\t\t\tuni.showModal({\r\n\t\t\t\ttitle: '提示',\r\n\t\t\t\tcontent: '为提供更好的服务,请前往登录',\r\n\t\t\t\tsuccess: (res) => {\r\n\t\t\t\t\tif (res.confirm) {\r\n\t\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\t\turl: '/pages/login/login'\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else if (res.cancel) {\r\n\t\t\t\t\t\tconsole.log('用户点击取消');\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\treturn\r\n\t\t}\r\n\r\n\r\n\t\tuni[e.type == 'nav' || !e.type ? 'navigateTo' : e.type == 'switchTab' ? 'switchTab' : 'navigateTo']({\r\n\t\t\turl: e.path\r\n\t\t})\r\n\t}\r\n\r\n\tconst navTo = (path, token, call) => {\r\n\r\n\r\n\r\n\r\n\t\tif (!uni.getStorageSync('token')) {\r\n\r\n\t\t\tuni.showModal({\r\n\t\t\t\ttitle: '提示',\r\n\t\t\t\tcontent: '为提供更好的服务,请前往登录',\r\n\t\t\t\tsuccess: (res) => {\r\n\t\t\t\t\tif (res.confirm) {\r\n\t\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\t\turl: '/pages/login/login'\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else if (res.cancel) {\r\n\t\t\t\t\t\tconsole.log('用户点击取消');\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\treturn\r\n\t\t}\r\n\t\tuni.navigateTo({\r\n\t\t\turl: path\r\n\t\t})\r\n\t}\r\n\r\n\treturn {\r\n\t\tnav,\r\n\t\tnavTo\r\n\t}\r\n}\r\n\r\nexport default useNav"],"names":["uni"],"mappings":";;AAMO,SAAS,SAAS;AAExB,QAAM,MAAM,CAAC,MAAM;AAClB,QAAI,EAAE,MAAM;AACXA,oBAAAA,MAAI,cAAc;AAAA,QACjB,aAAa;AAAA;AAAA,MACjB,CAAI;AACD;AAAA,IACA;AAGD,QAAI,CAACA,cAAG,MAAC,eAAe,OAAO,GAAG;AACjCA,oBAAAA,MAAI,UAAU;AAAA,QACb,OAAO;AAAA,QACP,SAAS;AAAA,QACT,SAAS,CAAC,QAAQ;AACjB,cAAI,IAAI,SAAS;AAChBA,0BAAAA,MAAI,WAAW;AAAA,cACd,KAAK;AAAA,YACZ,CAAO;AAAA,UACP,WAAgB,IAAI,QAAQ;AACtBA,0BAAAA,4CAAY,QAAQ;AAAA,UACpB;AAAA,QACD;AAAA,MACL,CAAI;AACD;AAAA,IACA;AAGDA,kBAAAA,MAAI,EAAE,QAAQ,SAAS,CAAC,EAAE,OAAO,eAAe,EAAE,QAAQ,cAAc,cAAc,YAAY,EAAE;AAAA,MACnG,KAAK,EAAE;AAAA,IACV,CAAG;AAAA,EACD;AAED,QAAM,QAAQ,CAAC,MAAM,OAAO,SAAS;AAKpC,QAAI,CAACA,cAAG,MAAC,eAAe,OAAO,GAAG;AAEjCA,oBAAAA,MAAI,UAAU;AAAA,QACb,OAAO;AAAA,QACP,SAAS;AAAA,QACT,SAAS,CAAC,QAAQ;AACjB,cAAI,IAAI,SAAS;AAChBA,0BAAAA,MAAI,WAAW;AAAA,cACd,KAAK;AAAA,YACZ,CAAO;AAAA,UACP,WAAgB,IAAI,QAAQ;AACtBA,0BAAAA,4CAAY,QAAQ;AAAA,UACpB;AAAA,QACD;AAAA,MACL,CAAI;AACD;AAAA,IACA;AACDA,kBAAAA,MAAI,WAAW;AAAA,MACd,KAAK;AAAA,IACR,CAAG;AAAA,EACD;AAED,SAAO;AAAA,IACN;AAAA,IACA;AAAA,EACA;AACF;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"refund.js","sources":["pageMake/refund/refund.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZU1ha2VccmVmdW5kXHJlZnVuZC52dWU"],"sourcesContent":["<template>\n\t<view class=\"p30\">\n\t\t<view style=\"font-size: 36rpx; font-weight: bold; margin-top: 40rpx\">\n\t\t\t退款信息\n\t\t\t<text style=\"font-size: 26rpx; color: chocolate; font-weight: 500\">活动金额不在退款范围内</text>\n\t\t</view>\n\t\t<view style=\"display: flex; align-items: center; height: 100rpx; justify-content: space-between\">\n\t\t\t<view>¥</view>\n\t\t\t<input v-model=\"dataFrom.amount\" :placeholder=\"`可申请退款${balance}元`\" style=\"width: 500rpx; font-size: 32rpx\" type=\"number\" />\n\t\t\t<view @click=\"dataFrom.amount = balance\" style=\"font-size: 28rpx; color: #4879e6\">全部</view>\n\t\t</view>\n\t\t<view style=\"font-size: 28rpx; margin-bottom: 20rpx\">申请退款理由</view>\n\t\t<view style=\"margin-bottom: 30rpx\">\n\t\t\t<up-textarea v-model=\"dataFrom.refundReason\" placeholder=\"请输入退款理由\"></up-textarea>\n\t\t</view>\n\t\t<view style=\"font-weight: bold; font-size: 30rpx; margin-bottom: 20rpx\">退款须知:</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">1.退款金额不包含充值时使用的第三方优惠抵扣金额,退款时充值享受到的优惠金额也将全部扣除</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">2.您的退款金额到账时间由各充值渠道(微信/支付宝决定请耐心等待约1~3工作日到账</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">3.退款按照充值记录进行逐笔退款,一次申请可能产生多笔退款到账记录,请注意查收</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">4.正在充电或存在异常订单时无法进行退款操作</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">5.根据各充值渠道规则,只可退一年内的充值金额</view>\n\t\t<view style=\"position: fixed; bottom: 0; left: 0; width: 750rpx; padding: 20rpx 30rpx; border-top: 1rpx solid #eee\" class=\"flex-acsb\">\n\t\t\t<view style=\"width: 230rpx\">\n\t\t\t\t<!-- openType=\"contact\" -->\n\t\t\t\t<up-button @click=\"toKft\" :customStyle=\"{ height: '80rpx' }\" text=\"联系客服\" shape=\"circle\"></up-button>\n\t\t\t</view>\n\t\t\t<view style=\"width: 400rpx\">\n\t\t\t\t<up-button @click=\"refundTo\" :customStyle=\"{ height: '80rpx' }\" color=\"#4879e6\" text=\"提交\" shape=\"circle\"></up-button>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\nimport { refund } from '@/api/api.js';\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tbalance: 0,\n\t\t\tdataFrom: {\n\t\t\t\tamount: '',\n\t\t\t\trefundReason: ''\n\t\t\t}\n\t\t};\n\t},\n\tonLoad(options) {\n\t\tif (options.balance) {\n\t\t\tthis.balance = options.balance;\n\t\t}\n\t},\n\tmethods: {\n\t\ttoKft() {\n\t\t\tuni.makePhoneCall({\n\t\t\t\tphoneNumber: '4008005326' //仅为示例\n\t\t\t});\n\t\t},\n\t\trefundTo() {\n\t\t\tif (!this.dataFrom.amount) {\n\t\t\t\treturn uni.showToast({\n\t\t\t\t\ttitle: '请输入退款金额',\n\t\t\t\t\ticon: 'none'\n\t\t\t\t});\n\t\t\t}\n\t\t\trefund(this.dataFrom).then((res) => {\n\t\t\t\tuni.showModal({\n\t\t\t\t\ttitle: '提示',\n\t\t\t\t\tcontent: '提交成功',\n\t\t\t\t\tshowCancel: false,\n\t\t\t\t\tsuccess: function (res) {\n\t\t\t\t\t\tuni.navigateBack();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t}\n};\n</script>\n\n<style>\npage {\n\tbackground-color: #fff;\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pageMake/refund/refund.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni","refund","res"],"mappings":";;;AAmCA,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;AAAA,MACN,SAAS;AAAA,MACT,UAAU;AAAA,QACT,QAAQ;AAAA,QACR,cAAc;AAAA,MACf;AAAA;EAED;AAAA,EACD,OAAO,SAAS;AACf,QAAI,QAAQ,SAAS;AACpB,WAAK,UAAU,QAAQ;AAAA,IACxB;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,QAAQ;AACPA,oBAAAA,MAAI,cAAc;AAAA,QACjB,aAAa;AAAA;AAAA,MACd,CAAC;AAAA,IACD;AAAA,IACD,WAAW;AACV,UAAI,CAAC,KAAK,SAAS,QAAQ;AAC1B,eAAOA,cAAAA,MAAI,UAAU;AAAA,UACpB,OAAO;AAAA,UACP,MAAM;AAAA,QACP,CAAC;AAAA,MACF;AACAC,cAAAA,OAAO,KAAK,QAAQ,EAAE,KAAK,CAAC,QAAQ;AACnCD,sBAAAA,MAAI,UAAU;AAAA,UACb,OAAO;AAAA,UACP,SAAS;AAAA,UACT,YAAY;AAAA,UACZ,SAAS,SAAUE,MAAK;AACvBF,0BAAG,MAAC,aAAY;AAAA,UACjB;AAAA,QACD,CAAC;AAAA,MACF,CAAC;AAAA,IACF;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC1EA,GAAG,WAAW,eAAe;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"agreement.js","sources":["pages/agreement/agreement.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvYWdyZWVtZW50L2FncmVlbWVudC52dWU"],"sourcesContent":["<template>\n\t<view class=\"p30\">\n\t\t<mp-html :content=\"info.protocolContent\" />\r\n\t\t<view style=\"height: 100rpx;\"></view>\n\t</view>\n</template>\n\n<script setup>\nimport { ref } from 'vue';\nimport { onLoad } from '@dcloudio/uni-app';\nimport { selectProtocolInfo } from '@/api/api.js';\n\nlet info = ref({});\n\nonLoad(async (options) => {\n\tlet _res = await selectProtocolInfo({ id: options.id });\n\tinfo.value = _res;\n});\n</script>\n\n<style></style>\n","import MiniProgramPage from 'D:/project/云充电/pages/agreement/agreement.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onLoad","selectProtocolInfo","MiniProgramPage"],"mappings":";;;;;;;;;;;;;;AAYA,QAAI,OAAOA,cAAAA,IAAI,CAAA,CAAE;AAEjBC,kBAAM,OAAC,OAAO,YAAY;AACzB,UAAI,OAAO,MAAMC,2BAAmB,EAAE,IAAI,QAAQ,GAAE,CAAE;AACtD,WAAK,QAAQ;AAAA,IACd,CAAC;;;;;;;;;;AChBD,GAAG,WAAWC,SAAe;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"login.js","sources":["pages/login/login.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbG9naW4vbG9naW4udnVl"],"sourcesContent":["<template>\n\t<view class=\"content\">\n\t\t<view class=\"head\">\n\t\t\t<image src=\"/static/image/login26_bg.png\" mode=\"widthFix\"></image>\n\t\t</view>\n\t\t<view class=\"title\">\n\t\t\t<text class=\"name\">Hello!</text>\n\t\t\t<text class=\"sub-name\">欢迎登录云快充</text>\n\t\t</view>\n\t\t<view class=\"form-box\">\n\t\t\t<button class=\"login-btn\" :disabled=\"!aloneChecked\" open-type=\"getPhoneNumber\" @getphonenumber=\"getPhoneNumber\">一键注册登录</button>\n\t\t\t<view class=\"tip-link\" style=\"display: flex; align-items: center\">\n\t\t\t\t<up-checkbox shape=\"circle\" name=\"agree\" usedAlone @change=\"change\"></up-checkbox>\n\t\t\t\t我已阅读并同意\n\t\t\t\t<text @click=\"toNav('/pages/agreement/agreement?id=9')\">用户协议</text>\n\t\t\t\t和\n\t\t\t\t<text @click=\"toNav('/pages/agreement/agreement?id=10')\">隐私政策</text>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n\n<script setup>\nimport { ref } from 'vue';\nimport { login } from '@/common/js/user.js';\n\nlet aloneChecked = ref(false);\n\nlet getPhoneNumber = async (e) => {\n\tif (!aloneChecked.value) {\n\t\treturn uni.showToast({\n\t\t\ttitle: '请先阅读并同意用户协议和隐私政策',\n\t\t\ticon: 'none'\n\t\t});\n\t}\n\ttry {\n\t\tlogin(e, 2);\n\t\t// let token = uni.getStorageSync('token');\n\n\t\t// if (!token) {\n\t\t// \tlogin(e, 2);\n\t\t// } else {\n\t\t// \tlogin();\n\t\t// \tuni.navigateBack();\n\t\t// }\n\t} catch (err) {\n\t\tuni.showToast({\n\t\t\ttitle: err,\n\t\t\ticon: 'none'\n\t\t});\n\t}\n};\n\nconst toNav = (e) => {\n\tuni.navigateTo({\n\t\turl: e\n\t});\n};\n\nconst change = (e) => {\n\taloneChecked.value = e;\n};\n</script>\n\n<style lang=\"scss\">\npage {\n\tbackground-color: #e9edf6;\n}\n\n.head {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\twidth: 100%;\n\theight: 30vh;\n\tz-index: -1;\n\n\timage {\n\t\twidth: 100%;\n\t\theight: 100%;\n\t}\n}\n\n.title {\n\tpadding-left: 80rpx;\n\tpadding-top: 100rpx;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n\tflex-direction: column;\n\theight: 30vh;\n\n\t.name {\n\t\tfont-size: 70rpx;\n\t\tline-height: 100rpx;\n\t\tfont-weight: bold;\n\t}\n\n\t.sub-name {\n\t\tline-height: 80rpx;\n\t\tfont-size: 45rpx;\n\t\tletter-spacing: 8rpx;\n\t\tfont-weight: bold;\n\t}\n}\n\n.form-box {\n\tpadding: 0rpx 80rpx;\n\n\t.row-input {\n\t\tdisplay: flex;\n\t\tjustify-content: flex-start;\n\t\talign-items: center;\n\t\theight: 100rpx;\n\t\tbackground-color: #ffffff;\n\t\tborder-radius: 12rpx;\n\t\tmargin: 50rpx 0rpx;\n\n\t\timage {\n\t\t\tmargin: 0 25rpx;\n\t\t\tflex-shrink: 0;\n\t\t\twidth: 31rpx;\n\t\t\theight: 35rpx;\n\t\t}\n\n\t\tinput {\n\t\t\tfont-size: 30rpx;\n\t\t\tflex: 1;\n\t\t}\n\t}\n\n\t.menu-link {\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\talign-items: center;\n\t\tfont-size: 26rpx;\n\t}\n\n\t.login-btn {\n\t\tmargin-top: 250rpx;\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\theight: 90rpx;\n\t\tborder-radius: 12rpx;\n\t\tbackground-color: #819682;\n\t\tcolor: #f4f4f4;\n\t\tfont-size: 30rpx;\n\t\tletter-spacing: 5rpx;\n\t\tbox-shadow: 0rpx 5rpx 20rpx #94ac95;\n\t}\n\n\t.tip-link {\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\tletter-spacing: 3rpx;\n\t\tline-height: 150rpx;\n\t\tfont-size: 26rpx;\n\n\t\ttext {\n\t\t\tcolor: #57a2ee;\n\t\t}\n\t}\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pages/login/login.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","uni","login","MiniProgramPage"],"mappings":";;;;;;;;;;;;;;;AA0BA,QAAI,eAAeA,cAAAA,IAAI,KAAK;AAE5B,QAAI,iBAAiB,OAAO,MAAM;AACjC,UAAI,CAAC,aAAa,OAAO;AACxB,eAAOC,cAAAA,MAAI,UAAU;AAAA,UACpB,OAAO;AAAA,UACP,MAAM;AAAA,QACT,CAAG;AAAA,MACD;AACD,UAAI;AACHC,6BAAM,GAAG,CAAC;AAAA,MASV,SAAQ,KAAK;AACbD,sBAAAA,MAAI,UAAU;AAAA,UACb,OAAO;AAAA,UACP,MAAM;AAAA,QACT,CAAG;AAAA,MACD;AAAA,IACF;AAEA,UAAM,QAAQ,CAAC,MAAM;AACpBA,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAK;AAAA,MACP,CAAE;AAAA,IACF;AAEA,UAAM,SAAS,CAAC,MAAM;AACrB,mBAAa,QAAQ;AAAA,IACtB;;;;;;;;;;;;;;;;;;AC5DA,GAAG,WAAWE,SAAe;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"card.js","sources":["pages/mine/card.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZS9jYXJkLnZ1ZQ"],"sourcesContent":["<template>\n\t<view class=\"earnings p30\">\n\t\t<z-paging ref=\"paging\" v-model=\"dataList\" use-page-scroll @query=\"queryList\">\n\t\t\t<view style=\"margin-bottom: 30rpx\" @click=\"toCrud(item)\" class=\"mt30 wallet_list\" v-for=\"(item, index) in dataList\" :key=\"index\">\n\t\t\t\t<view style=\"color: #fff\">\n\t\t\t\t\t<view style=\"font-weight: bold; font-size: 32rpx; margin-bottom: 18rpx\">\n\t\t\t\t\t\t{{ item.name }}\n\t\t\t\t\t</view>\n\t\t\t\t\t<view style=\"margin-bottom: 12rpx; font-size: 28rpx; color: #eee\">\n\t\t\t\t\t\t卡号{{ item.cardNo }}\n\t\t\t\t\t</view>\n\t\t\t\t\t<view style=\"margin-bottom: 12rpx; font-size: 28rpx; color: #eee\">\n\t\t\t\t\t\t电站{{ item.stationName }}\n\t\t\t\t\t</view>\n\t\t\t\t\t<view style=\"font-size: 28rpx; color: #eee\">\n\t\t\t\t\t\t商户{{ item.merchantName }}\n\t\t\t\t\t</view>\n\t\t\t\t</view>\n\t\t\t\t<view style=\"display: flex; flex-direction: column; align-items: center; color: #fff; font-weight: bold; font-size: 26rpx\">\n\t\t\t\t\t<view style=\"font-size: 55rpx; margin-bottom: 30rpx\">{{ item.balance }}</view>\n\t\t\t\t\t<view style=\"font-weight: 500\">余额</view>\n\t\t\t\t</view>\n\t\t\t</view>\n\t\t</z-paging>\n\t</view>\n</template>\n\n<script setup>\nimport { reactive, ref, computed } from 'vue';\nimport { onPullDownRefresh, onPageScroll, onReachBottom } from '@dcloudio/uni-app';\nimport { timeFormat } from '@/uni_modules/uview-plus';\nimport { userCardList } from '@/api/api.js';\nimport { onLoad, onShow } from '@dcloudio/uni-app';\nimport { useNav } from '@/hooks/useNav.js';\n\nconst changeSele = (e) => {\n\tpaging.value.reload();\n};\n\nconst { nav, navTo } = useNav();\nlet getInfo = ref({});\nconst paging = ref(null);\nlet dataList = ref([]);\n\nlet isPagingRefNotFound = () => {\n\treturn !paging.value;\n};\n\nonPullDownRefresh(() => {\n\tif (isPagingRefNotFound()) return;\n\tpaging.value.reload().catch(() => {});\n});\n\nonPageScroll((e) => {\n\tif (isPagingRefNotFound()) return;\n\tpaging.value.updatePageScrollTop(e.scrollTop);\n\te.scrollTop < 10 && paging.value.doChatRecordLoadMore();\n});\n\nonReachBottom(() => {\n\tif (isPagingRefNotFound()) return;\n\tpaging.value.pageReachBottom();\n});\n\nconst queryList = (pageNo, pageSize) => {\n\tconst params = {\n\t\tcurrent: pageNo,\n\t\tpageSize: pageSize\n\t};\n\n\tuserCardList(params)\n\t\t.then((res) => {\n\t\t\tpaging.value.complete(res);\n\t\t})\n\t\t.catch((res) => {\n\t\t\tpaging.value.complete(false);\n\t\t});\n};\r\n\r\nlet toCrud = ()=>{\r\n\tuni.navigateTo({\r\n\t\turl:'./cardList?id=' + e.id\r\n\t})\r\n}\n</script>\n\n<style scoped lang=\"scss\">\n.wallet_list {\n\tborder-radius: 15rpx;\n\tbackground-color: #4879e6;\n\tpadding: 35rpx 50rpx 35rpx 30rpx;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pages/mine/card.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onPullDownRefresh","onPageScroll","e","onReachBottom","userCardList","uni"],"mappings":";;;;;;;;;;;;;;;AAwCAA,kBAAA,IAAA,EAAA;AACA,UAAA,SAAAA,cAAAA,IAAA,IAAA;AACA,QAAA,WAAAA,cAAAA,IAAA,CAAA,CAAA;AAEA,QAAA,sBAAA,MAAA;AACA,aAAA,CAAA,OAAA;AAAA,IACA;AAEAC,kBAAAA,kBAAA,MAAA;AACA,UAAA,oBAAA;AAAA;AACA,aAAA,MAAA,OAAA,EAAA,MAAA,MAAA;AAAA,MAAA,CAAA;AAAA,IACA,CAAA;AAEAC,kBAAA,aAAA,CAAAC,OAAA;AACA,UAAA,oBAAA;AAAA;AACA,aAAA,MAAA,oBAAAA,GAAA,SAAA;AACA,MAAAA,GAAA,YAAA,MAAA,OAAA,MAAA,qBAAA;AAAA,IACA,CAAA;AAEAC,kBAAAA,cAAA,MAAA;AACA,UAAA,oBAAA;AAAA;AACA,aAAA,MAAA;IACA,CAAA;AAEA,UAAA,YAAA,CAAA,QAAA,aAAA;AACA,YAAA,SAAA;AAAA,QACA,SAAA;AAAA,QACA;AAAA,MACA;AAEAC,cAAAA,aAAA,MAAA,EACA,KAAA,CAAA,QAAA;AACA,eAAA,MAAA,SAAA,GAAA;AAAA,MACA,CAAA,EACA,MAAA,CAAA,QAAA;AACA,eAAA,MAAA,SAAA,KAAA;AAAA,MACA,CAAA;AAAA,IACA;AAEA,QAAA,SAAA,MAAA;AACAC,oBAAAA,MAAA,WAAA;AAAA,QACA,KAAA,mBAAA,EAAA;AAAA,MACA,CAAA;AAAA,IACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AClFA,GAAG,WAAW,eAAe;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"earnings.js","sources":["pages/mine/earnings.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZS9lYXJuaW5ncy52dWU"],"sourcesContent":["<template>\n\t<view class=\"earnings\">\n\t\t<up-cell-group>\n\t\t\t<up-cell icon=\"integral-fill\" title=\"会员等级\" value=\"新版本\"></up-cell>\n\t\t</up-cell-group>\n\t</view>\n</template>\n\n<script>\nexport default {\n\tdata() {\n\t\treturn {};\n\t},\n\tmethods: {}\n};\n</script>\n\n<style></style>\n","import MiniProgramPage from 'D:/project/云充电/pages/mine/earnings.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AASA,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;EACP;AAAA,EACD,SAAS,CAAC;AACX;;;;;;;;;;;;;;;;;;;;;ACbA,GAAG,WAAW,eAAe;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"incomeList.js","sources":["pages/mine/incomeList.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZS9pbmNvbWVMaXN0LnZ1ZQ"],"sourcesContent":["<template>\n\t<view class=\"earnings p30\">\n\t\t<z-paging ref=\"paging\" v-model=\"dataList\" use-page-scroll @query=\"queryList\">\n\t\t\t<view style=\"margin-bottom: 30rpx;\" class=\"mt30 wallet_list\" v-for=\"(item, index) in dataList\" :key=\"index\">\n\t\t\t\t<view class=\"wallet_list_left\">\n\t\t\t\t\t<view>{{ item.recordName || '-' }}</view>\n\t\t\t\t\t<view>{{ item.createTime }}</view>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"wallet_list_right\" style=\"display: flex; flex-direction: column; align-items: flex-end\">\n<!-- \t\t\t\t\t<view style=\"margin-bottom: 10rpx; width: 75rpx\">\n\t\t\t\t\t\t<view></view>\n\t\t\t\t\t\t<up-tag v-if=\"item.pointType == 2\" size=\"mini\" text=\"余额\" type=\"warning\" plain plainFill></up-tag>\n\t\t\t\t\t\t<up-tag v-if=\"item.pointType == 1\" size=\"mini\" text=\"收益\" plain plainFill></up-tag>\n\t\t\t\t\t</view> -->\n\t\t\t\t\t<view>{{ item.amount }}元</view>\n\t\t\t\t</view>\n\t\t\t</view>\n\t\t</z-paging>\n\t</view>\n</template>\n\n<script setup>\nimport { reactive, ref, computed } from 'vue';\nimport { onPullDownRefresh, onPageScroll, onReachBottom } from '@dcloudio/uni-app';\nimport { timeFormat } from '@/uni_modules/uview-plus';\nimport { walletRecord } from '@/api/api.js';\nimport { onLoad, onShow } from '@dcloudio/uni-app';\nimport { useNav } from '@/hooks/useNav.js';\n\n\nconst changeSele = (e) => {\n\tpaging.value.reload();\n};\n\nconst { nav, navTo } = useNav();\nlet getInfo = ref({});\nconst paging = ref(null);\nlet dataList = ref([]);\n\nlet isPagingRefNotFound = () => {\n\treturn !paging.value;\n};\n\n\nonPullDownRefresh(() => {\n\tif (isPagingRefNotFound()) return;\n\tpaging.value.reload().catch(() => {});\n});\n\nonPageScroll((e) => {\n\tif (isPagingRefNotFound()) return;\n\tpaging.value.updatePageScrollTop(e.scrollTop);\n\te.scrollTop < 10 && paging.value.doChatRecordLoadMore();\n});\n\nonReachBottom(() => {\n\tif (isPagingRefNotFound()) return;\n\tpaging.value.pageReachBottom();\n});\n\nconst queryList = (pageNo, pageSize) => {\n\tconst params = {\n\t\tcurrent: pageNo,\n\t\tpageSize: pageSize,\n\t};\n\n\twalletRecord(params)\n\t\t.then((res) => {\n\t\t\tpaging.value.complete(res);\n\t\t})\n\t\t.catch((res) => {\n\t\t\tpaging.value.complete(false);\n\t\t});\n};\n</script>\n\n<style scoped lang=\"scss\">\n.wallet_pall {\n\twidth: 690rpx;\n\theight: 272rpx;\n\tborder-radius: 16rpx 16rpx 16rpx 16rpx;\n\tpadding: 40rpx;\n\tbackground: #ffffff;\n\t&_header {\n\t\tfont-weight: bold;\n\t\tfont-size: 26rpx;\n\t\tcolor: #002ea4;\n\t}\n\t&_ye {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t\theight: 70%;\n\t\tview:nth-child(1) {\n\t\t\tfont-weight: bold;\n\t\t\tfont-size: 68rpx;\n\t\t\tcolor: #002ea4;\n\t\t}\n\t\tview:nth-child(2) {\n\t\t\twidth: 128rpx;\n\t\t\theight: 58rpx;\n\t\t\tbackground: rgba(0, 46, 164, 0.07);\n\t\t\tborder-radius: 32rpx 32rpx 32rpx 32rpx;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tjustify-content: center;\n\t\t\tfont-size: 26rpx;\n\t\t\tcolor: #002ea4;\n\t\t}\n\t}\n}\n\n.wallet_list {\n\twidth: 690rpx;\n\t// height: 120rpx;\n\tbackground: #ffffff;\n\tborder-radius: 8rpx 8rpx 8rpx 8rpx;\n\tpadding: 15rpx 30rpx;\n\t@include flex($space: space-between);\n\t&_left {\n\t\tview:nth-child(1) {\n\t\t\tfont-weight: bold;\n\t\t\tfont-size: 28rpx;\n\t\t\tcolor: #232323;\n\t\t\tmargin-bottom: 10rpx;\n\t\t}\n\t\tview:nth-child(2) {\n\t\t\tfont-size: 24rpx;\n\t\t\tcolor: #232323;\n\t\t}\n\t\tview:nth-child(3) {\n\t\t\tfont-size: 24rpx;\n\t\t\tcolor: #232323;\n\t\t}\r\n\t\tview:nth-child(4) {\r\n\t\t\tfont-size: 24rpx;\r\n\t\t\tcolor: #232323;\r\n\t\t}\n\t}\n\t&_right {\n\t\tfont-weight: bold;\n\t\tfont-size: 28rpx;\n\t\tcolor: #ff2727;\n\t}\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pages/mine/incomeList.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onPullDownRefresh","onPageScroll","onReachBottom","walletRecord"],"mappings":";;;;;;;;;;;;;;;AAmCAA,kBAAA,IAAA,EAAA;AACA,UAAA,SAAAA,cAAAA,IAAA,IAAA;AACA,QAAA,WAAAA,cAAAA,IAAA,CAAA,CAAA;AAEA,QAAA,sBAAA,MAAA;AACA,aAAA,CAAA,OAAA;AAAA,IACA;AAGAC,kBAAAA,kBAAA,MAAA;AACA,UAAA,oBAAA;AAAA;AACA,aAAA,MAAA,OAAA,EAAA,MAAA,MAAA;AAAA,MAAA,CAAA;AAAA,IACA,CAAA;AAEAC,kBAAA,aAAA,CAAA,MAAA;AACA,UAAA,oBAAA;AAAA;AACA,aAAA,MAAA,oBAAA,EAAA,SAAA;AACA,QAAA,YAAA,MAAA,OAAA,MAAA,qBAAA;AAAA,IACA,CAAA;AAEAC,kBAAAA,cAAA,MAAA;AACA,UAAA,oBAAA;AAAA;AACA,aAAA,MAAA;IACA,CAAA;AAEA,UAAA,YAAA,CAAA,QAAA,aAAA;AACA,YAAA,SAAA;AAAA,QACA,SAAA;AAAA,QACA;AAAA,MACA;AAEAC,cAAAA,aAAA,MAAA,EACA,KAAA,CAAA,QAAA;AACA,eAAA,MAAA,SAAA,GAAA;AAAA,MACA,CAAA,EACA,MAAA,CAAA,QAAA;AACA,eAAA,MAAA,SAAA,KAAA;AAAA,MACA,CAAA;AAAA,IACA;;;;;;;;;;;;;;;;;;;;;;;;;;ACxEA,GAAG,WAAW,eAAe;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"sett.js","sources":["pages/mine/sett.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZS9zZXR0LnZ1ZQ"],"sourcesContent":["<template>\n\t<view class=\"p30\">\n\t\t<view style=\"background-color: #fff; border-radius: 15rpx\">\n\t\t\t<up-cell-group :border=\"false\">\n\t\t\t\t<button style=\"all: unset\" open-type=\"chooseAvatar\" @chooseavatar=\"chooseAvatar\">\n\t\t\t\t\t<up-cell title=\"头像\" :isLink=\"true\" size=\"min\">\n\t\t\t\t\t\t<template #value>\n\t\t\t\t\t\t\t<up-avatar :src=\"info.avatar\"></up-avatar>\n\t\t\t\t\t\t</template>\n\t\t\t\t\t</up-cell>\n\t\t\t\t</button>\n\t\t\t\t<up-cell title=\"昵称\" :isLink=\"true\" size=\"min\" @click=\"upNickName\">\n\t\t\t\t\t<template #value>\n\t\t\t\t\t\t<text class=\"u-slot-value\">{{ info.nickName }}</text>\n\t\t\t\t\t</template>\n\t\t\t\t</up-cell>\n\t\t\t\t<up-cell title=\"手机号\" size=\"min\" :border=\"false\">\n\t\t\t\t\t<template #value>\n\t\t\t\t\t\t<text class=\"u-slot-value\">{{ info.phone || '-' }}</text>\n\t\t\t\t\t</template>\n\t\t\t\t</up-cell>\n\t\t\t</up-cell-group>\n\t\t</view>\n\t\t<view style=\"height: 100rpx\"></view>\n\t\t<up-button type=\"error\" text=\"退出登录\" @click=\"outLogin\"></up-button>\n\t</view>\n</template>\n\n<script setup>\nimport { onShow } from '@dcloudio/uni-app';\nimport { userInfo, updateNickName, updateAvatar } from '@/api/api.js';\nimport { ref } from 'vue';\nimport { uploadFiles } from '@/utils/fun.js';\n\nlet info = ref({});\n\nonShow(async () => {\n\tgetInfo();\n});\n\nconst getInfo = async () => {\n\tlet _res = await userInfo();\n\tinfo.value = _res;\n};\n\nconst chooseAvatar = async (e) => {\n\tlet img = await uploadFiles(e.detail.avatarUrl);\n\tupdateAvatar({ avatar: img }).then((res) => {\n\t\tgetInfo();\n\t});\n\tconsole.log(img);\n};\n\nconst upNickName = () => {\n\tuni.showModal({\n\t\ttitle: '修改昵称',\n\t\tcontent: info.value.nickName,\n\t\teditable: true,\n\t\tsuccess: function (res) {\n\t\t\tif (res.confirm) {\n\t\t\t\tupdateNickName({ nickName: res.content }).then((res) => {\n\t\t\t\t\tgetInfo();\n\t\t\t\t});\n\t\t\t\tconsole.log(res);\n\t\t\t\tconsole.log('用户点击确定');\n\t\t\t} else if (res.cancel) {\n\t\t\t\tconsole.log('用户点击取消');\n\t\t\t}\n\t\t}\n\t});\n};\n\nconst outLogin = () => {\n\tuni.showModal({\n\t\ttitle: '提示',\n\t\tcontent: '是否确认退出登录?',\n\t\tsuccess: (res) => {\n\t\t\tif (res.confirm) {\n\t\t\t\tuni.clearStorageSync();\n\t\t\t\tuni.reLaunch({\n\t\t\t\t\turl: '/pages/home/home'\n\t\t\t\t});\n\t\t\t} else if (res.cancel) {\n\t\t\t\tconsole.log('用户点击取消');\n\t\t\t}\n\t\t}\n\t});\n};\n</script>\n\n<style>\nbutton::after {\n\tall: unset;\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pages/mine/sett.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onShow","userInfo","uploadFiles","updateAvatar","uni","updateNickName","res","MiniProgramPage"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAkCA,QAAI,OAAOA,cAAAA,IAAI,CAAA,CAAE;AAEjBC,kBAAAA,OAAO,YAAY;AAClB;IACD,CAAC;AAED,UAAM,UAAU,YAAY;AAC3B,UAAI,OAAO,MAAMC,QAAAA;AACjB,WAAK,QAAQ;AAAA,IACd;AAEA,UAAM,eAAe,OAAO,MAAM;AACjC,UAAI,MAAM,MAAMC,UAAW,YAAC,EAAE,OAAO,SAAS;AAC9CC,cAAY,aAAC,EAAE,QAAQ,IAAK,CAAA,EAAE,KAAK,CAAC,QAAQ;AAC3C;MACF,CAAE;AACDC,oBAAAA,MAAY,MAAA,OAAA,6BAAA,GAAG;AAAA,IAChB;AAEA,UAAM,aAAa,MAAM;AACxBA,oBAAAA,MAAI,UAAU;AAAA,QACb,OAAO;AAAA,QACP,SAAS,KAAK,MAAM;AAAA,QACpB,UAAU;AAAA,QACV,SAAS,SAAU,KAAK;AACvB,cAAI,IAAI,SAAS;AAChBC,oBAAc,eAAC,EAAE,UAAU,IAAI,QAAO,CAAE,EAAE,KAAK,CAACC,SAAQ;AACvD;YACL,CAAK;AACDF,0BAAAA,MAAA,MAAA,OAAA,6BAAY,GAAG;AACfA,0BAAAA,MAAA,MAAA,OAAA,6BAAY,QAAQ;AAAA,UACxB,WAAc,IAAI,QAAQ;AACtBA,0BAAAA,MAAA,MAAA,OAAA,6BAAY,QAAQ;AAAA,UACpB;AAAA,QACD;AAAA,MACH,CAAE;AAAA,IACF;AAEA,UAAM,WAAW,MAAM;AACtBA,oBAAAA,MAAI,UAAU;AAAA,QACb,OAAO;AAAA,QACP,SAAS;AAAA,QACT,SAAS,CAAC,QAAQ;AACjB,cAAI,IAAI,SAAS;AAChBA,0BAAG,MAAC,iBAAgB;AACpBA,0BAAAA,MAAI,SAAS;AAAA,cACZ,KAAK;AAAA,YACV,CAAK;AAAA,UACL,WAAc,IAAI,QAAQ;AACtBA,0BAAAA,MAAA,MAAA,OAAA,6BAAY,QAAQ;AAAA,UACpB;AAAA,QACD;AAAA,MACH,CAAE;AAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACtFA,GAAG,WAAWG,SAAe;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"detail.js","sources":["pages/order/detail.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvb3JkZXIvZGV0YWlsLnZ1ZQ"],"sourcesContent":["<template>\n\t<view>\n\t\t<statusBar />\n\t</view>\n</template>\n\n<script>\n\texport default {\n\t\tdata() {\n\t\t\treturn {\n\t\t\t\t\n\t\t\t}\n\t\t},\n\t\tmethods: {\n\t\t\t\n\t\t}\n\t}\n</script>\n\n<style>\n\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pages/order/detail.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AAOC,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO,CAEP;AAAA,EACA;AAAA,EACD,SAAS,CAET;AACD;;;;;;;;;;;;;ACfD,GAAG,WAAW,eAAe;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"sweep.js","sources":["pages/sweep/sweep.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvc3dlZXAvc3dlZXAudnVl"],"sourcesContent":["<template>\n\t<view class=\"sweep\">\n\t\t<statusBar />\n\t\t<view class=\"sweep_note\">\n\t\t\t<view class=\"sweep_note_view\">\n\t\t\t\t<view class=\"sweep_note_view_img\">\n\t\t\t\t\t<image src=\"/static/image/djk.png\" mode=\"widthFix\"></image>\n\t\t\t\t</view>\n\t\t\t\t<view>插上</view>\n\t\t\t\t<view>充电枪</view>\n\t\t\t</view>\n\t\t\t<view class=\"sweep_note_view\">\n\t\t\t\t<view class=\"sweep_note_view_img\">\n\t\t\t\t\t<image src=\"/static/image/djs.png\" mode=\"widthFix\"></image>\n\t\t\t\t</view>\n\t\t\t\t<view>点击</view>\n\t\t\t\t<view>扫码充电</view>\n\t\t\t</view>\n\t\t\t<view class=\"sweep_note_view\">\n\t\t\t\t<view class=\"sweep_note_view_img\">\n\t\t\t\t\t<image src=\"/static/image/cs.png\" mode=\"widthFix\"></image>\n\t\t\t\t</view>\n\t\t\t\t<view>点击</view>\n\t\t\t\t<view>开始充电</view>\n\t\t\t</view>\n\t\t</view>\n\n\t\t<view class=\"sweep_scan\" style=\"margin-top: 300rpx\">\n\t\t\t<up-input placeholder=\"请输入充电枪编号\" type=\"number\" border=\"surround\" v-model=\"value\"></up-input>\n\t\t\t<view style=\"width: 100rpx\">\n\t\t\t\t<up-button type=\"primary\" text=\"确定\" @click=\"toCd\"></up-button>\n\t\t\t</view>\n\t\t</view>\n\n\t\t<view class=\"sweep_scan\" style=\"margin-top: 150rpx\">\n\t\t\t<up-button @click=\"scan\" type=\"primary\" shape=\"circle\" text=\"扫码充电\"></up-button>\n\t\t</view>\n\t\t\r\n\t\t<cc-myTabbar :tabBarShow=\"2\"></cc-myTabbar>\r\n\t\t\n\t\t<!-- <tabbar path=\"/pages/sweep/sweep\" /> -->\n\t</view>\n</template>\n\n<script setup>\nimport { ref, reactive } from 'vue';\nimport { onLoad } from '@dcloudio/uni-app';\nimport { useNav } from '@/hooks/useNav.js';\nimport { urlQuery } from '@/utils/fun.js';\nconst { nav, navTo } = useNav();\n\nlet value = ref('');\n\nonLoad(() => {\n\t// #ifndef MP-WEIXIN\n\tuni.hideTabBar();\n\t// #endif\n});\n\nconst scan = async () => {\n\tuni.scanCode({\n\t\tsuccess: function (res) {\n\t\t\tlet query = urlQuery(res.result);\n\t\t\tif (!query.num) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: '请扫描正确的设备码',\n\t\t\t\t\ticon: 'none'\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tnavTo(`/pages/home/star?id=${query.num}`);\n\t\t\t}\n\t\t\t// navTo(`/pages/home/star?id=${res.result}`);\n\t\t}\n\t});\n};\n\nconst toCd = async () => {\n\tif (!value.value) {\n\t\tuni.showToast({\n\t\t\ttitle: '请输入枪号',\n\t\t\ticon: 'none'\n\t\t});\n\t\treturn;\n\t}\n\tnavTo(`/pages/home/star?id=${value.value}`);\n};\n</script>\n\n<style scoped lang=\"scss\">\n.sweep {\n\t&_note {\n\t\tpadding: 0 60rpx;\n\t\t@include flex($space: space-between);\n\t\t&_view {\n\t\t\t@include flex($direction: column, $space: center);\n\t\t\tfont-weight: 800;\n\t\t\tfont-size: 32rpx;\n\t\t\tcolor: #4879e6;\n\n\t\t\t&_img {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: flex-end;\n\t\t\t\theight: 115rpx;\n\t\t\t\tmargin-bottom: 30rpx;\n\t\t\t}\n\t\t}\n\n\t\t&_view:nth-child(1) {\n\t\t\timage {\n\t\t\t\twidth: 151rpx;\n\t\t\t\theight: 99rpx;\n\t\t\t}\n\t\t}\n\t\t&_view:nth-child(2) {\n\t\t\timage {\n\t\t\t\twidth: 120rpx;\n\t\t\t\theight: 99rpx;\n\t\t\t}\n\t\t}\n\t\t&_view:nth-child(3) {\n\t\t\timage {\n\t\t\t\twidth: 106rpx;\n\t\t\t\theight: 113rpx;\n\t\t\t}\n\t\t}\n\t}\n\t&_scan {\n\t\t@include flex;\n\t\tpadding: 0 120rpx;\n\t}\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pages/sweep/sweep.vue'\nwx.createPage(MiniProgramPage)"],"names":["useNav","ref","onLoad","uni","urlQuery"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAiDA,UAAM,EAAE,KAAK,UAAUA,aAAAA;AAEvB,QAAI,QAAQC,cAAAA,IAAI,EAAE;AAElBC,kBAAAA,OAAO,MAAM;AAAA,IAIb,CAAC;AAED,UAAM,OAAO,YAAY;AACxBC,oBAAAA,MAAI,SAAS;AAAA,QACZ,SAAS,SAAU,KAAK;AACvB,cAAI,QAAQC,UAAAA,SAAS,IAAI,MAAM;AAC/B,cAAI,CAAC,MAAM,KAAK;AACfD,0BAAAA,MAAI,UAAU;AAAA,cACb,OAAO;AAAA,cACP,MAAM;AAAA,YACX,CAAK;AAAA,UACL,OAAU;AACN,kBAAM,uBAAuB,MAAM,GAAG,EAAE;AAAA,UACxC;AAAA,QAED;AAAA,MACH,CAAE;AAAA,IACF;AAEA,UAAM,OAAO,YAAY;AACxB,UAAI,CAAC,MAAM,OAAO;AACjBA,sBAAAA,MAAI,UAAU;AAAA,UACb,OAAO;AAAA,UACP,MAAM;AAAA,QACT,CAAG;AACD;AAAA,MACA;AACD,YAAM,uBAAuB,MAAM,KAAK,EAAE;AAAA,IAC3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACpFA,GAAG,WAAW,eAAe;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sources":["store/index.js"],"sourcesContent":["import {\r\n\tcreateStore\r\n} from \"vuex\";\r\n\r\nexport default createStore({\r\n\tstate: {\r\n\t\ttoken: \"\",\r\n\t\tcommand: null,\r\n\t\tdataObj: null,\r\n\t\ttransactionNo: null,\r\n\t\tinsertStatus: null,\r\n\t\tsokStatus: null\r\n\t},\r\n\tmutations: {\r\n\t\tsetToken(state, data) {\r\n\t\t\tstate.token = data;\r\n\t\t},\r\n\t\tsetCommand(state, data) {\r\n\t\t\tstate.command = data;\r\n\t\t},\r\n\t\tsetDataObj(state, data) {\r\n\t\t\tstate.dataObj = data;\r\n\t\t},\r\n\t\tsetTransactionNo(state, data) {\r\n\t\t\tstate.transactionNo = data;\r\n\t\t},\r\n\t\tsetInsertStatus(state, data) {\r\n\t\t\tstate.insertStatus = data;\r\n\t\t},\r\n\t\tsetSokStatus(state, data) {\r\n\t\t\tstate.sokStatus = data;\r\n\t\t},\r\n\t}\r\n});"],"names":["createStore"],"mappings":";;AAIA,MAAA,QAAeA,0BAAY;AAAA,EAC1B,OAAO;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,eAAe;AAAA,IACf,cAAc;AAAA,IACd,WAAW;AAAA,EACX;AAAA,EACD,WAAW;AAAA,IACV,SAAS,OAAO,MAAM;AACrB,YAAM,QAAQ;AAAA,IACd;AAAA,IACD,WAAW,OAAO,MAAM;AACvB,YAAM,UAAU;AAAA,IAChB;AAAA,IACD,WAAW,OAAO,MAAM;AACvB,YAAM,UAAU;AAAA,IAChB;AAAA,IACD,iBAAiB,OAAO,MAAM;AAC7B,YAAM,gBAAgB;AAAA,IACtB;AAAA,IACD,gBAAgB,OAAO,MAAM;AAC5B,YAAM,eAAe;AAAA,IACrB;AAAA,IACD,aAAa,OAAO,MAAM;AACzB,YAAM,YAAY;AAAA,IAClB;AAAA,EACD;AACF,CAAC;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sources":["uni_modules/uni-popup/components/uni-popup/i18n/index.js"],"sourcesContent":["import en from './en.json'\r\nimport zhHans from './zh-Hans.json'\r\nimport zhHant from './zh-Hant.json'\r\nexport default {\r\n\ten,\r\n\t'zh-Hans': zhHans,\r\n\t'zh-Hant': zhHant\r\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAGA,MAAe,WAAA;AAAA,EACd;AAAA,EACA,WAAW;AAAA,EACX,WAAW;AACZ;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"popup.js","sources":["uni_modules/uni-popup/components/uni-popup/popup.js"],"sourcesContent":["\nexport default {\r\n\tdata() {\r\n\t\treturn {\r\n\t\t\t\r\n\t\t}\r\n\t},\n\tcreated(){\n\t\tthis.popup = this.getParent()\n\t},\n\tmethods:{\n\t\t/**\n\t\t * 获取父元素实例\n\t\t */\n\t\tgetParent(name = 'uniPopup') {\n\t\t\tlet parent = this.$parent;\n\t\t\tlet parentName = parent.$options.name;\n\t\t\twhile (parentName !== name) {\n\t\t\t\tparent = parent.$parent;\n\t\t\t\tif (!parent) return false\n\t\t\t\tparentName = parent.$options.name;\n\t\t\t}\n\t\t\treturn parent;\n\t\t},\n\t}\r\n}\r\n"],"names":[],"mappings":";AACA,MAAe,QAAA;AAAA,EACd,OAAO;AACN,WAAO,CAEN;AAAA,EACD;AAAA,EACD,UAAS;AACR,SAAK,QAAQ,KAAK,UAAW;AAAA,EAC7B;AAAA,EACD,SAAQ;AAAA;AAAA;AAAA;AAAA,IAIP,UAAU,OAAO,YAAY;AAC5B,UAAI,SAAS,KAAK;AAClB,UAAI,aAAa,OAAO,SAAS;AACjC,aAAO,eAAe,MAAM;AAC3B,iBAAS,OAAO;AAChB,YAAI,CAAC;AAAQ,iBAAO;AACpB,qBAAa,OAAO,SAAS;AAAA,MAC7B;AACD,aAAO;AAAA,IACP;AAAA,EACD;AACF;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-avatar/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nimport test from '../../libs/function/test';\nexport default {\n props: {\n // 头像图片路径(不能为相对路径)\n src: {\n type: String,\n default: () => defProps.avatar.src\n },\n // 头像形状circle-圆形square-方形\n shape: {\n type: String,\n default: () => defProps.avatar.shape\n },\n // 头像尺寸\n size: {\n type: [String, Number],\n default: () => defProps.avatar.size\n },\n // 裁剪模式\n mode: {\n type: String,\n default: () => defProps.avatar.mode\n },\n // 显示的文字\n text: {\n type: String,\n default: () => defProps.avatar.text\n },\n // 背景色\n bgColor: {\n type: String,\n default: () => defProps.avatar.bgColor\n },\n // 文字颜色\n color: {\n type: String,\n default: () => defProps.avatar.color\n },\n // 文字大小\n fontSize: {\n type: [String, Number],\n default: () => defProps.avatar.fontSize\n },\n // 显示的图标\n icon: {\n type: String,\n default: () => defProps.avatar.icon\n },\n // 显示小程序头像只对百度微信QQ小程序有效\n mpAvatar: {\n type: Boolean,\n default: () => defProps.avatar.mpAvatar\n },\n // 是否使用随机背景色\n randomBgColor: {\n type: Boolean,\n default: () => defProps.avatar.randomBgColor\n },\n // 加载失败的默认头像(组件有内置默认图片)\n defaultUrl: {\n type: String,\n default: () => defProps.avatar.defaultUrl\n },\n // 如果配置了randomBgColor为true且配置了此值则从默认的背景色数组中取出对应索引的颜色值取值0-19之间\n colorIndex: {\n type: [String, Number],\n // 校验参数规则索引在0-19之间\n validator(n) {\n return test.range(n, [0, 19]) || n === ''\n },\n default: () => defProps.avatar.colorIndex\n },\n // 组件标识符\n name: {\n type: String,\n default: () => defProps.avatar.name\n }\n }\n}\n"],"names":["defProps","test"],"mappings":";;;AAEA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,KAAK;AAAA,MACD,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM,CAAC,QAAQ,MAAM;AAAA;AAAA,MAErB,UAAU,GAAG;AACT,eAAOC,yCAAI,KAAC,MAAM,GAAG,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM;AAAA,MAC1C;AAAA,MACD,SAAS,MAAMD,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-cell-group/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 分组标题\n title: {\n type: String,\n default: () => defProps.cellGroup.title\n },\n // 是否显示外边框\n border: {\n type: Boolean,\n default: () => defProps.cellGroup.border\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,UAAU;AAAA,IACrC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,UAAU;AAAA,IACrC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-cell-group.js","sources":["uni_modules/uview-plus/components/u-cell-group/u-cell-group.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtY2VsbC1ncm91cC91LWNlbGwtZ3JvdXAudnVl"],"sourcesContent":["<template>\n <view :style=\"[addStyle(customStyle)]\" :class=\"[customClass]\" class=\"u-cell-group\">\n <view v-if=\"title\" class=\"u-cell-group__title\">\n <slot name=\"title\">\n\t\t\t\t<text class=\"u-cell-group__title__text\">{{ title }}</text>\n\t\t\t</slot>\n </view>\n <view class=\"u-cell-group__wrapper\">\n\t\t\t<u-line v-if=\"border\"></u-line>\n <slot />\n </view>\n </view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addStyle } from '../../libs/function/index';\n\t/**\n\t * cellGroup 单元格\n\t * @description cell单元格一般用于一组列表的情况比如个人中心页设置页等。\n\t * @tutorial https://uview-plus.jiangruyi.com/components/cell.html\n\t * \n\t * @property {String}\ttitle\t\t分组标题\n\t * @property {Boolean}\tborder\t\t是否显示外边框 (默认 true )\n\t * @property {Object}\tcustomStyle\t定义需要用到的外部样式\n\t * \n\t * @event {Function} click \t点击cell列表时触发\n\t * @example <u-cell-group title=\"设置喜好\">\n\t */\n\texport default {\n\t\tname: 'u-cell-group',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tmethods: {\n\t\t\taddStyle\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\t\n\t$u-cell-group-title-padding: 16px 16px 8px !default;\n\t$u-cell-group-title-font-size: 15px !default;\n\t$u-cell-group-title-line-height: 16px !default;\n\t$u-cell-group-title-color: $u-main-color !default;\n\n .u-cell-group {\n\t\tflex: 1;\n\t\t\n &__title {\n padding: $u-cell-group-title-padding;\n\n &__text {\n font-size: $u-cell-group-title-font-size;\n line-height: $u-cell-group-title-line-height;\n color: $u-cell-group-title-color;\n }\n }\n\t\t\n\t\t&__wrapper {\n\t\t\tposition: relative;\n\t\t}\n }\n</style>\n\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-cell-group/u-cell-group.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addStyle"],"mappings":";;;;;;AA+BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,uDAAK;AAAA,EAC9B,SAAS;AAAA,IACR,UAAAC,0CAAO;AAAA,EACR;AACD;;;;;;;;;;;;;;;;;;;;;;ACpCD,GAAG,gBAAgB,SAAS;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-checkbox-group/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 标识符\n name: {\n type: String,\n default: () => defProps.checkboxGroup.name\n },\n\t\t// #ifdef VUE3\n\t\t// 绑定的值\n\t\tmodelValue: {\n\t\t type: Array,\n\t\t default: () => defProps.checkboxGroup.value\n\t\t},\n\t\t// #endif\n\t\t// #ifdef VUE2\n\t\t// 绑定的值\n\t\tvalue: {\n\t\t type: Array,\n\t\t default: () => defProps.checkboxGroup.value\n\t\t},\n\t\t// #endif\n // 形状circle-圆形square-方形\n shape: {\n type: String,\n default: () => defProps.checkboxGroup.shape\n },\n // 是否禁用全部checkbox\n disabled: {\n type: Boolean,\n default: () => defProps.checkboxGroup.disabled\n },\n\n // 选中状态下的颜色如设置此值将会覆盖parent的activeColor值\n activeColor: {\n type: String,\n default: () => defProps.checkboxGroup.activeColor\n },\n // 未选中的颜色\n inactiveColor: {\n type: String,\n default: () => defProps.checkboxGroup.inactiveColor\n },\n\n // 整个组件的尺寸默认px\n size: {\n type: [String, Number],\n default: () => defProps.checkboxGroup.size\n },\n // 布局方式row-横向column-纵向\n placement: {\n type: String,\n default: () => defProps.checkboxGroup.placement\n },\n // label的字体大小px单位\n labelSize: {\n type: [String, Number],\n default: () => defProps.checkboxGroup.labelSize\n },\n // label的字体颜色\n labelColor: {\n type: [String],\n default: () => defProps.checkboxGroup.labelColor\n },\n // 是否禁止点击文本操作\n labelDisabled: {\n type: Boolean,\n default: () => defProps.checkboxGroup.labelDisabled\n },\n // 图标颜色\n iconColor: {\n type: String,\n default: () => defProps.checkboxGroup.iconColor\n },\n // 图标的大小单位px\n iconSize: {\n type: [String, Number],\n default: () => defProps.checkboxGroup.iconSize\n },\n // 勾选图标的对齐方式left-左边right-右边\n iconPlacement: {\n type: String,\n default: () => defProps.checkboxGroup.iconPlacement\n },\n // 竖向配列时,是否显示下划线\n borderBottom: {\n type: Boolean,\n default: () => defProps.checkboxGroup.borderBottom\n }\n\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAGP,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAUK,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAGD,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAGD,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM,CAAC,MAAM;AAAA,MACb,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA,EAEJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-checkbox/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // checkbox的名称\n name: {\n type: [String, Number, Boolean],\n default: () => defProps.checkbox.name\n },\n // 形状square为方形circle为圆型\n shape: {\n type: String,\n default: () => defProps.checkbox.shape\n },\n // 整体的大小\n size: {\n type: [String, Number],\n default: () => defProps.checkbox.size\n },\n // 是否默认选中\n checked: {\n type: Boolean,\n default: () => defProps.checkbox.checked\n },\n // 是否禁用\n disabled: {\n type: [String, Boolean],\n default: () => defProps.checkbox.disabled\n },\n // 选中状态下的颜色如设置此值将会覆盖parent的activeColor值\n activeColor: {\n type: String,\n default: () => defProps.checkbox.activeColor\n },\n // 未选中的颜色\n inactiveColor: {\n type: String,\n default: () => defProps.checkbox.inactiveColor\n },\n // 图标的大小单位px\n iconSize: {\n type: [String, Number],\n default: () => defProps.checkbox.iconSize\n },\n // 图标颜色\n iconColor: {\n type: String,\n default: () => defProps.checkbox.iconColor\n },\n // label提示文字因为nvue下直接slot进来的文字由于特殊的结构无法修改样式\n label: {\n type: [String, Number],\n default: () => defProps.checkbox.label\n },\n // label的字体大小px单位\n labelSize: {\n type: [String, Number],\n default: () => defProps.checkbox.labelSize\n },\n // label的颜色\n labelColor: {\n type: String,\n default: () => defProps.checkbox.labelColor\n },\n // 是否禁止点击提示语选中复选框\n labelDisabled: {\n type: [String, Boolean],\n default: () => defProps.checkbox.labelDisabled\n },\n\t\t// 是否独立使用\n usedAlone: {\n type: [Boolean],\n default: () => false\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,MAC9B,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,OAAO;AAAA,MACtB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM,CAAC,QAAQ,OAAO;AAAA,MACtB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,OAAO;AAAA,MACd,SAAS,MAAM;AAAA,IAClB;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-icon/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 图标类名\n name: {\n type: String,\n default: () => defProps.icon.name\n },\n // 图标颜色,可接受主题色\n color: {\n type: String,\n default: () => defProps.icon.color\n },\n // 字体大小单位px\n size: {\n type: [String, Number],\n default: () => defProps.icon.size\n },\n // 是否显示粗体\n bold: {\n type: Boolean,\n default: () => defProps.icon.bold\n },\n // 点击图标的时候传递事件出去的index用于区分点击了哪一个\n index: {\n type: [String, Number],\n default: () => defProps.icon.index\n },\n // 触摸图标时的类名\n hoverClass: {\n type: String,\n default: () => defProps.icon.hoverClass\n },\n // 自定义扩展前缀,方便用户扩展自己的图标库\n customPrefix: {\n type: String,\n default: () => defProps.icon.customPrefix\n },\n // 图标右边或者下面的文字\n label: {\n type: [String, Number],\n default: () => defProps.icon.label\n },\n // label的位置只能右边或者下边\n labelPos: {\n type: String,\n default: () => defProps.icon.labelPos\n },\n // label的大小\n labelSize: {\n type: [String, Number],\n default: () => defProps.icon.labelSize\n },\n // label的颜色\n labelColor: {\n type: String,\n default: () => defProps.icon.labelColor\n },\n // label与图标的距离\n space: {\n type: [String, Number],\n default: () => defProps.icon.space\n },\n // 图片的mode\n imgMode: {\n type: String,\n default: () => defProps.icon.imgMode\n },\n // 用于显示图片小图标时,图片的宽度\n width: {\n type: [String, Number],\n default: () => defProps.icon.width\n },\n // 用于显示图片小图标时,图片的高度\n height: {\n type: [String, Number],\n default: () => defProps.icon.height\n },\n // 用于解决某些情况下,让图标垂直居中的用途\n top: {\n type: [String, Number],\n default: () => defProps.icon.top\n },\n // 是否阻止事件传播\n stop: {\n type: Boolean,\n default: () => defProps.icon.stop\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,KAAK;AAAA,MACD,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-line/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n color: {\n type: String,\n default: () => defProps.line.color\n },\n // 长度竖向时表现为高度横向时表现为长度可以为百分比带px单位的值等\n length: {\n type: [String, Number],\n default: () => defProps.line.length\n },\n // 线条方向col-竖向row-横向\n direction: {\n type: String,\n default: () => defProps.line.direction\n },\n // 是否显示细边框\n hairline: {\n type: Boolean,\n default: () => defProps.line.hairline\n },\n // 线条与上下左右元素的间距,字符串形式,如\"30px\"、\"20px 30px\"\n margin: {\n type: [String, Number],\n default: () => defProps.line.margin\n },\n // 是否虚线true-虚线false-实线\n dashed: {\n type: Boolean,\n default: () => defProps.line.dashed\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA,IACH,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-line.js","sources":["uni_modules/uview-plus/components/u-line/u-line.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtbGluZS91LWxpbmUudnVl"],"sourcesContent":["<template>\n\t<view\n\t class=\"u-line\"\n\t :style=\"[lineStyle]\"\n\t>\n\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addUnit, addStyle, deepMerge } from '../../libs/function/index';\n\t/**\n\t * line 线条\n\t * @description 此组件一般用于显示一根线条用于分隔内容块有横向和竖向两种模式且能设置0.5px线条,使用也很简单\n\t * @tutorial https://ijry.github.io/uview-plus/components/line.html\n\t * @property {String}\t\t\tcolor\t\t线条的颜色 ( 默认 '#d6d7d9' )\n\t * @property {String | Number}\tlength\t\t长度竖向时表现为高度横向时表现为长度可以为百分比带px单位的值等 ( 默认 '100%' )\n\t * @property {String}\t\t\tdirection\t线条的方向row-横向col-竖向 (默认 'row' )\n\t * @property {Boolean}\t\t\thairline\t是否显示细线条 (默认 true )\n\t * @property {String | Number}\tmargin\t\t线条与上下左右元素的间距字符串形式如\"30px\" (默认 0 )\n\t * @property {Boolean}\t\t\tdashed\t\t是否虚线true-虚线false-实线 (默认 false )\n\t * @property {Object}\t\t\tcustomStyle\t定义需要用到的外部样式\n\t * @example <u-line color=\"red\"></u-line>\n\t */\n\texport default {\n\t\tname: 'u-line',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tcomputed: {\n\t\t\tlineStyle() {\n\t\t\t\tconst style = {}\n\t\t\t\tstyle.margin = this.margin\n\t\t\t\t// 如果是水平线条边框高度为1px再通过transform缩小一半就是0.5px了\n\t\t\t\tif (this.direction === 'row') {\n\t\t\t\t\t// 此处采用兼容分开写兼容nvue的写法\n\t\t\t\t\tstyle.borderBottomWidth = '1px'\n\t\t\t\t\tstyle.borderBottomStyle = this.dashed ? 'dashed' : 'solid'\n\t\t\t\t\tstyle.width = addUnit(this.length)\n\t\t\t\t\tif (this.hairline) style.transform = 'scaleY(0.5)'\n\t\t\t\t} else {\n\t\t\t\t\t// 如果是竖向线条边框宽度为1px再通过transform缩小一半就是0.5px了\n\t\t\t\t\tstyle.borderLeftWidth = '1px'\n\t\t\t\t\tstyle.borderLeftStyle = this.dashed ? 'dashed' : 'solid'\n\t\t\t\t\tstyle.height = addUnit(this.length)\n\t\t\t\t\tif (this.hairline) style.transform = 'scaleX(0.5)'\n\t\t\t\t}\n\n\t\t\t\tstyle.borderColor = this.color\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle))\n\t\t\t}\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\n\t.u-line {\n\t\t/* #ifndef APP-NVUE */\n\t\tvertical-align: middle;\n\t\t/* #endif */\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-line/u-line.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit","deepMerge","addStyle"],"mappings":";;;;;;AA2BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,kDAAK;AAAA,EAC9B,UAAU;AAAA,IACT,YAAY;AACX,YAAM,QAAQ,CAAC;AACf,YAAM,SAAS,KAAK;AAEpB,UAAI,KAAK,cAAc,OAAO;AAE7B,cAAM,oBAAoB;AAC1B,cAAM,oBAAoB,KAAK,SAAS,WAAW;AACnD,cAAM,QAAQC,kDAAQ,KAAK,MAAM;AACjC,YAAI,KAAK;AAAU,gBAAM,YAAY;AAAA,aAC/B;AAEN,cAAM,kBAAkB;AACxB,cAAM,kBAAkB,KAAK,SAAS,WAAW;AACjD,cAAM,SAASA,kDAAQ,KAAK,MAAM;AAClC,YAAI,KAAK;AAAU,gBAAM,YAAY;AAAA,MACtC;AAEA,YAAM,cAAc,KAAK;AACzB,aAAOC,0CAAS,UAAC,OAAOC,0CAAQ,SAAC,KAAK,WAAW,CAAC;AAAA,IACnD;AAAA,EACD;AACD;;;;;;;ACpDD,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-link/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 文字颜色\n color: {\n type: String,\n default: () => defProps.link.color\n },\n // 字体大小单位px\n fontSize: {\n type: [String, Number],\n default: () => defProps.link.fontSize\n },\n // 是否显示下划线\n underLine: {\n type: Boolean,\n default: () => defProps.link.underLine\n },\n // 要跳转的链接\n href: {\n type: String,\n default: () => defProps.link.href\n },\n // 小程序中复制到粘贴板的提示语\n mpTips: {\n type: String,\n default: () => defProps.link.mpTips\n },\n // 下划线颜色\n lineColor: {\n type: String,\n default: () => defProps.link.lineColor\n },\n // 超链接的问题不使用slot形式传入是因为nvue下无法修改颜色\n text: {\n type: String,\n default: () => defProps.link.text\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-link.js","sources":["uni_modules/uview-plus/components/u-link/u-link.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtbGluay91LWxpbmsudnVl"],"sourcesContent":["<template>\n\t<text\n\t class=\"u-link\"\n\t @tap.stop=\"openLink\"\n\t :style=\"[linkStyle, addStyle(customStyle)]\"\n\t>{{text}}</text>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addStyle, addUnit, getPx, toast } from '../../libs/function/index';\n\t/**\n\t * link 超链接\n\t * @description 该组件为超链接组件在不同平台有不同表现形式在APP平台会通过plus环境打开内置浏览器在小程序中把链接复制到粘贴板同时提示信息在H5中通过window.open打开链接。\n\t * @tutorial https://ijry.github.io/uview-plus/components/link.html\n\t * @property {String}\t\t\tcolor\t\t文字颜色 (默认 color['u-primary'] \n\t * @property {String Number}\tfontSize\t字体大小单位px (默认 15 \n\t * @property {Boolean}\t\t\tunderLine\t是否显示下划线 (默认 false \n\t * @property {String}\t\t\thref\t\t跳转的链接要带上http(s)\n\t * @property {String}\t\t\tmpTips\t\t各个小程序平台把链接复制到粘贴板后的提示语默认“链接已复制请在浏览器打开”\n\t * @property {String}\t\t\tlineColor\t下划线颜色默认同color参数颜色 \n\t * @property {String}\t\t\ttext\t\t超链接的问题不使用slot形式传入是因为nvue下无法修改颜色 \n\t * @property {Object}\t\t\tcustomStyle\t定义需要用到的外部样式\n\t * \n\t * @example <u-link href=\"http://www.uviewui.com\">蜀道难,难于上青天</u-link>\n\t */\n\texport default {\n\t\tname: \"u-link\",\n\t\tmixins: [mpMixin, mixin, props],\n\t\tcomputed: {\n\t\t\tlinkStyle() {\n\t\t\t\tconst style = {\n\t\t\t\t\tcolor: this.color,\n\t\t\t\t\tfontSize: addUnit(this.fontSize),\n\t\t\t\t\t// line-height设置为比字体大小多2px\n\t\t\t\t\tlineHeight: addUnit(getPx(this.fontSize) + 2),\n\t\t\t\t\ttextDecoration: this.underLine ? 'underline' : 'none'\n\t\t\t\t}\n\t\t\t\t// if (this.underLine) {\n\t\t\t\t// \tstyle.borderBottomColor = this.lineColor || this.color\n\t\t\t\t// \tstyle.borderBottomWidth = '1px'\n\t\t\t\t// }\n\t\t\t\treturn style\n\t\t\t}\n\t\t},\n\t\temits: [\"click\"],\n\t\tmethods: {\n\t\t\taddStyle,\n\t\t\topenLink() {\n\t\t\t\t// #ifdef APP-PLUS\n\t\t\t\tplus.runtime.openURL(this.href)\n\t\t\t\t// #endif\n\t\t\t\t// #ifdef H5\n\t\t\t\twindow.open(this.href)\n\t\t\t\t// #endif\n\t\t\t\t// #ifdef MP\n\t\t\t\tuni.setClipboardData({\n\t\t\t\t\tdata: this.href,\n\t\t\t\t\tsuccess: () => {\n\t\t\t\t\t\tuni.hideToast();\n\t\t\t\t\t\tthis.$nextTick(() => {\n\t\t\t\t\t\t\ttoast(this.mpTips);\n\t\t\t\t\t\t})\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// #endif\n\t\t\t\tthis.$emit('click')\n\t\t\t}\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\t$u-link-line-height:1 !default;\n\n\t.u-link {\n\t\t/* #ifndef APP-NVUE */\n\t\tline-height: $u-link-line-height;\n\t\t/* #endif */\n\t\t@include flex;\n\t\tflex-wrap: wrap;\n\t\tflex: 1;\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-link/u-link.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit","getPx","addStyle","uni","toast"],"mappings":";;;;;;AA4BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,kDAAK;AAAA,EAC9B,UAAU;AAAA,IACT,YAAY;AACX,YAAM,QAAQ;AAAA,QACb,OAAO,KAAK;AAAA,QACZ,UAAUC,0CAAAA,QAAQ,KAAK,QAAQ;AAAA;AAAA,QAE/B,YAAYA,0CAAO,QAACC,0CAAK,MAAC,KAAK,QAAQ,IAAI,CAAC;AAAA,QAC5C,gBAAgB,KAAK,YAAY,cAAc;AAAA,MAChD;AAKA,aAAO;AAAA,IACR;AAAA,EACA;AAAA,EACD,OAAO,CAAC,OAAO;AAAA,EACf,SAAS;AAAA,IACR,UAAAC,0CAAQ;AAAA,IACR,WAAW;AAQVC,oBAAAA,MAAI,iBAAiB;AAAA,QACpB,MAAM,KAAK;AAAA,QACX,SAAS,MAAM;AACdA,wBAAG,MAAC,UAAS;AACb,eAAK,UAAU,MAAM;AACpBC,4DAAM,KAAK,MAAM;AAAA,WACjB;AAAA,QACF;AAAA,MACD,CAAC;AAED,WAAK,MAAM,OAAO;AAAA,IACnB;AAAA,EACD;AACD;;;;;;;;;;ACtED,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-loading-icon/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\r\nexport default {\r\n props: {\r\n // 是否显示组件\r\n show: {\r\n type: Boolean,\r\n default: () => defProps.loadingIcon.show\r\n },\r\n // 颜色\r\n color: {\r\n type: String,\r\n default: () => defProps.loadingIcon.color\r\n },\r\n // 提示文字颜色\r\n textColor: {\r\n type: String,\r\n default: () => defProps.loadingIcon.textColor\r\n },\r\n // 文字和图标是否垂直排列\r\n vertical: {\r\n type: Boolean,\r\n default: () => defProps.loadingIcon.vertical\r\n },\r\n // 模式选择circle-圆形spinner-花朵形semicircle-半圆形\r\n mode: {\r\n type: String,\r\n default: () => defProps.loadingIcon.mode\r\n },\r\n // 图标大小单位默认px\r\n size: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.size\r\n },\r\n // 文字大小\r\n textSize: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.textSize\r\n },\r\n // 文字内容\r\n text: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.text\r\n },\r\n // 动画模式\r\n timingFunction: {\r\n type: String,\r\n default: () => defProps.loadingIcon.timingFunction\r\n },\r\n // 动画执行周期时间\r\n duration: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.duration\r\n },\r\n // mode=circle时的暗边颜色\r\n inactiveColor: {\r\n type: String,\r\n default: () => defProps.loadingIcon.inactiveColor\r\n }\r\n }\r\n}\r\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,gBAAgB;AAAA,MACZ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-overlay/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否显示遮罩\n show: {\n type: Boolean,\n default: () => defProps.overlay.show\n },\n // 层级z-index\n zIndex: {\n type: [String, Number],\n default: () => defProps.overlay.zIndex\n },\n // 遮罩的过渡时间单位为ms\n duration: {\n type: [String, Number],\n default: () => defProps.overlay.duration\n },\n // 不透明度值当做rgba的第四个参数\n opacity: {\n type: [String, Number],\n default: () => defProps.overlay.opacity\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-overlay.js","sources":["uni_modules/uview-plus/components/u-overlay/u-overlay.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utb3ZlcmxheS91LW92ZXJsYXkudnVl"],"sourcesContent":["<template>\n\t<u-transition\n\t :show=\"show\"\n\t custom-class=\"u-overlay\"\n\t :duration=\"duration\"\n\t :custom-style=\"overlayStyle\"\n\t @click=\"clickHandler\"\n\t>\n\t\t<slot />\n\t</u-transition>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addStyle, deepMerge } from '../../libs/function/index';\n\t/**\n\t * overlay 遮罩\n\t * @description 创建一个遮罩层,用于强调特定的页面元素,并阻止用户对遮罩下层的内容进行操作,一般用于弹窗场景\n\t * @tutorial https://ijry.github.io/uview-plus/components/overlay.html\n\t * @property {Boolean}\t\t\tshow\t\t是否显示遮罩默认 false \n\t * @property {String | Number}\tzIndex\t\tzIndex 层级(默认 10070 \n\t * @property {String | Number}\tduration\t动画时长单位毫秒默认 300 \n\t * @property {String | Number}\topacity\t\t不透明度值当做rgba的第四个参数 (默认 0.5 \n\t * @property {Object}\t\t\tcustomStyle\t定义需要用到的外部样式\n\t * @event {Function} click 点击遮罩发送事件\n\t * @example <u-overlay :show=\"show\" @click=\"show = false\"></u-overlay>\n\t */\n\texport default {\n\t\tname: \"u-overlay\",\n\t\tmixins: [mpMixin, mixin,props],\n\t\tcomputed: {\n\t\t\toverlayStyle() {\n\t\t\t\tconst style = {\n\t\t\t\t\tposition: 'fixed',\n\t\t\t\t\ttop: 0,\n\t\t\t\t\tleft: 0,\n\t\t\t\t\tright: 0,\n\t\t\t\t\tzIndex: this.zIndex,\n\t\t\t\t\tbottom: 0,\n\t\t\t\t\t'background-color': `rgba(0, 0, 0, ${this.opacity})`\n\t\t\t\t}\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle))\n\t\t\t}\n\t\t},\n\t\temits: [\"click\"],\n\t\tmethods: {\n\t\t\tclickHandler() {\n\t\t\t\tthis.$emit('click')\n\t\t\t}\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n $u-overlay-top:0 !default;\n $u-overlay-left:0 !default;\n $u-overlay-width:100% !default;\n $u-overlay-height:100% !default;\n $u-overlay-background-color:rgba(0, 0, 0, .7) !default;\n\t.u-overlay {\n\t\tposition: fixed;\n\t\ttop:$u-overlay-top;\n\t\tleft:$u-overlay-left;\n\t\twidth: $u-overlay-width;\n\t\theight:$u-overlay-height;\n\t\tbackground-color:$u-overlay-background-color;\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-overlay/u-overlay.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","deepMerge","addStyle"],"mappings":";;;;;;AA6BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAACC,qDAAK;AAAA,EAC7B,UAAU;AAAA,IACT,eAAe;AACd,YAAM,QAAQ;AAAA,QACb,UAAU;AAAA,QACV,KAAK;AAAA,QACL,MAAM;AAAA,QACN,OAAO;AAAA,QACP,QAAQ,KAAK;AAAA,QACb,QAAQ;AAAA,QACR,oBAAoB,iBAAiB,KAAK,OAAO;AAAA,MAClD;AACA,aAAOC,0CAAS,UAAC,OAAOC,0CAAQ,SAAC,KAAK,WAAW,CAAC;AAAA,IACnD;AAAA,EACA;AAAA,EACD,OAAO,CAAC,OAAO;AAAA,EACf,SAAS;AAAA,IACR,eAAe;AACd,WAAK,MAAM,OAAO;AAAA,IACnB;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;ACnDD,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-picker/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示picker弹窗\n show: {\n type: Boolean,\n default: () => defProps.picker.show\n },\n\t\t// 弹出的方向,可选值为 top bottom right left center\n popupMode: {\n type: String,\n default: () => defProps.picker.popupMode\n },\n // 是否展示顶部的操作栏\n showToolbar: {\n type: Boolean,\n default: () => defProps.picker.showToolbar\n },\n // 顶部标题\n title: {\n type: String,\n default: () => defProps.picker.title\n },\n // 对象数组,设置每一列的数据\n columns: {\n type: Array,\n default: () => defProps.picker.columns\n },\n // 是否显示加载中状态\n loading: {\n type: Boolean,\n default: () => defProps.picker.loading\n },\n // 各列中,单个选项的高度\n itemHeight: {\n type: [String, Number],\n default: () => defProps.picker.itemHeight\n },\n // 取消按钮的文字\n cancelText: {\n type: String,\n default: () => defProps.picker.cancelText\n },\n // 确认按钮的文字\n confirmText: {\n type: String,\n default: () => defProps.picker.confirmText\n },\n // 取消按钮的颜色\n cancelColor: {\n type: String,\n default: () => defProps.picker.cancelColor\n },\n // 确认按钮的颜色\n confirmColor: {\n type: String,\n default: () => defProps.picker.confirmColor\n },\n // 每列中可见选项的数量\n visibleItemCount: {\n type: [String, Number],\n default: () => defProps.picker.visibleItemCount\n },\n // 选项对象中,需要展示的属性键名\n keyName: {\n type: String,\n default: () => defProps.picker.keyName\n },\n // 是否允许点击遮罩关闭选择器\n closeOnClickOverlay: {\n type: Boolean,\n default: () => defProps.picker.closeOnClickOverlay\n },\n // 各列的默认索引\n defaultIndex: {\n type: Array,\n default: () => defProps.picker.defaultIndex\n },\n\t\t// 是否在手指松开时立即触发 change 事件。若不开启则会在滚动动画结束后触发 change 事件只在微信2.21.1及以上有效\n\t\timmediateChange: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: () => defProps.picker.immediateChange\n\t\t}\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,kBAAkB;AAAA,MACd,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,qBAAqB;AAAA,MACjB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAEP,iBAAiB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAC/B;AAAA,EACE;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-popup/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示弹窗\n show: {\n type: Boolean,\n default: () => defProps.popup.show\n },\n // 是否显示遮罩\n overlay: {\n type: Boolean,\n default: () => defProps.popup.overlay\n },\n // 弹出的方向,可选值为 top bottom right left center\n mode: {\n type: String,\n default: () => defProps.popup.mode\n },\n // 动画时长单位ms\n duration: {\n type: [String, Number],\n default: () => defProps.popup.duration\n },\n // 是否显示关闭图标\n closeable: {\n type: Boolean,\n default: () => defProps.popup.closeable\n },\n // 自定义遮罩的样式\n overlayStyle: {\n type: [Object, String],\n default: () => defProps.popup.overlayStyle\n },\n // 点击遮罩是否关闭弹窗\n closeOnClickOverlay: {\n type: Boolean,\n default: () => defProps.popup.closeOnClickOverlay\n },\n // 层级\n zIndex: {\n type: [String, Number],\n default: () => defProps.popup.zIndex\n },\n // 是否为iPhoneX留出底部安全距离\n safeAreaInsetBottom: {\n type: Boolean,\n default: () => defProps.popup.safeAreaInsetBottom\n },\n // 是否留出顶部安全距离(状态栏高度)\n safeAreaInsetTop: {\n type: Boolean,\n default: () => defProps.popup.safeAreaInsetTop\n },\n // 自定义关闭图标位置top-left为左上角top-right为右上角bottom-left为左下角bottom-right为右下角\n closeIconPos: {\n type: String,\n default: () => defProps.popup.closeIconPos\n },\n // 是否显示圆角\n round: {\n type: [Boolean, String, Number],\n default: () => defProps.popup.round\n },\n // mode=center也即中部弹出时是否使用缩放模式\n zoom: {\n type: Boolean,\n default: () => defProps.popup.zoom\n },\n // 弹窗背景色设置为transparent可去除白色背景\n bgColor: {\n type: String,\n default: () => defProps.popup.bgColor\n },\n // 遮罩的透明度0-1之间\n overlayOpacity: {\n type: [Number, String],\n default: () => defProps.popup.overlayOpacity\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,qBAAqB;AAAA,MACjB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,qBAAqB;AAAA,MACjB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,kBAAkB;AAAA,MACd,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,SAAS,QAAQ,MAAM;AAAA,MAC9B,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,gBAAgB;AAAA,MACZ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-safe-bottom/props.js"],"sourcesContent":["// import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n\n }\n}\n"],"names":[],"mappings":";AACA,MAAe,QAAA;AAAA,EACX,OAAO,CAEN;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-safe-bottom.js","sources":["uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utc2FmZS1ib3R0b20vdS1zYWZlLWJvdHRvbS52dWU"],"sourcesContent":["<template>\r\n\t<view\r\n\t\tclass=\"u-safe-bottom\"\r\n\t\t:style=\"[style]\"\r\n\t\t:class=\"[!isNvue && 'u-safe-area-inset-bottom']\"\r\n\t>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport props from \"./props.js\";\r\n\timport mpMixin from '../../libs/mixin/mpMixin';\r\n\timport mixin from '../../libs/mixin/mixin';\r\n\timport { addStyle, deepMerge, addUnit, sys } from '../../libs/function/index';\r\n\t/**\r\n\t * SafeBottom 底部安全区\r\n\t * @description 这个适配主要是针对IPhone X等一些底部带指示条的机型指示条的操作区域与页面底部存在重合容易导致用户误操作因此我们需要针对这些机型进行底部安全区适配。\r\n\t * @tutorial https://ijry.github.io/uview-plus/components/safeAreaInset.html\r\n\t * @property {type}\t\tprop_name\r\n\t * @property {Object}\tcustomStyle\t定义需要用到的外部样式\r\n\t *\r\n\t * @event {Function()}\r\n\t * @example <u-status-bar></u-status-bar>\r\n\t */\r\n\texport default {\r\n\t\tname: \"u-safe-bottom\",\r\n\t\tmixins: [mpMixin, mixin, props],\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tsafeAreaBottomHeight: 0,\r\n\t\t\t\tisNvue: false,\r\n\t\t\t};\r\n\t\t},\r\n\t\tcomputed: {\r\n\t\t\tstyle() {\r\n\t\t\t\tconst style = {};\r\n\t\t\t\t// #ifdef APP-NVUE || MP-TOUTIAO\r\n\t\t\t\t// nvue下高度使用js计算填充\r\n\t\t\t\tstyle.height = addUnit(sys().safeAreaInsets.bottom, 'px');\r\n\t\t\t\t// #endif\r\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle));\r\n\t\t\t},\r\n\t\t},\r\n\t\tmounted() {\r\n\t\t\t// #ifdef APP-NVUE\r\n\t\t\t// 标识为是否nvue\r\n\t\t\tthis.isNvue = true;\r\n\t\t\t// #endif\r\n\t\t},\r\n\t};\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.u-safe-bottom {\r\n\t\t/* #ifndef APP-NVUE */\r\n\t\twidth: 100%;\r\n\t\t/* #endif */\r\n\t}\r\n</style>\r\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","deepMerge","addStyle"],"mappings":";;;;;;AAwBC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,wDAAK;AAAA,EAC9B,OAAO;AACN,WAAO;AAAA,MACN,sBAAsB;AAAA,MACtB,QAAQ;AAAA;EAET;AAAA,EACD,UAAU;AAAA,IACT,QAAQ;AACP,YAAM,QAAQ,CAAA;AAKd,aAAOC,0CAAAA,UAAU,OAAOC,0CAAAA,SAAS,KAAK,WAAW,CAAC;AAAA,IAClD;AAAA,EACD;AAAA,EACD,UAAU;AAAA,EAKT;;;;;;;;;AC/CH,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-status-bar/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n bgColor: {\n type: String,\n default: () => defProps.statusBar.bgColor\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA,IACH,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,UAAU;AAAA,IACrC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-status-bar.js","sources":["uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utc3RhdHVzLWJhci91LXN0YXR1cy1iYXIudnVl"],"sourcesContent":["<template>\n\t<view\n\t :style=\"[style]\"\n\t class=\"u-status-bar\"\n\t>\n\t\t<slot />\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addUnit, addStyle, deepMerge, sys } from '../../libs/function/index';\n\t/**\n\t * StatbusBar 状态栏占位\n\t * @description 本组件主要用于状态填充,比如在自定导航栏的时候,它会自动适配一个恰当的状态栏高度。\n\t * @tutorial https://uview-plus.jiangruyi.com/components/statusBar.html\n\t * @property {String}\t\t\tbgColor\t\t\t背景色 (默认 'transparent' )\n\t * @property {String | Object}\tcustomStyle\t\t自定义样式 \n\t * @example <u-status-bar></u-status-bar>\n\t */\n\texport default {\n\t\tname: 'u-status-bar',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tdata() {\n\t\t\treturn {\n\t\t\t}\n\t\t},\n\t\tcomputed: {\n\t\t\tstyle() {\n\t\t\t\tconst style = {}\n\t\t\t\t// 状态栏高度由于某些安卓和微信开发工具无法识别css的顶部状态栏变量所以使用js获取的方式\n\t\t\t\tstyle.height = addUnit(sys().statusBarHeight, 'px')\n\t\t\t\tstyle.backgroundColor = this.bgColor\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle))\n\t\t\t}\n\t\t},\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t.u-status-bar {\n\t\t// nvue会默认100%如果nvue下显式写100%的话会导致宽度不为100%而异常\n\t\t/* #ifndef APP-NVUE */\n\t\twidth: 100%;\n\t\t/* #endif */\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit","sys","deepMerge","addStyle"],"mappings":";;;;;;AAsBC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,uDAAK;AAAA,EAC9B,OAAO;AACN,WAAO,CACP;AAAA,EACA;AAAA,EACD,UAAU;AAAA,IACT,QAAQ;AACP,YAAM,QAAQ,CAAC;AAEf,YAAM,SAASC,0CAAO,QAACC,0CAAG,IAAA,EAAG,iBAAiB,IAAI;AAClD,YAAM,kBAAkB,KAAK;AAC7B,aAAOC,0CAAS,UAAC,OAAOC,0CAAQ,SAAC,KAAK,WAAW,CAAC;AAAA,IACnD;AAAA,EACA;AACF;;;;;;;ACrCD,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-swiper-indicator/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 轮播的长度\n length: {\n type: [String, Number],\n default: () => defProps.swiperIndicator.length\n },\n // 当前处于活动状态的轮播的索引\n current: {\n type: [String, Number],\n default: () => defProps.swiperIndicator.current\n },\n // 指示器非激活颜色\n indicatorActiveColor: {\n type: String,\n default: () => defProps.swiperIndicator.indicatorActiveColor\n },\n // 指示器的激活颜色\n indicatorInactiveColor: {\n type: String,\n default: () => defProps.swiperIndicator.indicatorInactiveColor\n },\n\t\t// 指示器模式line-线型dot-点型\n\t\tindicatorMode: {\n\t\t type: String,\n\t\t default: () => defProps.swiperIndicator.indicatorMode\n\t\t}\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAED,sBAAsB;AAAA,MAClB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAED,wBAAwB;AAAA,MACpB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAEP,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA,EACE;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-swiper-indicator.js","sources":["uni_modules/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utc3dpcGVyLWluZGljYXRvci91LXN3aXBlci1pbmRpY2F0b3IudnVl"],"sourcesContent":["<template>\n\t<view class=\"u-swiper-indicator\">\n\t\t<view\n\t\t\tclass=\"u-swiper-indicator__wrapper\"\n\t\t\tv-if=\"indicatorMode === 'line'\"\n\t\t\t:class=\"[`u-swiper-indicator__wrapper--${indicatorMode}`]\"\n\t\t\t:style=\"{\n\t\t\t\twidth: addUnit(lineWidth * length),\n\t\t\t\tbackgroundColor: indicatorInactiveColor\n\t\t\t}\"\n\t\t>\n\t\t\t<view\n\t\t\t\tclass=\"u-swiper-indicator__wrapper--line__bar\"\n\t\t\t\t:style=\"[lineStyle]\"\n\t\t\t></view>\n\t\t</view>\n\t\t<view\n\t\t\tclass=\"u-swiper-indicator__wrapper\"\n\t\t\tv-if=\"indicatorMode === 'dot'\"\n\t\t>\n\t\t\t<view\n\t\t\t\tclass=\"u-swiper-indicator__wrapper__dot\"\n\t\t\t\tv-for=\"(item, index) in length\"\n\t\t\t\t:key=\"index\"\n\t\t\t\t:class=\"[index === current && 'u-swiper-indicator__wrapper__dot--active']\"\n\t\t\t\t:style=\"[dotStyle(index)]\"\n\t\t\t>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addUnit } from '../../libs/function/index';\n\t/**\n\t * SwiperIndicator 轮播图指示器\n\t * @description 该组件一般用于导航轮播,广告展示等场景,可开箱即用,\n\t * @tutorial https://ijry.github.io/uview-plus/components/swiper.html\n\t * @property {String | Number}\tlength\t\t\t\t\t轮播的长度默认 0 \n\t * @property {String | Number}\tcurrent\t\t\t\t\t当前处于活动状态的轮播的索引默认 0 \n\t * @property {String}\t\t\tindicatorActiveColor\t指示器非激活颜色\n\t * @property {String}\t\t\tindicatorInactiveColor\t指示器的激活颜色\n\t * @property {String}\t\t\tindicatorMode\t\t\t指示器模式默认 'line' \n\t * @example\t<u-swiper :list=\"list4\" indicator keyName=\"url\" :autoplay=\"false\"></u-swiper>\n\t */\n\texport default {\n\t\tname: 'u-swiper-indicator',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tdata() {\n\t\t\treturn {\n\t\t\t\tlineWidth: 22\n\t\t\t}\n\t\t},\n\t\tcomputed: {\n\t\t\t// 指示器为线型的样式\n\t\t\tlineStyle() {\n\t\t\t\tlet style = {}\n\t\t\t\tstyle.width = addUnit(this.lineWidth)\n\t\t\t\tstyle.transform = `translateX(${ addUnit(this.current * this.lineWidth) })`\n\t\t\t\tstyle.backgroundColor = this.indicatorActiveColor\n\t\t\t\treturn style\n\t\t\t},\n\t\t\t// 指示器为点型的样式\n\t\t\tdotStyle() {\n\t\t\t\treturn index => {\n\t\t\t\t\tlet style = {}\n\t\t\t\t\tstyle.backgroundColor = index === this.current ? this.indicatorActiveColor : this.indicatorInactiveColor\n\t\t\t\t\treturn style\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tmethods: {\n\t\t\taddUnit\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\n\t.u-swiper-indicator {\n\n\t\t&__wrapper {\n\t\t\t@include flex;\n\n\t\t\t&--line {\n\t\t\t\tborder-radius: 100px;\n\t\t\t\theight: 4px;\n\n\t\t\t\t&__bar {\n\t\t\t\t\twidth: 22px;\n\t\t\t\t\theight: 4px;\n\t\t\t\t\tborder-radius: 100px;\n\t\t\t\t\tbackground-color: #FFFFFF;\n\t\t\t\t\ttransition: transform 0.3s;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&__dot {\n\t\t\t\twidth: 5px;\n\t\t\t\theight: 5px;\n\t\t\t\tborder-radius: 100px;\n\t\t\t\tmargin: 0 4px;\n\n\t\t\t\t&--active {\n\t\t\t\t\twidth: 12px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit"],"mappings":";;;;;;AAgDC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,6DAAK;AAAA,EAC9B,OAAO;AACN,WAAO;AAAA,MACN,WAAW;AAAA,IACZ;AAAA,EACA;AAAA,EACD,UAAU;AAAA;AAAA,IAET,YAAY;AACX,UAAI,QAAQ,CAAC;AACb,YAAM,QAAQC,kDAAQ,KAAK,SAAS;AACpC,YAAM,YAAY,cAAeA,0CAAO,QAAC,KAAK,UAAU,KAAK,SAAS,CAAA;AACtE,YAAM,kBAAkB,KAAK;AAC7B,aAAO;AAAA,IACP;AAAA;AAAA,IAED,WAAW;AACV,aAAO,WAAS;AACf,YAAI,QAAQ,CAAC;AACb,cAAM,kBAAkB,UAAU,KAAK,UAAU,KAAK,uBAAuB,KAAK;AAClF,eAAO;AAAA,MACR;AAAA,IACD;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,SAAAA,0CAAM;AAAA,EACP;AACD;;;;;;;;;;;;;;;;;;;;;;AC5ED,GAAG,gBAAgB,SAAS;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-tag/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 标签类型info、primary、success、warning、error\n type: {\n type: String,\n default: () => defProps.tag.type\n },\n // 不可用\n disabled: {\n type: [Boolean, String],\n default: () => defProps.tag.disabled\n },\n // 标签的大小largemediummini\n size: {\n type: String,\n default: () => defProps.tag.size\n },\n // tag的形状circle两边半圆形, square方形带圆角\n shape: {\n type: String,\n default: () => defProps.tag.shape\n },\n // 标签文字\n text: {\n type: [String, Number],\n default: () => defProps.tag.text\n },\n // 背景颜色,默认为空字符串,即不处理\n bgColor: {\n type: String,\n default: () => defProps.tag.bgColor\n },\n // 标签字体颜色,默认为空字符串,即不处理\n color: {\n type: String,\n default: () => defProps.tag.color\n },\n // 标签的边框颜色\n borderColor: {\n type: String,\n default: () => defProps.tag.borderColor\n },\n // 关闭按钮图标的颜色\n closeColor: {\n type: String,\n default: () => defProps.tag.closeColor\n },\n // 点击时返回的索引值,用于区分例遍的数组哪个元素被点击了\n name: {\n type: [String, Number],\n default: () => defProps.tag.name\n },\n // // 模式选择dark|light|plain\n // mode: {\n // \ttype: String,\n // \tdefault: 'light'\n // },\n // 镂空时是否填充背景色\n plainFill: {\n type: Boolean,\n default: () => defProps.tag.plainFill\n },\n // 是否镂空\n plain: {\n type: Boolean,\n default: () => defProps.tag.plain\n },\n // 是否可关闭\n closable: {\n type: Boolean,\n default: () => defProps.tag.closable\n },\n // 是否显示\n show: {\n type: Boolean,\n default: () => defProps.tag.show\n },\n // 内置图标,或绝对路径的图片\n icon: {\n type: String,\n default: () => defProps.tag.icon,\n\t\t},\n\t\ticonColor: {\n type: String,\n default: () => defProps.tag.iconColor\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,SAAS,MAAM;AAAA,MACtB,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOD,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IACrC;AAAA,IACD,WAAW;AAAA,MACD,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-toolbar/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示工具条\n show: {\n type: Boolean,\n default: () => defProps.toolbar.show\n },\n // 取消按钮的文字\n cancelText: {\n type: String,\n default: () => defProps.toolbar.cancelText\n },\n // 确认按钮的文字\n confirmText: {\n type: String,\n default: () => defProps.toolbar.confirmText\n },\n // 取消按钮的颜色\n cancelColor: {\n type: String,\n default: () => defProps.toolbar.cancelColor\n },\n // 确认按钮的颜色\n confirmColor: {\n type: String,\n default: () => defProps.toolbar.confirmColor\n },\n // 标题文字\n title: {\n type: String,\n default: () => defProps.toolbar.title\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-toolbar.js","sources":["uni_modules/uview-plus/components/u-toolbar/u-toolbar.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtdG9vbGJhci91LXRvb2xiYXIudnVl"],"sourcesContent":["<template>\n\t<view\n\t\tclass=\"u-toolbar\"\n\t\t@touchmove.stop.prevent=\"noop\"\n\t\tv-if=\"show\"\n\t>\n\t\t<view\n\t\t\tclass=\"u-toolbar__cancel__wrapper\"\n\t\t\thover-class=\"u-hover-class\"\n\t\t>\n\t\t\t<text\n\t\t\t\tclass=\"u-toolbar__wrapper__cancel\"\n\t\t\t\t@tap=\"cancel\"\n\t\t\t\t:style=\"{\n\t\t\t\t\tcolor: cancelColor\n\t\t\t\t}\"\n\t\t\t>{{ cancelText }}</text>\n\t\t</view>\n\t\t<text\n\t\t\tclass=\"u-toolbar__title u-line-1\"\n\t\t\tv-if=\"title\"\n\t\t>{{ title }}</text>\n\t\t<view\n\t\t\tclass=\"u-toolbar__confirm__wrapper\"\n\t\t\thover-class=\"u-hover-class\"\n\t\t>\n\t\t\t<text\n\t\t\t\tclass=\"u-toolbar__wrapper__confirm\"\n\t\t\t\t@tap=\"confirm\"\n\t\t\t\t:style=\"{\n\t\t\t\tcolor: confirmColor\n\t\t\t}\"\n\t\t\t>{{ confirmText }}</text>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\t/**\n\t * Toolbar 工具条\n\t * @description \n\t * @tutorial https://ijry.github.io/uview-plus/components/toolbar.html\n\t * @property {Boolean}\tshow\t\t\t是否展示工具条默认 true \n\t * @property {String}\tcancelText\t\t取消按钮的文字默认 '取消' \n\t * @property {String}\tconfirmText\t\t确认按钮的文字默认 '确认' \n\t * @property {String}\tcancelColor\t\t取消按钮的颜色默认 '#909193' \n\t * @property {String}\tconfirmColor\t确认按钮的颜色默认 '#3c9cff' \n\t * @property {String}\ttitle\t\t\t标题文字\n\t * @event {Function} \n\t * @example \n\t */\n\texport default {\n\t\tname: 'u-toolbar',\n\t\tmixins: [mpMixin, mixin, props],\n\t\temits: [\"confirm\", \"cancel\"],\n\t\tmethods: {\n\t\t\t// 点击取消按钮\n\t\t\tcancel() {\n\t\t\t\tthis.$emit('cancel')\n\t\t\t},\n\t\t\t// 点击确定按钮\n\t\t\tconfirm() {\n\t\t\t\tthis.$emit('confirm')\n\t\t\t}\n\t\t},\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\n\t.u-toolbar {\n\t\theight: 42px;\n\t\t@include flex;\n\t\tjustify-content: space-between;\n\t\talign-items: center;\n\n\t\t&__wrapper {\n\t\t\t&__cancel {\n\t\t\t\tcolor: $u-tips-color;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tpadding: 0 15px;\n\t\t\t}\n\t\t}\n\n\t\t&__title {\n\t\t\tcolor: $u-main-color;\n\t\t\tpadding: 0 60rpx;\n\t\t\tfont-size: 16px;\n\t\t\tflex: 1;\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t&__wrapper {\n\t\t\t&__confirm {\n\t\t\t\tcolor: $u-primary;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tpadding: 0 15px;\n\t\t\t}\n\t\t}\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-toolbar/u-toolbar.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props"],"mappings":";;;;;AAsDC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,qDAAK;AAAA,EAC9B,OAAO,CAAC,WAAW,QAAQ;AAAA,EAC3B,SAAS;AAAA;AAAA,IAER,SAAS;AACR,WAAK,MAAM,QAAQ;AAAA,IACnB;AAAA;AAAA,IAED,UAAU;AACT,WAAK,MAAM,SAAS;AAAA,IACrB;AAAA,EACA;AACF;;;;;;;;;;;;;;;;;;;ACnED,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-transition/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示组件\n show: {\n type: Boolean,\n default: () => defProps.transition.show\n },\n // 使用的动画模式\n mode: {\n type: String,\n default: () => defProps.transition.mode\n },\n // 动画的执行时间单位ms\n duration: {\n type: [String, Number],\n default: () => defProps.transition.duration\n },\n // 使用的动画过渡函数\n timingFunction: {\n type: String,\n default: () => defProps.transition.timingFunction\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA;AAAA,IAED,gBAAgB;AAAA,MACZ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-transition.js","sources":["uni_modules/uview-plus/components/u-transition/u-transition.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtdHJhbnNpdGlvbi91LXRyYW5zaXRpb24udnVl"],"sourcesContent":["<template>\n\t<view\n\t\tv-if=\"inited\"\n\t\tclass=\"u-transition\"\n\t\tref=\"u-transition\"\n\t\t@tap=\"clickHandler\"\n\t\t:class=\"classes\"\n\t\t:style=\"[mergeStyle]\"\n\t\t@touchmove=\"noop\"\n\t>\n\t\t<slot />\n\t</view>\n</template>\n\n<script>\nimport props from './props';\nimport mpMixin from '../../libs/mixin/mpMixin';\nimport mixin from '../../libs/mixin/mixin';\nimport { addStyle } from '../../libs/function/index';\n// 组件的methods方法由于内容较长写在外部文件中通过mixin引入\nimport transition from \"./transition.js\";\n/**\n * transition 动画组件\n * @description\n * @tutorial\n * @property {String}\t\t\tshow\t\t\t是否展示组件 (默认 false \n * @property {String}\t\t\tmode\t\t\t使用的动画模式 (默认 'fade' \n * @property {String | Number}\tduration\t\t动画的执行时间单位ms (默认 '300' \n * @property {String}\t\t\ttimingFunction\t使用的动画过渡函数 (默认 'ease-out' \n * @property {Object}\t\t\tcustomStyle\t\t自定义样式\n * @event {Function} before-enter\t进入前触发\n * @event {Function} enter\t\t\t进入中触发\n * @event {Function} after-enter\t进入后触发\n * @event {Function} before-leave\t离开前触发\n * @event {Function} leave\t\t\t离开中触发\n * @event {Function} after-leave\t离开后触发\n * @example\n */\nexport default {\n\tname: 'u-transition',\n\tdata() {\n\t\treturn {\n\t\t\tinited: false, // 是否显示/隐藏组件\n\t\t\tviewStyle: {}, // 组件内部的样式\n\t\t\tstatus: '', // 记录组件动画的状态\n\t\t\ttransitionEnded: false, // 组件是否结束的标记\n\t\t\tdisplay: false, // 组件是否展示\n\t\t\tclasses: '', // 应用的类名\n\t\t}\n\t},\n\temits: ['click', 'beforeEnter', 'enter', 'afterEnter', 'beforeLeave', 'leave', 'afterLeave'],\n\tcomputed: {\n\t mergeStyle() {\n\t const { viewStyle, customStyle } = this\n\t return {\n\t // #ifndef APP-NVUE\n\t transitionDuration: `${this.duration}ms`,\n\t // display: `${this.display ? '' : 'none'}`,\n\t\t\t\ttransitionTimingFunction: this.timingFunction,\n\t // #endif\n\t\t\t\t// 避免自定义样式影响到动画属性所以写在viewStyle前面\n\t ...addStyle(customStyle),\n\t ...viewStyle\n\t }\n\t }\n\t},\n\t// 将mixin挂在到组件中实际上为一个vue格式对象。\n\tmixins: [mpMixin, mixin, transition, props],\n\twatch: {\n\t\tshow: {\n\t\t\thandler(newVal) {\n\t\t\t\t// vue和nvue分别执行不同的方法\n\t\t\t\t// #ifdef APP-NVUE\n\t\t\t\tnewVal ? this.nvueEnter() : this.nvueLeave()\n\t\t\t\t// #endif\n\t\t\t\t// #ifndef APP-NVUE\n\t\t\t\tnewVal ? this.vueEnter() : this.vueLeave()\n\t\t\t\t// #endif\n\t\t\t},\n\t\t\t// 表示同时监听初始化时的props的show的意思\n\t\t\timmediate: true\n\t\t}\n\t}\n}\n</script>\n\n<style lang=\"scss\" scoped>\n@import '../../libs/css/components.scss';\n\n/* #ifndef APP-NVUE */\n// vue版本动画相关的样式抽离在外部文件\n@import './vue.ani-style.scss';\n/* #endif */\n\n.u-transition {}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-transition/u-transition.vue'\nwx.createComponent(Component)"],"names":["addStyle","mpMixin","mixin","transition","props"],"mappings":";;;;;;;AAsCA,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;AAAA,MACN,QAAQ;AAAA;AAAA,MACR,WAAW,CAAE;AAAA;AAAA,MACb,QAAQ;AAAA;AAAA,MACR,iBAAiB;AAAA;AAAA,MACjB,SAAS;AAAA;AAAA,MACT,SAAS;AAAA;AAAA,IACV;AAAA,EACA;AAAA,EACD,OAAO,CAAC,SAAS,eAAe,SAAS,cAAc,eAAe,SAAS,YAAY;AAAA,EAC3F,UAAU;AAAA,IACN,aAAa;AACT,YAAM,EAAE,WAAW,YAAY,IAAI;AACnC,aAAO;AAAA,QAEH,oBAAoB,GAAG,KAAK,QAAQ;AAAA;AAAA,QAE7C,0BAA0B,KAAK;AAAA;AAAA,QAGtB,GAAGA,0CAAAA,SAAS,WAAW;AAAA,QACvB,GAAG;AAAA,MACP;AAAA,IACJ;AAAA,EACH;AAAA;AAAA,EAED,QAAQ,CAACC,yCAAO,SAAEC,8CAAOC,wDAAAA,YAAYC,mDAAAA,KAAK;AAAA,EAC1C,OAAO;AAAA,IACN,MAAM;AAAA,MACL,QAAQ,QAAQ;AAMf,iBAAS,KAAK,aAAa,KAAK,SAAS;AAAA,MAEzC;AAAA;AAAA,MAED,WAAW;AAAA,IACZ;AAAA,EACD;AACD;;;;;;;;;;;;AClFA,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sources":["uni_modules/uview-plus/index.js"],"sourcesContent":["// 看到此报错是因为没有配置vite.config.js的【transpileDependencies】\n// const pleaseSetTranspileDependencies = {}, babelTest = pleaseSetTranspileDependencies?.test\n\n// 引入全局mixin\nimport mixin from './libs/mixin/mixin.js'\n// 小程序特有的mixin\nimport mpMixin from './libs/mixin/mpMixin.js'\n// 全局挂载引入http相关请求拦截插件\nimport Request from './libs/luch-request'\n\n// 路由封装\nimport route from './libs/util/route.js'\n// 颜色渐变相关,colorGradient-颜色渐变,hexToRgb-十六进制颜色转rgb颜色,rgbToHex-rgb转十六进制\nimport colorGradient from './libs/function/colorGradient.js'\n\n// 规则检验\nimport test from './libs/function/test.js'\n// 防抖方法\nimport debounce from './libs/function/debounce.js'\n// 节流方法\nimport throttle from './libs/function/throttle.js'\n// 公共文件写入的方法\nimport index from './libs/function/index.js'\n\n// 配置信息\nimport config from './libs/config/config.js'\n// props配置信息\nimport props from './libs/config/props.js'\n// 各个需要fixed的地方的z-index配置文件\nimport zIndex from './libs/config/zIndex.js'\n// 关于颜色的配置,特殊场景使用\nimport color from './libs/config/color.js'\n// 平台\nimport platform from './libs/function/platform'\n\n// 导出\nconst http = new Request()\nlet themeType = ['primary', 'success', 'error', 'warning', 'info'];\nexport { route, http, debounce, throttle, platform, themeType, mixin, mpMixin, props, color, test, zIndex }\nexport * from './libs/function/index.js'\nexport * from './libs/function/colorGradient.js'\n\n/**\n * @description 修改uView内置属性值\n * @param {object} props 修改内置props属性\n * @param {object} config 修改内置config属性\n * @param {object} color 修改内置color属性\n * @param {object} zIndex 修改内置zIndex属性\n */\nexport function setConfig(configs) {\n\tindex.shallowMerge(config, configs.config || {})\n\tindex.shallowMerge(props, configs.props || {})\n\tindex.shallowMerge(color, configs.color || {})\n\tindex.shallowMerge(zIndex, configs.zIndex || {})\n}\nindex.setConfig = setConfig\n\nconst $u = {\n route,\n date: index.timeFormat, // 另名date\n colorGradient: colorGradient.colorGradient,\n hexToRgb: colorGradient.hexToRgb,\n rgbToHex: colorGradient.rgbToHex,\n colorToRgba: colorGradient.colorToRgba,\n test,\n type: themeType,\n http,\n config, // uview-plus配置信息相关比如版本号\n zIndex,\n debounce,\n throttle,\n mixin,\n mpMixin,\n props,\n ...index,\n color,\n platform\n}\n\n// $u挂载到uni对象上\nuni.$u = $u\n\nconst install = (Vue) => {\n // 同时挂载到uni和Vue.prototype中\n // #ifndef APP-NVUE\n // 只有vue挂载到Vue.prototype才有意义因为nvue中全局Vue.prototype和Vue.mixin是无效的\n Vue.config.globalProperties.$u = $u\n Vue.mixin(mixin)\n // #endif\n}\n\nexport default {\n install\n}\n"],"names":["Request","index","config","props","color","zIndex","route","colorGradient","test","debounce","throttle","mixin","mpMixin","platform","uni"],"mappings":";;;;;;;;;;;;;;;;AAoCA,MAAM,OAAO,IAAIA,oDAAAA,QAAS;AAC1B,IAAI,YAAY,CAAC,WAAW,WAAW,SAAS,WAAW,MAAM;AAY1D,SAAS,UAAU,SAAS;AAClCC,4CAAAA,MAAM,aAAaC,yCAAAA,QAAQ,QAAQ,UAAU,CAAA,CAAE;AAC/CD,4CAAAA,MAAM,aAAaE,wCAAAA,UAAO,QAAQ,SAAS,CAAA,CAAE;AAC7CF,4CAAAA,MAAM,aAAaG,wCAAAA,OAAO,QAAQ,SAAS,CAAA,CAAE;AAC7CH,4CAAAA,MAAM,aAAaI,yCAAAA,QAAQ,QAAQ,UAAU,CAAA,CAAE;AAChD;AACAJ,0CAAK,MAAC,YAAY;AAElB,MAAM,KAAK;AAAA,EACX,OAAIK,sCAAK;AAAA,EACL,MAAML,0CAAK,MAAC;AAAA;AAAA,EACZ,eAAeM,kDAAa,cAAC;AAAA,EAC7B,UAAUA,kDAAa,cAAC;AAAA,EACxB,UAAUA,kDAAa,cAAC;AAAA,EACxB,aAAaA,kDAAa,cAAC;AAAA,EAC/B,MAAIC,yCAAI;AAAA,EACJ,MAAM;AAAA,EACN;AAAA,EACJ,QAAIN,yCAAM;AAAA;AAAA,EACV,QAAIG,yCAAM;AAAA,EACV,UAAII,6CAAQ;AAAA,EACZ,UAAIC,6CAAQ;AAAA,EACZ,OAAIC,uCAAK;AAAA,EACT,SAAIC,yCAAO;AAAA,EACX,OAAIT,wCAAK;AAAA,EACL,GAAGF,0CAAK;AAAA,EACZ,OAAIG,wCAAK;AAAA,EACT,UAAIS,6CAAQ;AACZ;AAGAC,cAAG,MAAC,KAAK;AAET,MAAM,UAAU,CAAC,QAAQ;AAIrB,MAAI,OAAO,iBAAiB,KAAK;AACjC,MAAI,MAAMH,4CAAK;AAEnB;AAEA,MAAe,YAAA;AAAA,EACX;AACJ;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"color.js","sources":["uni_modules/uview-plus/libs/config/color.js"],"sourcesContent":["// 为了让用户能够自定义主题会逐步弃用此文件各颜色通过css提供\r\n// 为了给某些特殊场景使用和向后兼容,无需删除此文件(2020-06-20)\r\nconst color = {\r\n primary: '#3c9cff',\r\n info: '#909399',\r\n default: '#909399',\r\n warning: '#f9ae3d',\r\n error: '#f56c6c',\r\n success: '#5ac725',\r\n mainColor: '#303133',\r\n contentColor: '#606266',\r\n tipsColor: '#909399',\r\n lightColor: '#c0c4cc',\r\n borderColor: '#e4e7ed'\r\n}\r\n\r\nexport default color\n"],"names":[],"mappings":";AAEK,MAAC,QAAQ;AAAA,EACV,SAAS;AAAA,EACT,MAAM;AAAA,EACN,SAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,WAAW;AAAA,EACX,cAAc;AAAA,EACd,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,aAAa;AACjB;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"config.js","sources":["uni_modules/uview-plus/libs/config/config.js"],"sourcesContent":["const version = '3'\n\n// 开发环境才提示,生产环境不会提示\nif (process.env.NODE_ENV === 'development') {\n\tconsole.log(`\\n %c uview-plus V${version} %c https://ijry.github.io/uview-plus/ \\n\\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0;', 'color: #3c9cff;background: #ffffff; padding:5px 0;');\n}\n\nexport default {\n v: version,\n version,\n // 主题名称\n type: [\n 'primary',\n 'success',\n 'info',\n 'error',\n 'warning'\n ],\n // 颜色部分本来可以通过scss的:export导出供js使用但是奈何nvue不支持\n color: {\n 'u-primary': '#2979ff',\n 'u-warning': '#ff9900',\n 'u-success': '#19be6b',\n 'u-error': '#fa3534',\n 'u-info': '#909399',\n 'u-main-color': '#303133',\n 'u-content-color': '#606266',\n 'u-tips-color': '#909399',\n 'u-light-color': '#c0c4cc'\n },\n\t// 默认单位可以通过配置为rpx那么在用于传入组件大小参数为数值时就默认为rpx\n\tunit: 'px'\n}\n"],"names":[],"mappings":";;AAAA,MAAM,UAAU;AAG4B;wFAC/B;AAAA,kBAAqB,OAAO;AAAA;AAAA,GAA+C,uDAAuD,oDAAoD;AACnM;AAEA,MAAe,SAAA;AAAA,EACX,GAAG;AAAA,EACH;AAAA;AAAA,EAEA,MAAM;AAAA,IACF;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA;AAAA,EAEA,OAAO;AAAA,IACH,aAAa;AAAA,IACb,aAAa;AAAA,IACb,aAAa;AAAA,IACb,WAAW;AAAA,IACX,UAAU;AAAA,IACV,gBAAgB;AAAA,IAChB,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,EACrB;AAAA;AAAA,EAEH,MAAM;AACP;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"actionSheet.js","sources":["uni_modules/uview-plus/libs/config/props/actionSheet.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:44:35\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/actionSheet.js\n */\nexport default {\n // action-sheet组件\n actionSheet: {\n show: false,\n title: '',\n description: '',\n actions: [],\n index: '',\n cancelText: '',\n closeOnClickAction: true,\n safeAreaInsetBottom: true,\n openType: '',\n closeOnClickOverlay: true,\n round: 0\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,cAAA;AAAA;AAAA,EAEX,aAAa;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,aAAa;AAAA,IACb,SAAS,CAAE;AAAA,IACX,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,oBAAoB;AAAA,IACpB,qBAAqB;AAAA,IACrB,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,OAAO;AAAA,EACV;AACL;;"}

Some files were not shown because too many files have changed in this diff Show More