first commit

master
zjm2xzy99 6 years ago
parent 2ad42dd080
commit b310affe31

@ -1,11 +1,9 @@
<<<<<<< HEAD
{
"pages": [
"shouye/shouye",
"denglu/denglu",
"shouye/shouye",
"chazhao/chazhao",
"jieyue/jieyue",
"denglu/denglu",
"wode/wode"
],
"window": {
@ -35,70 +33,15 @@
{
"pagePath": "jieyue/jieyue",
"text": "借阅",
"iconPath":"image/jieyue.png",
"selectedIconPath":"image/jieyue-hl.png"
},
"iconPath": "image/jieyue.png",
"selectedIconPath": "image/jieyue-hl.png"
},
{
"pagePath": "wode/wode",
"text": "我的",
"iconPath": "image/wode.png",
"selectedIconPath": "image/wode-hl.png"
}
]
}
=======
{
"pages": [
"denglu/denglu",
"shouye/shouye",
"chazhao/chazhao",
"jieyue/jieyue",
"wode/wode"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "真香图书管理系统",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#fd9941",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "shouye/shouye",
"text": "首页",
"iconPath": "image/shouye.png",
"selectedIconPath": "image/shouye-hl.png"
},
{
"pagePath": "chazhao/chazhao",
"text": "查找",
"iconPath": "image/chazhao.png",
"selectedIconPath": "image/chazhao-hl.png"
},
{
"pagePath": "jieyue/jieyue",
"text": "借阅",
"iconPath": "image/jieyue.png",
"selectedIconPath": "image/jieyue-hl.png"
},
{
"pagePath": "wode/wode",
"text": "我的",
"iconPath": "image/wode.png",
"selectedIconPath": "image/wode-hl.png"
}
]
}
>>>>>>> f7e8073ec38dbefbf543cb0f7243d1133f9a65e1
}

@ -0,0 +1,66 @@
// chazhaoazhao.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 @@
<!--chazhaoazhao.wxml-->
<text>chazhaoazhao.wxml</text>

@ -0,0 +1 @@
/* chazhaoazhao.wxss */

@ -1,23 +1,8 @@
// jieyue/jieyue.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
Page({
logBtn :function(options){
wx.switchTab({
url:'/shouye/shouye',
})
}
})
})

@ -3,6 +3,5 @@
<view class="flex-row" style="display: flex;"><text class="password" data-c_e_id="1">密码</text></view>
<view class="flex-row" style="display: flex;"><input class="inputpassword" data-c_e_id="wx_input_dfbcd57f" password="true" name="input1" placeholder="默认身份证号后六位" type="number"/>
</view>
<button class="button1" >
登 录</button>
<button class="button1" bindtap="logBtn">
登 录</button>

@ -0,0 +1,66 @@
// jieyueyue.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 @@
<!--jieyueyue.wxml-->
<text>jieyueyue.wxml</text>

@ -0,0 +1 @@
/* jieyueyue.wxss */

@ -0,0 +1,66 @@
// shouyeouye.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 @@
<!--shouyeouye.wxml-->
<text>shouyeouye.wxml</text>

@ -0,0 +1 @@
/* shouyeouye.wxss */
Loading…
Cancel
Save