Commit 4b0a6f26a893b7845b498fdaea8e792560c03ccb
1 parent
603c527c
新增助力目录
Showing
5 changed files
with
57 additions
and
1 deletions
app.json
| 1 | 1 | { |
| 2 | 2 | "pages": [ |
| 3 | 3 | "pages/index/index/index", |
| 4 | + "pages/giftpack/birthdaygift/birthdaygift", | |
| 4 | 5 | "pages/user/comment/comment", |
| 5 | 6 | "pages/giftpack/evaluategift/evaluategift", |
| 6 | 7 | "pages/giftpack/newvipgift/newvipgift", |
| ... | ... | @@ -85,7 +86,7 @@ |
| 85 | 86 | "pages/user/my_service/beauty_deta", |
| 86 | 87 | "pages/user/labels/labels", |
| 87 | 88 | "pages/user/view_comment/view_comment", |
| 88 | - "pages/giftpack/birthdaygift/birthdaygift" | |
| 89 | + "pages/user/assistance/assistance", | |
| 89 | 90 | ], |
| 90 | 91 | "permission": { |
| 91 | 92 | "scope.userLocation": { | ... | ... |
pages/user/assistance/assistance.js
0 → 100644
| 1 | +var i = require("../../../utils/util.js") | |
| 2 | +var e = getApp(), | |
| 3 | + a = e.globalData.setting, | |
| 4 | + os = a, | |
| 5 | + t = e.request, | |
| 6 | + d = e.globalData; | |
| 7 | +Page({ | |
| 8 | + | |
| 9 | + /** | |
| 10 | + * 页面的初始数据 | |
| 11 | + */ | |
| 12 | + data: { | |
| 13 | + | |
| 14 | + }, | |
| 15 | + | |
| 16 | + /** | |
| 17 | + * 生命周期函数--监听页面加载 | |
| 18 | + */ | |
| 19 | + onLoad: function (options) { | |
| 20 | + | |
| 21 | + }, | |
| 22 | + | |
| 23 | + /** | |
| 24 | + * 生命周期函数--监听页面显示 | |
| 25 | + */ | |
| 26 | + onShow: function () { | |
| 27 | + | |
| 28 | + } | |
| 29 | + | |
| 30 | +}) | |
| 0 | 31 | \ No newline at end of file | ... | ... |
pages/user/assistance/assistance.json
0 → 100644
pages/user/assistance/assistance.wxml
0 → 100644
pages/user/assistance/assistance.wxss
0 → 100644