'api+登录页'
@ -115,7 +115,7 @@
|
||||
var token = uni.getStorageSync('userToken');
|
||||
if (!token) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login/authorize'
|
||||
url: '/pages/login/login'
|
||||
});
|
||||
}else{
|
||||
uni.navigateTo({
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
export const api_url = 'https://admin.dbcdq.cn/'
|
||||
export const api_url = '' //'https://admin.dbcdq.cn/'
|
||||
|
||||
const post = (url, data, returndata) => {
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
"vueVersion" : "2",
|
||||
"h5" : {
|
||||
"router" : {
|
||||
"base" : "/h5/",
|
||||
"base" : "./",
|
||||
"mode" : "history"
|
||||
}
|
||||
}
|
||||
|
||||
@ -197,7 +197,7 @@
|
||||
var token = uni.getStorageSync('userToken');
|
||||
if (!token) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login/authorize'
|
||||
url: '/pages/login/login'
|
||||
});
|
||||
}else{
|
||||
uni.navigateTo({
|
||||
|
||||
@ -14,12 +14,12 @@
|
||||
<view>{{userPhone}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex" v-else @click="gologin()">
|
||||
<!-- <view class="flex" v-else @click="gologin()">
|
||||
<image class="read-img" :src="avatar" mode="aspectFill"></image>
|
||||
<view class="flex-box" >
|
||||
<view class="flex-box-text">登录</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="walletWrap">
|
||||
<image :src="path+'/assets/img/icon/bg1.png'" class="walletBg"></image>
|
||||
@ -532,7 +532,7 @@
|
||||
// 登陆
|
||||
gologin(){
|
||||
uni.navigateTo({
|
||||
url:'../login/authorize'
|
||||
url:'../login/login'
|
||||
})
|
||||
},
|
||||
goabout(){
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
var token = uni.getStorageSync('userToken');
|
||||
if (!token) {
|
||||
uni.navigateTo({
|
||||
url:'/pages/login/authorize'
|
||||
url:'/pages/login/login'
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
@ -166,7 +166,7 @@ import lvvPopup from '@/components/lvv-popup/lvv-popup.vue';
|
||||
var token = uni.getStorageSync('userToken');
|
||||
if (!token) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login/authorize'
|
||||
url: '/pages/login/login'
|
||||
});
|
||||
}else{
|
||||
uni.navigateTo({
|
||||
|
||||
0
unpackage/dist/build/.automator/h5/.automator.json
vendored
Normal file
BIN
unpackage/dist/build/web/assets/uniicons.b6d3756e.ttf
vendored
Normal file
2
unpackage/dist/build/web/index.html
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>回收小程序</title><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><link rel=stylesheet href=./static/index.ed4a2d2b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=./static/js/chunk-vendors.1ff28878.js></script><script src=./static/js/index.4521fe76.js></script></body></html>
|
||||
BIN
unpackage/dist/build/web/static/back_img.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
320
unpackage/dist/build/web/static/css/style.css
vendored
Normal file
@ -0,0 +1,320 @@
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
font-size: 32upx;
|
||||
}
|
||||
view {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
image {
|
||||
background-size: 100% 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
button {
|
||||
height: auto;
|
||||
border: none;
|
||||
line-height: 2.55555556;
|
||||
padding: 0 28upx;
|
||||
}
|
||||
|
||||
input {
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.fsz24 {
|
||||
font-size: 24rpx !important;
|
||||
}
|
||||
|
||||
.fsz26 {
|
||||
font-size: 26rpx !important;
|
||||
}
|
||||
|
||||
.fsz28 {
|
||||
font-size: 28rpx !important;
|
||||
}
|
||||
|
||||
.fsz30 {
|
||||
font-size: 30rpx !important;
|
||||
}
|
||||
|
||||
.fsz32 {
|
||||
font-size: 32rpx !important;
|
||||
}
|
||||
|
||||
.fsz34 {
|
||||
font-size: 34rpx !important;
|
||||
}
|
||||
|
||||
.fsz36 {
|
||||
font-size: 36rpx !important;
|
||||
}
|
||||
|
||||
.fsz38 {
|
||||
font-size: 38rpx !important;
|
||||
}
|
||||
|
||||
.fsz50 {
|
||||
font-size: 50rpx !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.clearfix{
|
||||
overflow: hidden;
|
||||
}
|
||||
.fl{
|
||||
float: left;
|
||||
}
|
||||
.fr{
|
||||
float: right;
|
||||
}
|
||||
.overflow1{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
.overflow2{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.w1{
|
||||
width: 94%;
|
||||
margin: 0 auto;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.w{
|
||||
width: 94%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.none{
|
||||
display: none;
|
||||
}
|
||||
.zanwu{
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
margin-top: 50%;
|
||||
margin-bottom: 30%;
|
||||
}
|
||||
|
||||
.width{
|
||||
width: 30%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
.width:nth-child(3n){
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.bglv{background-color: #46b45d;}
|
||||
.lv{color: #46b45d;}
|
||||
|
||||
|
||||
|
||||
|
||||
.icon {
|
||||
width: 50upx;
|
||||
height: 50upx;
|
||||
}
|
||||
.btn {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0;
|
||||
font-size: 28upx;
|
||||
transform: scale(1);
|
||||
transition: all .5s;
|
||||
}
|
||||
|
||||
|
||||
.btn::after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.content-top {
|
||||
margin-bottom: 116upx;
|
||||
}.button-bottom {
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
height: 90upx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
z-index: 66;
|
||||
box-shadow: 0 0 10px #ccc;
|
||||
}
|
||||
|
||||
.button-bottom .btn {
|
||||
flex: 1;
|
||||
}.navbar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
/* #ifdef H5 */
|
||||
top: 40px;
|
||||
/* #endif */
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 106rpx;
|
||||
background-color: #FFFFFF;
|
||||
z-index: 9; display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
display: flex;
|
||||
-webkit-box-lines: multiple;
|
||||
-moz-box-lines: multiple;
|
||||
-o-box-lines: multiple; line-height: 48px;
|
||||
justify-content: space-around;
|
||||
-webkit-justify-content: space-around;
|
||||
flex-wrap: wrap
|
||||
}
|
||||
.navbar .item {
|
||||
border-top: 5rpx solid transparent;
|
||||
border-bottom: 5rpx solid transparent;
|
||||
font-size: 30rpx;
|
||||
color: #999999;
|
||||
}
|
||||
.navbar .on {
|
||||
border-bottom-color: #E93323;
|
||||
color: #282828;
|
||||
}
|
||||
|
||||
.img-grids {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.hs-di {
|
||||
position: relative;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.ro-text {
|
||||
position: relative;
|
||||
font-size: 24upx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.little-img {
|
||||
width: 140upx;
|
||||
height: 140upx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.zanwuimg{
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
height: 70vh;
|
||||
}
|
||||
.zanwuimg image{width: 200rpx!important;}
|
||||
.zanwuimg view{padding-bottom: 30rpx;
|
||||
padding-top: 20rpx;
|
||||
font-size: 28rpx;
|
||||
color: #999999;}
|
||||
.red-price {
|
||||
color: red !important;
|
||||
} .lidiv-ft {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.right-img .lidiv-ft {
|
||||
right: 8upx;
|
||||
height: 50upx;
|
||||
position: absolute;
|
||||
}.hs-fttext {
|
||||
font-size: 28upx;
|
||||
float: right;
|
||||
position: relative;
|
||||
line-height: 50upx;
|
||||
}
|
||||
.gongli{color:#00a73b}
|
||||
.hs_box {background-color: #fff;}
|
||||
.hs-row {
|
||||
padding: 20upx 26upx 20upx 0;
|
||||
width: 724upx;
|
||||
margin-left: 26upx;
|
||||
border-bottom: 2upx solid #f3f3f3;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
display: flex;
|
||||
min-height: 90upx;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.hs-row-hd {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 28upx;
|
||||
position: relative;
|
||||
}.hs-row-bd {
|
||||
display: flex;
|
||||
margin-left: 20upx;
|
||||
min-height: 30upx;
|
||||
overflow: hidden;
|
||||
align-items: center;
|
||||
padding-right: 50upx;
|
||||
}.hs-hd-title {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}.hs-input {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
font-size: 26upx;
|
||||
}
|
||||
.btn-primary{ color: #333;
|
||||
background-color: #fff;
|
||||
padding: 0rpx 40rpx;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
min-width: 150rpx;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.btn-default{
|
||||
border: 2rpx solid #949494;
|
||||
color: #888;
|
||||
background-color: #fff;
|
||||
padding: 0rpx 20rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
min-width: 140rpx;margin-right: 10px;
|
||||
text-align: center;
|
||||
font-size: 22rpx;border-radius: 6px;}
|
||||
.margin20 {
|
||||
margin: 20upx 0;
|
||||
}
|
||||
.btn-success{
|
||||
background-color: #00a65c;
|
||||
color: #fff;
|
||||
padding: 0rpx 40rpx;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
min-width: 150rpx;
|
||||
border: none !important;
|
||||
}
|
||||
.flex{display:flex}.mr8{margin-top:16rpx}
|
||||
BIN
unpackage/dist/build/web/static/dingweis.png
vendored
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
unpackage/dist/build/web/static/img/20.jpg
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
unpackage/dist/build/web/static/img/39.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
unpackage/dist/build/web/static/img/40.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
unpackage/dist/build/web/static/img/41.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
unpackage/dist/build/web/static/img/43.png
vendored
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
unpackage/dist/build/web/static/img/46.png
vendored
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
unpackage/dist/build/web/static/img/47.png
vendored
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
unpackage/dist/build/web/static/img/48.png
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
unpackage/dist/build/web/static/img/49.png
vendored
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
unpackage/dist/build/web/static/img/51.png
vendored
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
unpackage/dist/build/web/static/img/52.png
vendored
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
unpackage/dist/build/web/static/img/close.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
unpackage/dist/build/web/static/img/compile.png
vendored
Normal file
|
After Width: | Height: | Size: 730 B |
BIN
unpackage/dist/build/web/static/img/down.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/img/home.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/img/home_select.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/img/kefu.png
vendored
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
unpackage/dist/build/web/static/img/left.png
vendored
Normal file
|
After Width: | Height: | Size: 528 B |
BIN
unpackage/dist/build/web/static/img/mine.png
vendored
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
unpackage/dist/build/web/static/img/mine1.png
vendored
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
unpackage/dist/build/web/static/img/news.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
unpackage/dist/build/web/static/img/null.png
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
unpackage/dist/build/web/static/img/order.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
unpackage/dist/build/web/static/img/order_select.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
unpackage/dist/build/web/static/img/right.png
vendored
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
unpackage/dist/build/web/static/img/t2.png
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
unpackage/dist/build/web/static/img/up.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/img/you.png
vendored
Normal file
|
After Width: | Height: | Size: 531 B |
1
unpackage/dist/build/web/static/index.ed4a2d2b.css
vendored
Normal file
24
unpackage/dist/build/web/static/js/chunk-vendors.1ff28878.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/index.4521fe76.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-about-about.a1db9b3b.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-address-detail.69aa01a8.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-address-list.ec857965.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-address-list"],{"145e":function(i,t,e){var n=e("c86c");t=n(!1),t.push([i.i,"uni-page-body[data-v-8f8fc40c]{background:#fff}body.?%PAGE?%[data-v-8f8fc40c]{background:#fff}.rowlist[data-v-8f8fc40c]{border-radius:%?10?%;padding:%?30?%;box-sizing:border-box;margin-bottom:%?180?%}.rowlist .li[data-v-8f8fc40c]{padding:%?24?% 0;box-sizing:border-box;border-bottom:1px solid #ddd;display:flex;align-items:center}.rowlist .li .idcard[data-v-8f8fc40c]{font-size:12px;margin-top:10px;display:flex;justify-content:space-between;align-items:center;color:#828282}.rowlist .li .name[data-v-8f8fc40c]{font-size:14px}.btn[data-v-8f8fc40c]{width:100%;position:fixed;bottom:0;height:%?180?%;left:0;background:#fff;justify-content:center;display:flex;padding:0 %?30?%;box-sizing:border-box}.tishi[data-v-8f8fc40c]{display:inline-block;font-size:%?25?%;padding:%?5?% %?10?%;background-color:#f75444;color:#fff;margin-right:10px;line-height:22px}.btn>uni-view[data-v-8f8fc40c]{flex:0 0 90%;height:%?94?%;background:#00a65c;text-align:center;line-height:%?94?%;color:#fff;border-radius:%?50?%;margin-top:%?40?%}.rowlist .li>uni-view[data-v-8f8fc40c]{flex:0 0 95%}",""]),i.exports=t},"36ca":function(i,t,e){"use strict";var n=e("378a"),a=e.n(n);a.a},"378a":function(i,t,e){var n=e("145e");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[i.i,n,""]]),n.locals&&(i.exports=n.locals);var a=e("967d").default;a("7bdf32df",n,!0,{sourceMap:!1,shadowMode:!1})},a62f:function(i,t,e){"use strict";e.r(t);var n=e("a6e2"),a=e("c5bb");for(var s in a)["default"].indexOf(s)<0&&function(i){e.d(t,i,(function(){return a[i]}))}(s);e("36ca");var o=e("828b"),c=Object(o["a"])(a["default"],n["b"],n["c"],!1,null,"8f8fc40c",null,!1,n["a"],void 0);t["default"]=c.exports},a6e2:function(i,t,e){"use strict";e.d(t,"b",(function(){return a})),e.d(t,"c",(function(){return s})),e.d(t,"a",(function(){return n}));var n={uniIcons:e("11cd").default},a=function(){var i=this,t=i.$createElement,e=i._self._c||t;return e("v-uni-view",{staticClass:"content"},[e("v-uni-view",{staticClass:"rowlist "},[i._l(i.list,(function(t,n){return i.list.length>0?e("v-uni-label",{key:n},[e("v-uni-view",{staticClass:"li"},[e("v-uni-view",{},[e("v-uni-view",{staticClass:"name fsz28 flex ",staticStyle:{"justify-content":"space-between"}},[e("v-uni-view",{staticClass:"flex"},[1===t.is_def?e("v-uni-view",{staticClass:"tishi",on:{click:function(e){arguments[0]=e=i.$handleEvent(e),i.xuanze(t)}}},[i._v("默认")]):i._e(),e("v-uni-view",{on:{click:function(e){arguments[0]=e=i.$handleEvent(e),i.xuanze(t)}}},[i._v(i._s(t.name))])],1),e("v-uni-view",{on:{click:function(e){arguments[0]=e=i.$handleEvent(e),i.editaddress(t.id)}}},[e("uni-icons",{attrs:{type:"compose",size:"26",color:"#828282"}})],1)],1),e("v-uni-view",{staticClass:"idcard",on:{click:function(e){arguments[0]=e=i.$handleEvent(e),i.xuanze(t)}}},[i._v(" "+i._s(t.address)+","+i._s(t.room_number)+" ")])],1)],1)],1):i._e()})),0==i.list.length?e("v-uni-view",{staticClass:"zanwuimg"},[e("v-uni-image",{attrs:{src:"/static/img/null.png",mode:"widthFix"}}),e("v-uni-view",[i._v("暂无数据")])],1):i._e()],2),e("v-uni-view",{staticClass:"btn"},[e("v-uni-view",{staticClass:"fsz28",on:{click:function(t){arguments[0]=t=i.$handleEvent(t),i.addaddress()}}},[i._v(" 新增地址 ")])],1)],1)},s=[]},bab1:function(i,t,e){"use strict";e("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={data:function(){return{list:[],type:""}},onLoad:function(i){i.type&&(this.type=i.type)},onShow:function(){this.userAddressList()},methods:{userAddressList:function(){var i=this;this.$api.useraddress({},(function(t){1==t.code&&(i.list=t.data.list.data)}))},delAddress:function(i){var t=this;uni.showModal({title:"提示",content:"确认删除此收货地址?",success:function(e){if(e.confirm){var n={id:i};t.$api.removeAddress(n,(function(i){1==i.code?(uni.showToast({title:i.msg,icon:"success"}),setTimeout((function(){this.userAddressList()}),2e3)):uni.showToast({title:i.msg,icon:"none"})}))}}})},editaddress:function(i){uni.navigateTo({url:"/pages/address/detail?address_id="+i})},addaddress:function(){uni.navigateTo({url:"/pages/address/detail"})},xuanze:function(i){"order"==this.type&&(uni.setStorageSync("user_address",i),uni.navigateBack({delta:1}))}}};t.default=n},c5bb:function(i,t,e){"use strict";e.r(t);var n=e("bab1"),a=e.n(n);for(var s in n)["default"].indexOf(s)<0&&function(i){e.d(t,i,(function(){return n[i]}))}(s);t["default"]=a.a}}]);
|
||||
1
unpackage/dist/build/web/static/js/pages-exchange-createorder.fa32a9d1.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-exchange-goodsdetail.a7bac70a.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-exchange-goodslist.4f980cd4.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-exchange-orderdetail.b0084c8e.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-exchange-orderlist.a427bc34.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-feedback-index.274200bc.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-feedback-index~pages-order-detail.cbc0a3bb.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-index-index.66d27617.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-index-location.9736bb2b.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-login-authorize.41fbd72d.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-login-login.935cf8de.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-apply.9ecaa87e.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-detail.8d898146.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-editInfo.a984beb8.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-edituser.3bd3c09b.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-mine.8095e4ef.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-orderConfig.399d5382.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-point_list.cf440238.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-mine-priceRecord.f0e0ba4e.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-order-detail.586a35d9.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-order-order.73f6e4d1.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-order-pay.9029ae31.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-person-add.0e752d66.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-person-add"],{"109a":function(t,i,s){"use strict";s.r(i);var n=s("edbd"),a=s("4a6b");for(var e in a)["default"].indexOf(e)<0&&function(t){s.d(i,t,(function(){return a[t]}))}(e);s("57a5");var o=s("828b"),u=Object(o["a"])(a["default"],n["b"],n["c"],!1,null,"2114cdca",null,!1,n["a"],void 0);i["default"]=u.exports},4828:function(t,i,s){var n=s("af14");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=s("967d").default;a("a4481662",n,!0,{sourceMap:!1,shadowMode:!1})},"4a6b":function(t,i,s){"use strict";s.r(i);var n=s("9c25"),a=s.n(n);for(var e in n)["default"].indexOf(e)<0&&function(t){s.d(i,t,(function(){return n[t]}))}(e);i["default"]=a.a},"57a5":function(t,i,s){"use strict";var n=s("4828"),a=s.n(n);a.a},"9c25":function(t,i,s){"use strict";s("6a54"),Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n={data:function(){return{realname:"",address:"",longitude:"",latitude:"",mobile:""}},methods:{getLocation:function(){var t=this;uni.chooseLocation({success:function(i){t.address=i.name,t.longitude=i.longitude,t.latitude=i.latitude},fail:function(t){uni.showToast({title:"右上角三个点设置位置授权",icon:"none"})}})},submitHandler:function(){var t=this;this.submitStatus=!0,this.$api.addperson({realname:this.realname,address:this.address,longitude:this.longitude,latitude:this.latitude,mobile:this.mobile},(function(t){"1"==t.code?uni.showModal({title:"温馨提示",content:t.msg}):uni.showToast({title:t.msg,icon:"none"})}),(function(i){t.submitStatus=!1}))}},onLoad:function(){}};i.default=n},af14:function(t,i,s){var n=s("c86c");i=n(!1),i.push([t.i,".hs-row-bd[data-v-2114cdca]{color:#666;font-size:%?26?%}.hs-row-hd[data-v-2114cdca]{width:%?160?%}",""]),t.exports=i},edbd:function(t,i,s){"use strict";s.d(i,"b",(function(){return n})),s.d(i,"c",(function(){return a})),s.d(i,"a",(function(){}));var n=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("v-uni-view",{staticClass:"content"},[s("v-uni-view",{staticClass:"content-top"},[s("v-uni-view",{staticClass:"hs-box"},[s("v-uni-view",{staticClass:"hs-row"},[s("v-uni-view",{staticClass:"hs-row-hd"},[t._v(" 姓名 ")]),s("v-uni-view",{staticClass:"hs-row-bd"},[s("v-uni-input",{staticClass:"hs-input",attrs:{placeholder:"请填写姓名"},model:{value:t.realname,callback:function(i){t.realname=i},expression:"realname"}})],1)],1),s("v-uni-view",{staticClass:"hs-row"},[s("v-uni-view",{staticClass:"hs-row-hd"},[t._v(" 手机号 ")]),s("v-uni-view",{staticClass:"hs-row-bd"},[s("v-uni-input",{staticClass:"hs-input",attrs:{placeholder:"请填写手机号"},model:{value:t.mobile,callback:function(i){t.mobile=i},expression:"mobile"}})],1)],1),s("v-uni-view",{staticClass:"hs-row"},[s("v-uni-view",{staticClass:"hs-row-hd"},[t._v(" 回收区域 ")]),s("v-uni-view",{staticClass:"hs-row-bd"},[s("v-uni-view",{staticClass:"hs-input"},[t._v(t._s(t.address)+" ")]),s("v-uni-view",{staticStyle:{position:"absolute",right:"10px","line-height":"24px",color:"#000"},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.getLocation.apply(void 0,arguments)}}},[t._v(" 选择位置 "),s("v-uni-image",{staticClass:"fr icon",attrs:{src:"/static/img/right.png"}})],1)],1)],1)],1)],1),s("v-uni-view",{staticClass:"button-bottom"},[s("v-uni-button",{staticClass:"btn btn-success",attrs:{disabled:t.submitStatus,loading:t.submitStatus},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.submitHandler()}}},[t._v("申请")])],1)],1)},a=[]}}]);
|
||||
1
unpackage/dist/build/web/static/js/pages-person-edit.f548e477.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-person-edit"],{"5d19":function(t,i,s){"use strict";var n=s("90d4"),a=s.n(n);a.a},"90d4":function(t,i,s){var n=s("c3c9");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=s("967d").default;a("8148651a",n,!0,{sourceMap:!1,shadowMode:!1})},"9bb1":function(t,i,s){"use strict";s("6a54"),Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n={data:function(){return{realname:"",address:"",longitude:"",latitude:"",mobile:""}},methods:{getdata:function(){var t=this;this.$api.userInfo({},(function(i){if("1"!=i.code)return uni.showToast({title:i.msg,icon:"none"}),uni.navigateBack({delta:1}),!1;t.realname=i.data.person.realname,t.address=i.data.person.address,t.longitude=i.data.person.longitude,t.latitude=i.data.person.latitude,t.mobile=i.data.person.mobile}))},getLocation:function(){var t=this;uni.chooseLocation({success:function(i){t.address=i.name,t.longitude=i.longitude,t.latitude=i.latitude},fail:function(t){uni.showToast({title:"右上角三个点设置位置授权",icon:"none"})}})},submitHandler:function(){var t=this;this.submitStatus=!0,this.$api.editperson({realname:this.realname,address:this.address,longitude:this.longitude,latitude:this.latitude,mobile:this.mobile},(function(t){"1"==t.code?uni.showModal({title:"温馨提示",content:t.msg}):uni.showToast({title:t.msg,icon:"none"})}),(function(i){t.submitStatus=!1}))}},onLoad:function(){this.getdata()}};i.default=n},c15a:function(t,i,s){"use strict";s.d(i,"b",(function(){return n})),s.d(i,"c",(function(){return a})),s.d(i,"a",(function(){}));var n=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("v-uni-view",{staticClass:"content"},[s("v-uni-view",{staticClass:"content-top"},[s("v-uni-view",{staticClass:"hs-box"},[s("v-uni-view",{staticClass:"hs-row hs-row-mid"},[s("v-uni-view",{staticClass:"hs-row-hd"},[t._v(" 姓名 ")]),s("v-uni-view",{staticClass:"hs-row-bd"},[s("v-uni-input",{staticClass:"hs-input",attrs:{placeholder:"请填写姓名"},model:{value:t.realname,callback:function(i){t.realname=i},expression:"realname"}})],1)],1),s("v-uni-view",{staticClass:"hs-row hs-row-mid"},[s("v-uni-view",{staticClass:"hs-row-hd"},[t._v(" 手机号 ")]),s("v-uni-view",{staticClass:"hs-row-bd"},[s("v-uni-input",{staticClass:"hs-input",attrs:{placeholder:"请填写手机号"},model:{value:t.mobile,callback:function(i){t.mobile=i},expression:"mobile"}})],1)],1),s("v-uni-view",{staticClass:"hs-row hs-row-mid"},[s("v-uni-view",{staticClass:"hs-row-hd"},[t._v(" 回收区域 ")]),s("v-uni-view",{staticClass:"hs-row-bd"},[s("v-uni-input",{staticClass:"hs-input",attrs:{type:"text",placeholder:"请选择位置"},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.getLocation.apply(void 0,arguments)}},model:{value:t.address,callback:function(i){t.address=i},expression:"address"}})],1)],1)],1)],1),s("v-uni-view",{staticClass:"button-bottom"},[s("v-uni-button",{staticClass:"btn btn-success",attrs:{disabled:t.submitStatus,loading:t.submitStatus},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.submitHandler()}}},[t._v("保存")])],1)],1)},a=[]},c3c9:function(t,i,s){var n=s("c86c");i=n(!1),i.push([t.i,".hs-row-bd[data-v-8cf9b830]{color:#666;font-size:%?26?%}.hs-row-hd[data-v-8cf9b830]{width:%?160?%}",""]),t.exports=i},dcdc:function(t,i,s){"use strict";s.r(i);var n=s("9bb1"),a=s.n(n);for(var e in n)["default"].indexOf(e)<0&&function(t){s.d(i,t,(function(){return n[t]}))}(e);i["default"]=a.a},f86c:function(t,i,s){"use strict";s.r(i);var n=s("c15a"),a=s("dcdc");for(var e in a)["default"].indexOf(e)<0&&function(t){s.d(i,t,(function(){return a[t]}))}(e);s("5d19");var o=s("828b"),u=Object(o["a"])(a["default"],n["b"],n["c"],!1,null,"8cf9b830",null,!1,n["a"],void 0);i["default"]=u.exports}}]);
|
||||