config
This commit is contained in:
parent
5358706a7a
commit
a89ee4dd61
|
@ -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",
|
||||||
|
|
|
@ -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 () {
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"usingComponents": {}
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
<!--pages/main/start.wxml-->
|
||||||
|
<text>pages/main/start.wxml</text>
|
|
@ -0,0 +1 @@
|
||||||
|
/* pages/main/start.wxss */
|
|
@ -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": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue