上传代码

This commit is contained in:
2025-08-18 09:57:10 +08:00
commit ff52db1edc
560 changed files with 102250 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>View</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="app.css" />
<script>var __uniConfig = {"globalStyle":{},"darkmode":false}</script>
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
</head>
<body>
<div id="app"></div>
<script src="uni-app-view.umd.js"></script>
</body>
</html>

View File

@ -0,0 +1,11 @@
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"distribution","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.36","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#B4BCC6","selectedColor":"#2588FF","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/index/index","iconPath":"/static/tabbar/index.png","selectedIconPath":"/static/tabbar/index1.png","text":"首页"},{"pagePath":"pages/orderList/orderList","iconPath":"/static/tabbar/order.png","selectedIconPath":"/static/tabbar/order1.png","text":"订单"},{"pagePath":"pages/my/my","iconPath":"/static/tabbar/my.png","selectedIconPath":"/static/tabbar/my1.png","text":"我的"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}};
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"backgroundColor":"#5e7dec","titleText":"首页","type":"default"},"isNVue":false}},{"path":"pages/my/my","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"navigationBar":{"backgroundColor":"#5e7dec","titleText":"我的","type":"default"},"isNVue":false}},{"path":"pages/orderList/orderList","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"navigationBar":{"backgroundColor":"#5e7dec","titleText":"历史订单查询","type":"default"},"isNVue":false}},{"path":"pages/test/test","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"测试","type":"default"},"isNVue":false}},{"path":"pages/map/map","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"配送范围","type":"default"},"isNVue":false}},{"path":"pages/takePhoto/takePhoto","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"拍照","type":"default"},"isNVue":false}},{"path":"pages/purse/purse","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"我的钱包","type":"default"},"isNVue":false}},{"path":"pages/login/login","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/register/register","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"注册","type":"default"},"isNVue":false}},{"path":"pages/authentication/authentication","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"身份认证","type":"default"},"isNVue":false}},{"path":"pages/changeUserMessage/changeUserMessage","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"修改用户信息","type":"default"},"isNVue":false}},{"path":"pages/orderDetail/orderDetail","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"订单详情","type":"default"},"isNVue":false}},{"path":"pages/deliveryDetail/deliveryDetail","meta":{"navigationBar":{"backgroundColor":"#5e7dec","titleText":"订单详情","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
__uniConfig.styles=[];//styles
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:16})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:u,window:u,document:u,frames:u,self:u,location:u,navigator:u,localStorage:u,history:u,Caches:u,screen:u,alert:u,confirm:u,prompt:u,fetch:u,XMLHttpRequest:u,WebSocket:u,webkit:u,print:u}}}});
})();

View File

