@@ -1,5 +1,4 @@
Page({
-
/**
* 页面的初始数据
*/
@@ -24,7 +24,7 @@ Page({
* 生命周期函数--监听页面加载
onLoad: function (options) {
- this.wx_login()
+ // this.wx_login()
},
@@ -32,9 +32,9 @@ Page({
onShow: function () {
// 调转主页
- // wx.reLaunch({
- // url: '../../pages/company/company',
- // })
+ wx.reLaunch({
+ url: '../../pages/company/company',
+ })