Commit a7a07e16 by xuzhenghua

旧版app

parent 8a22acdd
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js"); importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts( importScripts(
"/precache-manifest.a2bcc8088b6c9205707c4a696ef5b33d.js" "/precache-manifest.7dc3d90c08ba9c6e5ad1056752f1d263.js"
); );
workbox.clientsClaim(); workbox.clientsClaim();
......
...@@ -158,7 +158,7 @@ class Invite extends Component { ...@@ -158,7 +158,7 @@ class Invite extends Component {
</div> </div>
<div className="content__two"> <div className="content__two">
福气值越高,热力值越高,中奖概率越大! 福气值越高,中奖概率越大!
</div> </div>
<div className="box__out"> <div className="box__out">
......
...@@ -95,9 +95,14 @@ ...@@ -95,9 +95,14 @@
} }
.rank__table-user { .rank__table-user {
display: inline-flex; display: flex;
align-items: center; align-items: center;
justify-content: center; padding: 0 5px;
span {
flex: 1;
text-align: left;
}
} }
.rank__table-portrait { .rank__table-portrait {
......
...@@ -91,7 +91,7 @@ class ExpandShare extends Component { ...@@ -91,7 +91,7 @@ class ExpandShare extends Component {
this.props.history.push('/passport/login') this.props.history.push('/passport/login')
} else { } else {
this.props.history.push( this.props.history.push(
`/deposit-order?oid=${getParam('id')}&source=${1}`, `/deposit-order?oid=${courseId}&source=${1}`,
{ {
id: courseId, id: courseId,
isexpand: 1, isexpand: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment