This commit is contained in:
caoqianming 2021-01-22 11:46:27 +08:00
parent 5358706a7a
commit a89ee4dd61
6 changed files with 137 additions and 64 deletions

View File

@ -28,7 +28,8 @@
"pages/candidate/index", "pages/candidate/index",
"pages/candidate/detail", "pages/candidate/detail",
"pages/material/video", "pages/material/video",
"pages/qtest/form" "pages/qtest/form",
"pages/main/start"
], ],
"window": { "window": {
"backgroundTextStyle": "light", "backgroundTextStyle": "light",

View File

@ -0,0 +1,66 @@
// pages/main/start.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})

View File

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

View File

@ -0,0 +1,2 @@
<!--pages/main/start.wxml-->
<text>pages/main/start.wxml</text>

View File

@ -0,0 +1 @@
/* pages/main/start.wxss */

View File

@ -20,22 +20,25 @@
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"useIsolateContext": true,
"useCompilerModule": false, "useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false, "userConfirmedUseCompilerModuleSwitch": false,
"compileHotReLoad": false, "userConfirmedBundleSwitch": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"useIsolateContext": true,
"packNpmManually": false, "packNpmManually": false,
"packNpmRelationList": [] "packNpmRelationList": [],
"minifyWXSS": true,
"bundle": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.10.3", "libVersion": "2.11.3",
"appid": "wxf1e9471c93f05ad6", "appid": "wxf1e9471c93f05ad6",
"projectname": "test_mini", "projectname": "test_mini",
"debugOptions": { "debugOptions": {
@ -46,11 +49,9 @@
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"condition": { "condition": {
"search": { "search": {
"current": -1,
"list": [] "list": []
}, },
"conversation": { "conversation": {
"current": -1,
"list": [] "list": []
}, },
"game": { "game": {
@ -58,7 +59,6 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": -1,
"list": [] "list": []
} }
} }