增加新模块

This commit is contained in:
何江明
2025-03-20 08:46:07 +08:00
parent 15014e22aa
commit 2ae62b59ed
1729 changed files with 94700 additions and 4232 deletions
+11
View File
@@ -0,0 +1,11 @@
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var require_app_css = __commonJS({
"app.css.js"(exports) {
const _style_0 = {};
exports.styles = [_style_0];
}
});
export default require_app_css();
+2
View File
@@ -0,0 +1,2 @@
Promise.resolve("./app.css.js").then(() => {
});
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

+24
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>
+11
View File
@@ -0,0 +1,11 @@
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
const __uniConfig = {"pages":[],"globalStyle":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"哈希优品","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.45","entryPagePath":"pages/home/home","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#808080FF","selectedColor":"#ff7c41","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/home/home","text":"%index.home%","iconPath":"/static/column/home.png","selectedIconPath":"/static/column/home_sel.png"},{"pagePath":"pages/sort/sort","text":"%index.sort%","iconPath":"/static/column/sort.png","selectedIconPath":"/static/column/sort_sel.png"},{"pagePath":"pages/hash_union/hash_union","text":"%index.hash.union%","iconPath":"/static/column/hx.png","selectedIconPath":"/static/column/hx_sel.png"},{"pagePath":"pages/shopping_cart/shopping_cart","text":"%index.shopping.cart%","iconPath":"/static/column/shopping.png","selectedIconPath":"/static/column/shopping_sel.png"},{"pagePath":"pages/mine/mine","text":"%index.mine%","iconPath":"/static/column/mine.png","selectedIconPath":"/static/column/mine_sel.png"}],"backgroundColor":"#F8F8F8","selectedIndex":0,"shown":true},"locales":{"en":{"locale.auto":"System","locale.en":"English","locale.zh-hans":"简体中文","locale.zh-hant":"繁体中文","locale.ja":"日语","index.title":"Hello i18n","index.home":"主页","index.sort":"分类","index.hash.union":"哈希联盟","index.shopping.cart":"购物车","index.mine":"我的","index.demo":"uni-app globalization","index.demo-description":"Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema","index.detail":"Detail","index.language":"Language","index.language-info":"Settings","index.system-language":"System language","index.application-language":"Application language","index.language-change-confirm":"Applying this setting will restart the app","api.message":"Message","schema.name":"Name","schema.add":"Add","schema.add-success":"Add success","bankCard.title":"银行卡管理","bankCard.add.title":"添加银行卡","address.title":"地址管理","address.add.title":"添加地址","authentication.title":"实名认证","purse.title":"我的钱包","purse.bonus.title":"我的奖金"},"zh-Hans":{"locale.auto":"系统","locale.en":"English","locale.zh-hans":"简体中文","locale.zh-hant":"繁体中文","locale.ja":"日语","index.title":"Hello i18n","index.home":"主页","index.sort":"分类","index.hash.union":"哈希联盟","index.shopping.cart":"购物车","index.mine":"我的","index.demo-description":"包含 uni-framework、manifest.json、pages.json、tabbar、页面、组件、API、Schema","index.detail":"详情","index.language":"语言","index.language-info":"语言信息","index.system-language":"系统语言","index.application-language":"应用语言","index.language-change-confirm":"应用此设置将重启App","api.message":"提示","schema.name":"姓名","schema.add":"新增","schema.add-success":"新增成功","bankCard.title":"银行卡管理","bankCard.add.title":"添加银行卡","address.title":"地址管理","address.add.title":"添加地址","authentication.title":"实名认证","purse.title":"我的钱包","purse.bonus.title":"我的奖金"}},"darkmode":false,"themeConfig":{}};
const __uniRoutes = [{"path":"pages/home/home","meta":{"isQuit":true,"isEntry":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"navigationBar":{"titleText":"%index.title%","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/sort/sort","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/hash_union/hash_union","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/shopping_cart/shopping_cart","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/mine/mine","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":4,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/mine_bank_card/mine_bank_card","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%bankCard.title%","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_bank_add/mine_bank_add","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%bankCard.add.title%","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_address/mine_address","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%address.title%","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_address_add/mine_address_add","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%address.add.title%","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_authentication/mine_authentication","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%authentication.title%","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_authentication_ok/mine_authentication_ok","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%authentication.title%","style":"default","type":"default","splitLine":{"color":"#f2f2f2"},"titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_purse/mine_purse","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"%purse.title%","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/mine_order/mine_order","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/mine_order_info/mine_order_info","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/mine_purse_bonus/mine_purse_bonus","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#ff7c41","titleText":"%purse.bonus.title%","style":"default","type":"default","titleColor":"#ffffff"},"isNVue":false}},{"path":"pages/login/login","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/register/register","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#FFFFFF","titleText":"","style":"default","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/turntable/turntable","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/search/search","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/preference/preference","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/welcome/welcome","meta":{"navigationBar":{"style":"custom","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}}}});
})();
+1
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
+224
View File
@@ -0,0 +1,224 @@
{
"@platforms": [
"android",
"iPhone",
"iPad"
],
"id": "__UNI__DA4D660",
"name": "哈希优品",
"version": {
"name": "1.0.1",
"code": "100"
},
"description": "哈希优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
"developer": {
"name": "",
"email": "",
"url": ""
},
"permissions": {
"UniNView": {
"description": "UniNView原生渲染"
}
},
"plus": {
"useragent": {
"value": "uni-app",
"concatenate": true
},
"splashscreen": {
"target": "id:1",
"autoclose": true,
"waiting": true,
"delay": 0
},
"popGesture": "close",
"launchwebview": {
"id": "1",
"kernel": "WKWebview"
},
"name": "哈希优品",
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"distribute": {
"icons": {
"android": {
"hdpi": "unpackage/res/icons/72x72.png",
"xhdpi": "unpackage/res/icons/96x96.png",
"xxhdpi": "unpackage/res/icons/144x144.png",
"xxxhdpi": "unpackage/res/icons/192x192.png"
},
"ios": {
"appstore": "unpackage/res/icons/1024x1024.png",
"ipad": {
"app": "unpackage/res/icons/76x76.png",
"app@2x": "unpackage/res/icons/152x152.png",
"notification": "unpackage/res/icons/20x20.png",
"notification@2x": "unpackage/res/icons/40x40.png",
"proapp@2x": "unpackage/res/icons/167x167.png",
"settings": "unpackage/res/icons/29x29.png",
"settings@2x": "unpackage/res/icons/58x58.png",
"spotlight": "unpackage/res/icons/40x40.png",
"spotlight@2x": "unpackage/res/icons/80x80.png"
},
"iphone": {
"app@2x": "unpackage/res/icons/120x120.png",
"app@3x": "unpackage/res/icons/180x180.png",
"notification@2x": "unpackage/res/icons/40x40.png",
"notification@3x": "unpackage/res/icons/60x60.png",
"settings@2x": "unpackage/res/icons/58x58.png",
"settings@3x": "unpackage/res/icons/87x87.png",
"spotlight@2x": "unpackage/res/icons/80x80.png",
"spotlight@3x": "unpackage/res/icons/120x120.png"
}
}
},
"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\"/>"
]
},
"apple": {
"dSYMs": false
},
"plugins": {
"audio": {
"mp3": {
"description": "Android平台录音支持MP3格式文件"
}
}
}
},
"statusbar": {
"immersed": "supportedDevice",
"style": "dark",
"background": "#000000"
},
"uniStatistics": {
"enable": false
},
"allowsInlineMediaPlayback": true,
"safearea": {
"background": "#F8F8F8",
"bottom": {
"offset": "auto"
}
},
"uni-app": {
"control": "uni-v3",
"vueVersion": "3",
"compilerVersion": "4.45",
"nvueCompiler": "uni-app",
"renderer": "auto",
"nvue": {
"flex-direction": "column"
},
"nvueLaunchMode": "normal",
"webView": {
"minUserAgentVersion": "49.0"
}
},
"tabBar": {
"position": "bottom",
"color": "#808080FF",
"selectedColor": "#ff7c41",
"borderStyle": "rgba(0,0,0,0.4)",
"blurEffect": "none",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"height": "50px",
"list": [
{
"pagePath": "pages/home/home",
"text": "主页",
"iconPath": "/static/column/home.png",
"selectedIconPath": "/static/column/home_sel.png",
"textLocales": {
"en": "主页",
"zh-Hans": "主页"
}
},
{
"pagePath": "pages/sort/sort",
"text": "分类",
"iconPath": "/static/column/sort.png",
"selectedIconPath": "/static/column/sort_sel.png",
"textLocales": {
"en": "分类",
"zh-Hans": "分类"
}
},
{
"pagePath": "pages/hash_union/hash_union",
"text": "哈希联盟",
"iconPath": "/static/column/hx.png",
"selectedIconPath": "/static/column/hx_sel.png",
"textLocales": {
"en": "哈希联盟",
"zh-Hans": "哈希联盟"
}
},
{
"pagePath": "pages/shopping_cart/shopping_cart",
"text": "购物车",
"iconPath": "/static/column/shopping.png",
"selectedIconPath": "/static/column/shopping_sel.png",
"textLocales": {
"en": "购物车",
"zh-Hans": "购物车"
}
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "/static/column/mine.png",
"selectedIconPath": "/static/column/mine_sel.png",
"textLocales": {
"en": "我的",
"zh-Hans": "我的"
}
}
],
"backgroundColor": "#F8F8F8",
"selectedIndex": 0,
"shown": true,
"child": [
"lauchwebview"
],
"selected": 0
}
},
"app-harmony": {
"useragent": {
"value": "uni-app",
"concatenate": true
},
"uniStatistics": {
"enable": false
},
"safearea": {
"background": "#F8F8F8",
"bottom": {
"offset": "auto"
}
}
},
"launch_path": "__uniappview.html",
"fallbackLocale": "en"
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
.title{font-size:16px;font-weight:700;margin-bottom:15px}.description{font-size:14px;opacity:.6;margin-bottom:15px}.detail-link{font-size:14px;word-break:break-all}.link{color:#007aff;margin-left:10px}.locale-setting{font-size:16px;font-weight:700;margin-top:25px;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #f0f0f0}.list-item{font-size:14px;padding:10px 0}.list-item .v{margin-left:5px}.locale-item{display:flex;flex-direction:row;padding:10px 0}.locale-item .text{flex:1}.icon-check{margin-right:5px;border:2px solid #007aff;border-left:0;border-top:0;height:12px;width:6px;transform-origin:center;transition:all .3s;transform:rotate(45deg)}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
.u-empty[data-v-75c9e2d1],.u-empty__wrap[data-v-75c9e2d1],.u-tabs[data-v-75c9e2d1],.u-tabs__wrapper[data-v-75c9e2d1],.u-tabs__wrapper__scroll-view-wrapper[data-v-75c9e2d1],.u-tabs__wrapper__scroll-view[data-v-75c9e2d1],.u-tabs__wrapper__nav[data-v-75c9e2d1],.u-tabs__wrapper__nav__line[data-v-75c9e2d1],.up-empty[data-v-75c9e2d1],.up-empty__wrap[data-v-75c9e2d1],.up-tabs[data-v-75c9e2d1],.up-tabs__wrapper[data-v-75c9e2d1],.up-tabs__wrapper__scroll-view-wrapper[data-v-75c9e2d1],.up-tabs__wrapper__scroll-view[data-v-75c9e2d1],.up-tabs__wrapper__nav[data-v-75c9e2d1],.up-tabs__wrapper__nav__line[data-v-75c9e2d1]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uicon-iconfont;src:url(https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf) format("truetype")}.u-icon[data-v-75c9e2d1]{display:flex;align-items:center}.u-icon--left[data-v-75c9e2d1]{flex-direction:row-reverse;align-items:center}.u-icon--right[data-v-75c9e2d1]{flex-direction:row;align-items:center}.u-icon--top[data-v-75c9e2d1]{flex-direction:column-reverse;justify-content:center}.u-icon--bottom[data-v-75c9e2d1]{flex-direction:column;justify-content:center}.u-icon__icon[data-v-75c9e2d1]{font-family:uicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.u-icon__icon--primary[data-v-75c9e2d1]{color:#3c9cff}.u-icon__icon--success[data-v-75c9e2d1]{color:#5ac725}.u-icon__icon--error[data-v-75c9e2d1]{color:#f56c6c}.u-icon__icon--warning[data-v-75c9e2d1]{color:#f9ae3d}.u-icon__icon--info[data-v-75c9e2d1]{color:#909399}.u-icon__img[data-v-75c9e2d1]{height:auto;will-change:transform}.u-icon__label[data-v-75c9e2d1]{line-height:1}.u-empty[data-v-385bd000],.u-empty__wrap[data-v-385bd000],.u-tabs[data-v-385bd000],.u-tabs__wrapper[data-v-385bd000],.u-tabs__wrapper__scroll-view-wrapper[data-v-385bd000],.u-tabs__wrapper__scroll-view[data-v-385bd000],.u-tabs__wrapper__nav[data-v-385bd000],.u-tabs__wrapper__nav__line[data-v-385bd000],.up-empty[data-v-385bd000],.up-empty__wrap[data-v-385bd000],.up-tabs[data-v-385bd000],.up-tabs__wrapper[data-v-385bd000],.up-tabs__wrapper__scroll-view-wrapper[data-v-385bd000],.up-tabs__wrapper__scroll-view[data-v-385bd000],.up-tabs__wrapper__nav[data-v-385bd000],.up-tabs__wrapper__nav__line[data-v-385bd000]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-checkbox[data-v-385bd000]{display:flex;overflow:hidden;flex-direction:row;align-items:center;margin-bottom:5px;margin-top:5px}.u-checkbox-label--left[data-v-385bd000]{flex-direction:row}.u-checkbox-label--right[data-v-385bd000]{flex-direction:row-reverse;justify-content:space-between}.u-checkbox__icon-wrap[data-v-385bd000]{box-sizing:border-box;transition-property:border-color,background-color,color;transition-duration:.2s;color:#606266;display:flex;flex-direction:row;align-items:center;justify-content:center;color:transparent;text-align:center;margin-right:6px;font-size:6px;border-width:1px;border-color:#c8c9cc;border-style:solid}.u-checkbox__icon-wrap--circle[data-v-385bd000]{border-radius:100%}.u-checkbox__icon-wrap--square[data-v-385bd000]{border-radius:3px}.u-checkbox__icon-wrap--checked[data-v-385bd000]{color:#fff;background-color:red;border-color:#2979ff}.u-checkbox__icon-wrap--disabled[data-v-385bd000]{background-color:#ebedf0!important}.u-checkbox__icon-wrap--disabled--checked[data-v-385bd000]{color:#c8c9cc!important}.u-checkbox__label[data-v-385bd000]{word-wrap:break-word;margin-left:5px;margin-right:12px;color:#606266;font-size:15px}.u-checkbox__label--disabled[data-v-385bd000]{color:#c8c9cc}.mine_address_warp[data-v-07aa2f74]{height:calc(100vh - 1.8125rem);background-color:#f5f5f5;padding:.9375rem}.address_item[data-v-07aa2f74]{background:#fff;border-radius:.75rem;padding:.9375rem;margin-bottom:.9375rem}.address_item_info[data-v-07aa2f74]{font-weight:700;font-size:1rem;color:#222;display:flex}.address_item_address[data-v-07aa2f74]{font-weight:500;font-size:.8125rem;color:#666;margin-top:.3125rem}.address_operate[data-v-07aa2f74]{display:flex;justify-content:space-between;margin-top:.9375rem}.operate_item[data-v-07aa2f74]{display:flex;align-items:center}.operate_[data-v-07aa2f74]{padding:.3125rem .9375rem;background:#f3f3f3;border-radius:.78125rem;font-size:.75rem;color:#222;margin-left:.625rem}
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
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
+1
View File
@@ -0,0 +1 @@
.search_warp[data-v-8a1656ef]{background-color:#f5f5f5;height:100vh}
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
@@ -0,0 +1 @@
.welcome_warp[data-v-480bc329]{background-color:#f5f5f5;height:100vh}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

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