Commit be40f8a6 by 梁建民

font

parent 5e6aa52a
......@@ -27,7 +27,8 @@
"pages/person/privacy/index",
"pages/person/setpassword/index",
"pages/person/certification/addcertification/index",
"pages/person/certification/certificationmanage/index"
"pages/person/certification/certificationmanage/index",
"pages/person/company/index"
],
"window": {
"backgroundTextStyle": "light",
......
// pages/person/company/index.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {},
"navigationBarTitleText": "我的主页"
}
\ No newline at end of file
<!--pages/person/company/index.wxml-->
<text>pages/person/company/index.wxml</text>
/* pages/person/company/index.wxss */
\ No newline at end of file
......@@ -48,7 +48,7 @@
"list": []
},
"miniprogram": {
"current": 6,
"current": 7,
"list": [
{
"id": -1,
......@@ -96,6 +96,13 @@
"id": -1,
"name": "pages/person/login/index",
"pathName": "pages/person/login/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/person/company/index",
"pathName": "pages/person/company/index",
"scene": null
}
]
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment