소스 검색

代码更新

梁沛聪 6 년 전
부모
커밋
b85f9a0ff9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      miniapp/app/pages/introduce/index.js

+ 1
- 1
miniapp/app/pages/introduce/index.js 파일 보기

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

Loading…
취소
저장