aa
5
app.json
@@ -6,7 +6,6 @@
|
|||||||
"pages/tuiguang/tuiguang",
|
"pages/tuiguang/tuiguang",
|
||||||
"pages/institutions/institutions",
|
"pages/institutions/institutions",
|
||||||
"pages/cardBag/cardBag",
|
"pages/cardBag/cardBag",
|
||||||
"pages/appointmentDetails/appointmentDetails",
|
|
||||||
"pages/my/my",
|
"pages/my/my",
|
||||||
"pages/login/login",
|
"pages/login/login",
|
||||||
"pages/order/order",
|
"pages/order/order",
|
||||||
@@ -18,9 +17,7 @@
|
|||||||
"pages/myshoucang/myshoucang_index",
|
"pages/myshoucang/myshoucang_index",
|
||||||
"pages/myshoucang/myorderdetail",
|
"pages/myshoucang/myorderdetail",
|
||||||
"pages/wodeqianbao/qianbao",
|
"pages/wodeqianbao/qianbao",
|
||||||
"pages/refund/refund",
|
"pages/refund/refund"
|
||||||
"pages/peihu"
|
|
||||||
|
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"backgroundTextStyle": "light",
|
"backgroundTextStyle": "light",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
@@ -1,66 +0,0 @@
|
|||||||
// pages/peihu.js
|
|
||||||
Page({
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面的初始数据
|
|
||||||
*/
|
|
||||||
data: {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面加载
|
|
||||||
*/
|
|
||||||
onLoad(options) {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面初次渲染完成
|
|
||||||
*/
|
|
||||||
onReady() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面显示
|
|
||||||
*/
|
|
||||||
onShow() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面隐藏
|
|
||||||
*/
|
|
||||||
onHide() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面卸载
|
|
||||||
*/
|
|
||||||
onUnload() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面相关事件处理函数--监听用户下拉动作
|
|
||||||
*/
|
|
||||||
onPullDownRefresh() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面上拉触底事件的处理函数
|
|
||||||
*/
|
|
||||||
onReachBottom() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户点击右上角分享
|
|
||||||
*/
|
|
||||||
onShareAppMessage() {
|
|
||||||
|
|
||||||
}
|
|
||||||
})
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
<!--pages/peihu.wxml-->
|
|
||||||
<text>pages/peihu.wxml</text>
|
|
||||||