main
liudan 1 year ago
parent 3c423b96b7
commit 962a93bbf1
  1. 2
      pages/index/components/sh-grid.vue
  2. 2
      pages/index/index.vue

@ -40,7 +40,7 @@ export default {
wx.navigateToMiniProgram({ wx.navigateToMiniProgram({
appId: 'wx9c08c355ee94827c', appId: 'wx9c08c355ee94827c',
path: 'page/begin/begin', path: 'page/begin/begin',
envVersion: 'trial',//线releasedevelop trial envVersion: 'release',//线releasedevelop trial
success(res) { success(res) {
console.log('跳转成功') console.log('跳转成功')
} }

@ -277,7 +277,7 @@ export default {
wx.navigateToMiniProgram({ wx.navigateToMiniProgram({
appId: 'wx9c08c355ee94827c', appId: 'wx9c08c355ee94827c',
path: 'page/begin/begin', path: 'page/begin/begin',
envVersion: 'trial',//线releasedevelop trial envVersion: 'release',//线releasedevelop trial
success(res) { success(res) {
console.log('跳转成功') console.log('跳转成功')
} }

Loading…
Cancel
Save