소스 검색

[拼团][修改]:[返回首页按钮路径的修改]

tags/安徽版C.4.1.6最终版
meo 6 년 전
부모
커밋
28617621a4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 3
pages/spellGroup/mySpellGroup/index.js 파일 보기

@@ -52,9 +52,9 @@ Page({
})
})
},
gotoIndex() {
wx.reLaunch({
url: '/pages/index/index',
gotoIndex: function () {
wx.switchTab({
url: '/pages/main/index',
})
},
/**


불러오는 중...
취소
저장