Merge remote-tracking branch 'origin/master'
# Conflicts: # unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map # unpackage/dist/dev/.sourcemap/mp-weixin/pages/cameraContext/cameraContext.js.map # unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map # unpackage/dist/dev/.sourcemap/mp-weixin/pages/order-goods/order-details.js.map # unpackage/dist/dev/.sourcemap/mp-weixin/pages/realName/realName.js.map
This commit is contained in:
commit
00c5e89386
http
pages
static/image
unpackage/dist/dev
.sourcemap/mp-weixin
common
pages
cameraContext
login
order-goods
realName
mp-weixin
@ -1,3 +1,3 @@
|
||||
export default {
|
||||
baseUrl: "https://stock.szjixun.cn", //"https://warehouse.szjixun.cn", // https://stock.szjixun.cn
|
||||
baseUrl: "https://warehouse.szjixun.cn", //"https://warehouse.szjixun.cn", // https://stock.szjixun.cn
|
||||
};
|
||||
|
@ -115,15 +115,17 @@ export default {
|
||||
height: 100vh;
|
||||
|
||||
.logo {
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: url("https://cdns.fontree.cn/fonchain-main/prod/image/1381bd18-2f0c-49f1-84f6-d3eceb94f7a7/artwork/6ef00a09-f663-451d-ae0c-0d00cf4068c5.png");
|
||||
|
||||
.img {
|
||||
width: 124rpx;
|
||||
height: 72rpx;
|
||||
width: 142rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -110,12 +110,13 @@ export default {
|
||||
background: url("https://cdns.fontree.cn/fonchain-main/prod/image/1381bd18-2f0c-49f1-84f6-d3eceb94f7a7/artwork/6ef00a09-f663-451d-ae0c-0d00cf4068c5.png");
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
.logo {
|
||||
width: 237rpx;
|
||||
height: 390rpx;
|
||||
margin-top: 250rpx;
|
||||
width: 398rpx;
|
||||
height: 744rpx;
|
||||
}
|
||||
uni-button:after {
|
||||
border: 0px;
|
||||
|
@ -350,8 +350,8 @@ export default {
|
||||
align-items: center;
|
||||
|
||||
.img {
|
||||
width: 124rpx;
|
||||
height: 72rpx;
|
||||
width: 142rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 24 KiB After ![]() (image error) Size: 58 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 6.3 KiB After ![]() (image error) Size: 5.1 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
File diff suppressed because one or more lines are too long
@ -33,15 +33,17 @@
|
||||
height: 100vh;
|
||||
}
|
||||
.main .logo.data-v-0c0dc048 {
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: url("https://cdns.fontree.cn/fonchain-main/prod/image/1381bd18-2f0c-49f1-84f6-d3eceb94f7a7/artwork/6ef00a09-f663-451d-ae0c-0d00cf4068c5.png");
|
||||
}
|
||||
.main .logo .img.data-v-0c0dc048 {
|
||||
width: 124rpx;
|
||||
height: 72rpx;
|
||||
width: 142rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
.main .container.data-v-0c0dc048 {
|
||||
display: flex;
|
||||
|
@ -31,13 +31,13 @@
|
||||
background: url("https://cdns.fontree.cn/fonchain-main/prod/image/1381bd18-2f0c-49f1-84f6-d3eceb94f7a7/artwork/6ef00a09-f663-451d-ae0c-0d00cf4068c5.png");
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.main .logo.data-v-b237504c {
|
||||
width: 237rpx;
|
||||
height: 390rpx;
|
||||
margin-top: 200rpx;
|
||||
width: 398rpx;
|
||||
height: 744rpx;
|
||||
}
|
||||
.main uni-button.data-v-b237504c:after {
|
||||
border: 0px;
|
||||
|
File diff suppressed because one or more lines are too long
@ -48,8 +48,8 @@
|
||||
align-items: center;
|
||||
}
|
||||
.main .logo .img.data-v-46c328a6 {
|
||||
width: 124rpx;
|
||||
height: 72rpx;
|
||||
width: 142rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
.main .container.data-v-46c328a6 {
|
||||
display: flex;
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"es6": false,
|
||||
"es6": true,
|
||||
"postcss": false,
|
||||
"minified": false,
|
||||
"newFeature": true,
|
||||
@ -15,7 +15,8 @@
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"enhance": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "3.1.0",
|
||||
|
BIN
unpackage/dist/dev/mp-weixin/static/image/logo.png
vendored
BIN
unpackage/dist/dev/mp-weixin/static/image/logo.png
vendored
Binary file not shown.
Before ![]() (image error) Size: 24 KiB After ![]() (image error) Size: 58 KiB ![]() ![]() |
BIN
unpackage/dist/dev/mp-weixin/static/image/logo2.png
vendored
BIN
unpackage/dist/dev/mp-weixin/static/image/logo2.png
vendored
Binary file not shown.
Before ![]() (image error) Size: 6.3 KiB After ![]() (image error) Size: 5.1 KiB ![]() ![]() |
BIN
unpackage/dist/dev/mp-weixin/static/image/滚动组 1@2x.png
vendored
Normal file
BIN
unpackage/dist/dev/mp-weixin/static/image/滚动组 1@2x.png
vendored
Normal file
Binary file not shown.
After ![]() (image error) Size: 58 KiB |
BIN
unpackage/dist/dev/mp-weixin/static/image/组 635@2x.png
vendored
Normal file
BIN
unpackage/dist/dev/mp-weixin/static/image/组 635@2x.png
vendored
Normal file
Binary file not shown.
After ![]() (image error) Size: 5.1 KiB |
Loading…
Reference in New Issue
Block a user