企获客基础班本接口方法等描述
This commit is contained in:
21
pages/shortVideo/shortVideo.js
Normal file
21
pages/shortVideo/shortVideo.js
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
import apis from "../../apis/index"
|
||||
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
apis.auth.authInfo().then(res=>{
|
||||
console.log(res)
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user