mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
no message
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<script>
|
||||
!function(x){function w(){var v,u,t,tes,s=x.document,r=s.documentElement,a=r.getBoundingClientRect().width;if(!v&&!u){var n=!!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);v=x.devicePixelRatio;tes=x.devicePixelRatio;v=n?v:1,u=1/v}if(a>=640){r.style.fontSize="40px"}else{if(a<=320){r.style.fontSize="20px"}else{r.style.fontSize=a/320*20+"px"}}}x.addEventListener("resize",function(){w()});w()}(window);
|
||||
</script>
|
||||
<link href="/css/app.css" rel="stylesheet"></head>
|
||||
<link href="//b-cdn.pjinjin.com/h5/css/app.8a2bb4dc.css" rel="stylesheet"></head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript" src="/js/app.js"></script></body>
|
||||
<script type="text/javascript" src="//b-cdn.pjinjin.com/h5/js/app.8a2bb4dc.js"></script></body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
1
h5_dist/js/app.8a2bb4dc.js
Normal file
1
h5_dist/js/app.8a2bb4dc.js
Normal file
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
@@ -81,13 +81,14 @@ export default function withLogin (next, lifeCycle = LIFE_CYCLE_TYPES.WILL_MOUNT
|
||||
}
|
||||
|
||||
__autoLoginDone = (function () {
|
||||
let timer = null
|
||||
return function () {
|
||||
if (this.$__autoLogin_state === 'success') return Promise.resolve(true)
|
||||
if (this.$__autoLogin_state === 'fail') return Promise.resolve(false)
|
||||
const self = this
|
||||
let timer = null
|
||||
|
||||
return new Promise(resolve => {
|
||||
if (timer) clearInterval(timer)
|
||||
timer = setInterval(() => {
|
||||
const state = self.$__autoLogin_state
|
||||
if (state === 'success' || state === 'fail') {
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
background: #FA3515;
|
||||
background: linear-gradient(180deg,rgba(#FA9461, 1) 0%,rgba(#FA3515, 1) 100%);
|
||||
height: 280px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
&:before {
|
||||
transform: rotate(40deg) translate3D(0, -72%, 0);
|
||||
background:linear-gradient(348deg,rgba(#fff, 0) 0%,rgba(#fff, 1) 100%);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import '../../style/imports';
|
||||
|
||||
.page-member-index {
|
||||
padding-bottom: $tabbar-height + 50px;
|
||||
padding-bottom: $tabbar-height + $edge-margin;
|
||||
background: $color-bg-gray;
|
||||
.sp-icon-pay, .sp-icon-clock, .sp-icon-baoguo, .sp-icon-comment {
|
||||
@include iconfont-gradient(linear-gradient(90deg, #FAA761, #FA3515));
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
background: #FA3515;
|
||||
background: linear-gradient(180deg,rgba(#FA9461, 1) 0%,rgba(#FA3515, 1) 100%);
|
||||
height: 280px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
&:before {
|
||||
transform: rotate(40deg) translate3D(0, -72%, 0);
|
||||
background:linear-gradient(348deg,rgba(#fff, 0) 0%,rgba(#fff, 1) 100%);
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
background: #FA3515;
|
||||
background: linear-gradient(180deg,rgba(#FA9461, 1) 0%,rgba(#FA3515, 1) 100%);
|
||||
height: 280px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
&:before {
|
||||
transform: rotate(40deg) translate3D(0, -72%, 0);
|
||||
background:linear-gradient(348deg,rgba(#fff, 0) 0%,rgba(#fff, 1) 100%);
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
background: #FA3515;
|
||||
background: linear-gradient(180deg,rgba(#FA9461, 1) 0%,rgba(#FA3515, 1) 100%);
|
||||
height: 280px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
&:before {
|
||||
transform: rotate(40deg) translate3D(0, -72%, 0);
|
||||
background:linear-gradient(348deg,rgba(#fff, 0) 0%,rgba(#fff, 1) 100%);
|
||||
|
||||
@@ -12,9 +12,8 @@
|
||||
}
|
||||
}
|
||||
&__scroll {
|
||||
height: 100vh;
|
||||
padding: 20px 0 $edge-margin;
|
||||
box-sizing: border-box;
|
||||
@include page-scroll($navigate-height + $tabs-height, $edge-margin)
|
||||
}
|
||||
&__tabs {
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@ $toolbar-height : 120px !default;
|
||||
$navigate-height : 92px !default;
|
||||
$toolbar-shadow : 0 -2px 3px rgba(#000, 0.05);
|
||||
$tabbar-height : 100px !default;
|
||||
$searchbar-height : 84px;
|
||||
$searchbar-height : 84px !default;
|
||||
$tabs-height : 46px !default;
|
||||
|
||||
$color-weixin : #07C15F !default;
|
||||
$item-border-radius : 20px;
|
||||
|
||||
Reference in New Issue
Block a user