Browse Source

修改授权样式

dev
corala 3 years ago
parent
commit
b20955858f
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      pages/share/index.js

+ 7
- 7
pages/share/index.js View File

@@ -13,13 +13,13 @@ Page({
},
backGame(){
wx.navigateBack({
delta: 1
})
// let userInfo = wx.getStorageSync('userInfo')
// wx.navigateTo({
// url: `/pages/out/index?index=1&userid=${userInfo.id}&gameid=1&type=2`,
// })
// wx.navigateBack({
// delta: 1
// })
let userInfo = wx.getStorageSync('userInfo')
wx.navigateTo({
url: `/pages/login/index?index=1&userid=${userInfo.id}&gameid=1&type=2`,
})
},
/**
* 生命周期函数--监听页面初次渲染完成


Loading…
Cancel
Save