|
@@ -79,7 +79,7 @@ export default {
|
|
|
}
|
|
|
const pointsCommitStatus = await wxEasyPointsCommitStatus();
|
|
|
|
|
|
- if(pointsCommitStatus.pointsCommitStatus === 'PENDING') {
|
|
|
+ if(pointsCommitStatus.pointsCommitStatus === 'PENDING' || true) {
|
|
|
// 展示
|
|
|
this.show = true
|
|
|
callback && callback()
|
|
@@ -152,7 +152,7 @@ export default {
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 8px;
|
|
|
margin: 0 auto;
|
|
|
- margin-top: 280px;
|
|
|
+ margin-top: 30vh;
|
|
|
}
|
|
|
|
|
|
.commit-star{
|