企获客基础班本接口方法等描述
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)
|
||||
})
|
||||
}
|
||||
})
|
||||
3
pages/shortVideo/shortVideo.json
Normal file
3
pages/shortVideo/shortVideo.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
||||
2
pages/shortVideo/shortVideo.wxml
Normal file
2
pages/shortVideo/shortVideo.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!--pages/shortVideo/shortVideo.wxml-->
|
||||
<text>pages/shortVideo/shortVideo.wxml</text>
|
||||
1
pages/shortVideo/shortVideo.wxss
Normal file
1
pages/shortVideo/shortVideo.wxss
Normal file
@@ -0,0 +1 @@
|
||||
/* pages/shortVideo/shortVideo.wxss */
|
||||
Reference in New Issue
Block a user