This commit is contained in:
2023-04-29 15:52:01 +08:00
parent e722be673d
commit be4ae99bee
14 changed files with 1 additions and 72 deletions

View File

@@ -6,7 +6,6 @@
"pages/tuiguang/tuiguang",
"pages/institutions/institutions",
"pages/cardBag/cardBag",
"pages/appointmentDetails/appointmentDetails",
"pages/my/my",
"pages/login/login",
"pages/order/order",
@@ -18,9 +17,7 @@
"pages/myshoucang/myshoucang_index",
"pages/myshoucang/myorderdetail",
"pages/wodeqianbao/qianbao",
"pages/refund/refund",
"pages/peihu"
"pages/refund/refund"
],
"window": {
"backgroundTextStyle": "light",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -1,66 +0,0 @@
// pages/peihu.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
}
})

View File

@@ -1,2 +0,0 @@
<!--pages/peihu.wxml-->
<text>pages/peihu.wxml</text>