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/detail",
"pages/material/video",
"pages/qtest/form"
"pages/qtest/form",
"pages/main/start"
],
"window": {
"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,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": []
"packNpmRelationList": [],
"minifyWXSS": true,
"bundle": false
},
"compileType": "miniprogram",
"libVersion": "2.10.3",
"libVersion": "2.11.3",
"appid": "wxf1e9471c93f05ad6",
"projectname": "test_mini",
"debugOptions": {
@ -46,11 +49,9 @@
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
@ -58,7 +59,6 @@
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}