@ -0,0 +1 @@
(function(){})();

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 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__2011CFE","name":"distribution","version":{"name":"1.0.0","code":"100"},"description":"","developer":{"name":"","email":"","url":""},"permissions":{"Maps":{"coordType":"gcj02"},"Camera":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":true,"delay":0,"target":"id:1","waiting":true},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"uni.UNI2011CFE","custompermissions":true},"apple":{"dSYMs":false,"devices":"universal"},"plugins":{"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}},"maps":{"description":"地图插件"}},"orientation":"portrait-primary"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.36","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}},"tabBar":{"position":"bottom","color":"#B4BCC6","selectedColor":"#2588FF","borderStyle":"rgba(0,0,0,0.4)","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/index/index","iconPath":"/static/tabbar/index.png","selectedIconPath":"/static/tabbar/index1.png","text":"首页"},{"pagePath":"pages/orderList/orderList","iconPath":"/static/tabbar/order.png","selectedIconPath":"/static/tabbar/order1.png","text":"订单"},{"pagePath":"pages/my/my","iconPath":"/static/tabbar/my.png","selectedIconPath":"/static/tabbar/my1.png","text":"我的"}],"selectedIndex":0,"shown":true,"child":["lauchwebview"],"selected":0},"adid":"128739010303"},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false},"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}}},"launch_path":"__uniappview.html"}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.user-profile[data-v-578b272a]{background:linear-gradient(to bottom,#5e7dec,#fff);padding:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;height:100vh}.avatar-container[data-v-578b272a]{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.avatar-container .avatar[data-v-578b272a]{width:100px;height:100px;border-radius:50%;object-fit:cover}.edit-text[data-v-578b272a]{color:#fff;margin-top:10px}.form-container[data-v-578b272a]{background-color:#fff;padding:20px;border-radius:8px;width:90%;max-width:600px}.form-item[data-v-578b272a]{display:flex;align-items:center;margin-bottom:15px}.label[data-v-578b272a]{width:35px;text-align:right;margin-right:10px}.gender-item[data-v-578b272a]{align-items:flex-start}.gender-container[data-v-578b272a]{display:flex;flex-direction:row}.gender-container uni-label[data-v-578b272a]{margin-right:10px;display:flex;align-items:center}.input-field[data-v-578b272a]{flex:1;box-sizing:border-box;border:1px solid #ddd;height:45px;border-radius:15px}.save-button[data-v-578b272a]{background-color:transparent;color:#fff;padding:0 20px;border:2px solid #5e7dec;border-radius:20px;margin-top:20px;width:100%;max-width:300px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.save-button[data-v-578b272a]:hover{background-color:rgba(94,125,236,.1);box-shadow:0 6px 8px rgba(0,0,0,.2)}.save-button[data-v-578b272a]:active{transform:translateY(2px);box-shadow:0 2px 4px rgba(0,0,0,.1)}

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 @@
body{background:url(../../static/login.jpg) repeat fixed center}.normal-login-container{width:100%}.normal-login-container .logo-content{width:100%;font-size:21px;text-align:center;padding-top:15%}.normal-login-container .logo-content uni-image{border-radius:4px}.normal-login-container .logo-content .title{margin-left:10px}.normal-login-container .login-form-content{text-align:center;margin:20px auto;width:80%}.normal-login-container .login-form-content .input-item{margin:20px auto;background-color:#f5f6f7;height:45px;border-radius:20px}.normal-login-container .login-form-content .input-item .icon{font-size:1.1875rem;margin-left:10px;color:#999}.normal-login-container .login-form-content .input-item .input{width:80%;font-size:14px;line-height:20px;text-align:left;padding-left:15px;padding-top:8px;padding-bottom:8px;background-color:#f5f6f7}.normal-login-container .login-form-content .login-btn{margin-top:40px;height:45px;border-radius:30px}.normal-login-container .login-form-content .reg{margin-top:15px}.normal-login-container .login-form-content .xieyi{color:#333;margin-top:20px}.normal-login-container .login-form-content .login-code{height:38px;float:right}.normal-login-container .login-form-content .login-code .login-code-img{height:38px;position:absolute;margin-left:10px;width:6.25rem}.img-a{position:absolute;width:100%;top:-74px;right:0;z-index:100}.img-b{position:absolute;width:50%;bottom:0;left:-1.5625rem;z-index:100}.text{margin-left:-111px;margin-top:28px}.t-b{font-size:29px;color:#000;padding:60px 0 10px;font-weight:700}.t-b2{text-align:center;font-size:1rem;color:#2a2a2a}.goLogin{float:right;color:#444;padding:10px}

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 @@
.order-list[data-v-40243718]{display:flex;flex-direction:column}.order-details[data-v-40243718]{display:flex;justify-content:space-between;width:90%;margin:0 auto;background-color:#fff;padding:5px 10px;border-bottom:1px solid #f6f6f6}.left-column[data-v-40243718],.right-column[data-v-40243718]{display:flex;flex-direction:column}.userName[data-v-40243718],.orderMoney[data-v-40243718]{margin:5px 0;font-size:14px}.orderTime[data-v-40243718],.orderState[data-v-40243718]{font-size:12px;margin-bottom:5px}.userName[data-v-40243718]{color:#333}.orderTime[data-v-40243718]{color:#666}.orderMoney[data-v-40243718]{color:#007bff}

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 @@
.uni-file-picker__container[data-v-86b162f5]{display:flex;box-sizing:border-box;flex-wrap:wrap;margin:-5px}.file-picker__box[data-v-86b162f5]{position:relative;width:33.3%;height:0;padding-top:33.33%;box-sizing:border-box}.file-picker__box-content[data-v-86b162f5]{position:absolute;top:0;right:0;bottom:0;left:0;margin:5px;border:1px #eee solid;border-radius:5px;overflow:hidden}.file-picker__progress[data-v-86b162f5]{position:absolute;bottom:0;left:0;right:0;z-index:2}.file-picker__progress-item[data-v-86b162f5]{width:100%}.file-picker__mask[data-v-86b162f5]{display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:0;bottom:0;left:0;color:#fff;font-size:12px;background-color:rgba(0,0,0,.4)}.file-image[data-v-86b162f5]{width:100%;height:100%}.is-add[data-v-86b162f5]{display:flex;align-items:center;justify-content:center}.icon-add[data-v-86b162f5]{width:50px;height:5px;background-color:#f1f1f1;border-radius:2px}.rotate[data-v-86b162f5]{position:absolute;transform:rotate(90deg)}.icon-del-box[data-v-86b162f5]{display:flex;align-items:center;justify-content:center;position:absolute;top:3px;right:3px;height:26px;width:26px;border-radius:50%;background-color:rgba(0,0,0,.5);z-index:2;transform:rotate(-45deg)}.icon-del[data-v-86b162f5]{width:15px;height:2px;background-color:#fff;border-radius:2px}.uni-file-picker__files[data-v-e61666c7]{display:flex;flex-direction:column;justify-content:flex-start}.uni-file-picker__lists[data-v-e61666c7]{position:relative;margin-top:5px;overflow:hidden}.file-picker__mask[data-v-e61666c7]{display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:0;bottom:0;left:0;color:#fff;font-size:14px;background-color:rgba(0,0,0,.4)}.uni-file-picker__lists-box[data-v-e61666c7]{position:relative}.uni-file-picker__item[data-v-e61666c7]{display:flex;align-items:center;padding:8px 5px 8px 10px}.files-border[data-v-e61666c7]{border-top:1px #eee solid}.files__name[data-v-e61666c7]{flex:1;font-size:14px;color:#666;margin-right:25px;word-break:break-all;word-wrap:break-word}.icon-files[data-v-e61666c7]{position:static;background-color:initial}.is-list-card[data-v-e61666c7]{border:1px #eee solid;margin-bottom:5px;border-radius:5px;box-shadow:0 0 2px rgba(0,0,0,.1);padding:5px}.files__image[data-v-e61666c7]{width:40px;height:40px;margin-right:10px}.header-image[data-v-e61666c7]{width:100%;height:100%}.is-text-box[data-v-e61666c7]{border:1px #eee solid;border-radius:5px}.is-text-image[data-v-e61666c7]{width:25px;height:25px;margin-left:5px}.rotate[data-v-e61666c7]{position:absolute;transform:rotate(90deg)}.icon-del-box[data-v-e61666c7]{display:flex;margin:auto 0;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;right:5px;height:26px;width:26px;z-index:2;transform:rotate(-45deg)}.icon-del[data-v-e61666c7]{width:15px;height:1px;background-color:#333}.uni-file-picker[data-v-086f9922]{box-sizing:border-box;overflow:hidden;width:100%;flex:1}.uni-file-picker__header[data-v-086f9922]{padding-top:5px;padding-bottom:10px;display:flex;justify-content:space-between}.file-title[data-v-086f9922]{font-size:14px;color:#333}.file-count[data-v-086f9922]{font-size:14px;color:#999}.is-add[data-v-086f9922]{display:flex;align-items:center;justify-content:center}.icon-add[data-v-086f9922]{width:50px;height:5px;background-color:#f1f1f1;border-radius:2px}.rotate[data-v-086f9922]{position:absolute;transform:rotate(90deg)}.example-body{padding:0 10px 10px}

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long