瀏覽代碼

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

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',
})
},
/**


Loading…
取消
儲存