Sfoglia il codice sorgente

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

tags/安徽版C.4.1.6最终版
meo 6 anni fa
parent
commit
28617621a4
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 3
pages/spellGroup/mySpellGroup/index.js Vedi File

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


Caricamento…
Annulla
Salva