xiaoe_mp_npm 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitlab-ci.yml CHANGED
@@ -4,6 +4,7 @@ build_test:
4
4
  only:
5
5
  - dev
6
6
  - dev-gwenniezhou
7
+ - fix/invite-rank
7
8
  tags:
8
9
  - fe-group-prod-runner-2
9
10
  script:
@@ -13,7 +14,6 @@ build_test:
13
14
  - export version=${version:2:$[${#version}-4]}
14
15
  - export message=$(git log --pretty=format:%s -1)
15
16
  - export author=$(git log --pretty=format:%an -1)
16
- - if [ $CI_COMMIT_REF_NAME != "master" ] && [ $(echo $version | grep -E "r|t" ) != "" ]; then echo "正常发包"; else exit 0; fi
17
17
  - cnpm i
18
18
  - npm run build
19
19
  - cnpm publish
@@ -185,7 +185,7 @@ Component({
185
185
  this.getTopInviter()
186
186
  const timer = setInterval(() => {
187
187
  this.getTopInviter()
188
- }, 2000)
188
+ }, 30*1000)
189
189
  this.timer = timer;
190
190
  },
191
191
  // 获取邀请用户排名列表
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -185,7 +185,7 @@ Component({
185
185
  this.getTopInviter()
186
186
  const timer = setInterval(() => {
187
187
  this.getTopInviter()
188
- }, 2000)
188
+ }, 30*1000)
189
189
  this.timer = timer;
190
190
  },
191
191
  // 获取邀请用户排名列表