梁沛聪 hace 6 años
padre
commit
b85f9a0ff9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      miniapp/app/pages/introduce/index.js

+ 1
- 1
miniapp/app/pages/introduce/index.js Ver fichero

@@ -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…
Cancelar
Guardar