|
@@ -135,29 +135,29 @@ Page({
|
|
|
title: '小学课文朗读配音'
|
|
|
})
|
|
|
// this.init();
|
|
|
- getOpenidSessionKey((res) => {}, (error) => {
|
|
|
- // console.log(error)
|
|
|
- this.setData({
|
|
|
- hide: !this.data.hide
|
|
|
- })
|
|
|
- });
|
|
|
+ // getOpenidSessionKey((res) => {}, (error) => {
|
|
|
+ // // console.log(error)
|
|
|
+ // wx.navigateTo({
|
|
|
+ // url: '../../pages/loginPage/loginPage'
|
|
|
+ // })
|
|
|
+ // });
|
|
|
if (this.data.myIndex === 3) {
|
|
|
this.getUserWorksInfo();
|
|
|
}
|
|
|
},
|
|
|
//初始化数据
|
|
|
- init: function () {
|
|
|
- httputil.getOpenidSessionKey((res) => {
|
|
|
- console.log('微信的用户信息', res)
|
|
|
+ // init: function () {
|
|
|
+ // httputil.getOpenidSessionKey((res) => {
|
|
|
+ // console.log('微信的用户信息', res)
|
|
|
|
|
|
- }, (error) => {
|
|
|
- console.log(error);
|
|
|
- this.jurisdiction()
|
|
|
- // this.setData({
|
|
|
- // jurisdictionFlag: false
|
|
|
- // })
|
|
|
- });
|
|
|
- },
|
|
|
+ // }, (error) => {
|
|
|
+ // console.log(1111111111111111)
|
|
|
+ // // this.jurisdiction()
|
|
|
+ // wx.navigateTo({
|
|
|
+ // url: '../../loginPage/loginPage'
|
|
|
+ // })
|
|
|
+ // });
|
|
|
+ // },
|
|
|
// 获取用户信息
|
|
|
getUserWorksInfo: function () {
|
|
|
console.log(wx.getStorageSync('user'));
|