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

@ -1,65 +1,65 @@
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6": true, "es6": true,
"enhance": true, "enhance": true,
"postcss": true, "postcss": true,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"minified": true, "minified": true,
"newFeature": true, "newFeature": true,
"coverView": true, "coverView": true,
"nodeModules": true, "nodeModules": true,
"autoAudits": false, "autoAudits": false,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"scopeDataCheck": false, "scopeDataCheck": false,
"uglifyFileName": false, "uglifyFileName": false,
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"babelSetting": { "compileHotReLoad": false,
"ignore": [], "useMultiFrameRuntime": false,
"disablePlugins": [], "useApiHook": true,
"outputPath": "" "babelSetting": {
}, "ignore": [],
"useCompilerModule": false, "disablePlugins": [],
"userConfirmedUseCompilerModuleSwitch": false, "outputPath": ""
"compileHotReLoad": false, },
"useMultiFrameRuntime": false, "useIsolateContext": true,
"useApiHook": true, "useCompilerModule": false,
"useIsolateContext": true, "userConfirmedUseCompilerModuleSwitch": false,
"packNpmManually": false, "userConfirmedBundleSwitch": false,
"packNpmRelationList": [] "packNpmManually": false,
}, "packNpmRelationList": [],
"compileType": "miniprogram", "minifyWXSS": true,
"libVersion": "2.10.3", "bundle": false
"appid": "wxf1e9471c93f05ad6", },
"projectname": "test_mini", "compileType": "miniprogram",
"debugOptions": { "libVersion": "2.11.3",
"hidedInDevtools": [] "appid": "wxf1e9471c93f05ad6",
}, "projectname": "test_mini",
"isGameTourist": false, "debugOptions": {
"simulatorType": "wechat", "hidedInDevtools": []
"simulatorPluginLibVersion": {}, },
"condition": { "isGameTourist": false,
"search": { "simulatorType": "wechat",
"current": -1, "simulatorPluginLibVersion": {},
"list": [] "condition": {
}, "search": {
"conversation": { "list": []
"current": -1, },
"list": [] "conversation": {
}, "list": []
"game": { },
"currentL": -1, "game": {
"list": [] "currentL": -1,
}, "list": []
"miniprogram": { },
"current": -1, "miniprogram": {
"list": [] "list": []
} }
} }
} }