Commit 1482b39a9cbb6f47ea83624b0252d6074cfcea34
1 parent
5cea4575
删除temp页面
Showing
4 changed files
with
0 additions
and
75 deletions
pages/temp/temp.js deleted
1 | -// pages/temp/temp.js | ||
2 | -const app = getApp(); | ||
3 | - | ||
4 | -Page({ | ||
5 | - | ||
6 | - /** | ||
7 | - * 页面的初始数据 | ||
8 | - */ | ||
9 | - data: { | ||
10 | - | ||
11 | - }, | ||
12 | - | ||
13 | - /** | ||
14 | - * 生命周期函数--监听页面加载 | ||
15 | - */ | ||
16 | - onLoad: function (options) { | ||
17 | - let url = '/packageA/pages/distribution/main/main'; | ||
18 | - app.goto(url); | ||
19 | - }, | ||
20 | - | ||
21 | - /** | ||
22 | - * 生命周期函数--监听页面初次渲染完成 | ||
23 | - */ | ||
24 | - onReady: function () { | ||
25 | - | ||
26 | - }, | ||
27 | - | ||
28 | - /** | ||
29 | - * 生命周期函数--监听页面显示 | ||
30 | - */ | ||
31 | - onShow: function () { | ||
32 | - | ||
33 | - }, | ||
34 | - | ||
35 | - /** | ||
36 | - * 生命周期函数--监听页面隐藏 | ||
37 | - */ | ||
38 | - onHide: function () { | ||
39 | - | ||
40 | - }, | ||
41 | - | ||
42 | - /** | ||
43 | - * 生命周期函数--监听页面卸载 | ||
44 | - */ | ||
45 | - onUnload: function () { | ||
46 | - | ||
47 | - }, | ||
48 | - | ||
49 | - /** | ||
50 | - * 页面相关事件处理函数--监听用户下拉动作 | ||
51 | - */ | ||
52 | - onPullDownRefresh: function () { | ||
53 | - | ||
54 | - }, | ||
55 | - | ||
56 | - /** | ||
57 | - * 页面上拉触底事件的处理函数 | ||
58 | - */ | ||
59 | - onReachBottom: function () { | ||
60 | - | ||
61 | - }, | ||
62 | - | ||
63 | - /** | ||
64 | - * 用户点击右上角分享 | ||
65 | - */ | ||
66 | - onShareAppMessage: function () { | ||
67 | - | ||
68 | - } | ||
69 | -}) | ||
70 | \ No newline at end of file | 0 | \ No newline at end of file |
pages/temp/temp.json deleted
pages/temp/temp.wxml deleted
pages/temp/temp.wxss deleted