Browse Source

代码更新

梁沛聪 6 years ago
parent
commit
b85f9a0ff9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      miniapp/app/pages/introduce/index.js

+ 1
- 1
miniapp/app/pages/introduce/index.js View File

29
             name,
29
             name,
30
             id
30
             id
31
         } = this.data;
31
         } = this.data;
32
-        if (name && name.includes('月嫂')) {
32
+        if (name && name.includes('月嫂') || id == 6) {
33
             $.router.goto({
33
             $.router.goto({
34
                 path: '/pages/yuesao/index',
34
                 path: '/pages/yuesao/index',
35
                 query: {
35
                 query: {

Loading…
Cancel
Save