短视频

This commit is contained in:
唐明明
2020-11-30 17:09:04 +08:00
parent 4f72fd787e
commit 4b8baab1e5
12 changed files with 77 additions and 25 deletions

View File

@@ -1,21 +0,0 @@
import apis from "../../apis/index"
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
apis.auth.authInfo().then(res=>{
console.log(res)
})
}
})