Commit 4b0a6f26a893b7845b498fdaea8e792560c03ccb

Authored by 前端研发-钱巧玲
1 parent 603c527c

新增助力目录

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
  1 +{
  2 + "navigationBarTitleText": "好友助力",
  3 + "navigationStyle": "custom",
  4 + "usingComponents": {
  5 + "warn": "/components/long_warn/long_warn",
  6 + "my_confirm": "/components/my_confirm/my_confirm"
  7 + }
  8 +}
0 9 \ No newline at end of file
... ...
pages/user/assistance/assistance.wxml 0 → 100644
  1 +<view>
  2 +
  3 +
  4 +
  5 +
  6 +
  7 +
  8 +
  9 +
  10 +
  11 +
  12 +
  13 +
  14 +
  15 +
  16 +</view>
... ...
pages/user/assistance/assistance.wxss 0 → 100644
  1 +/* pages/user/assistance/assistance.wxss */
0 2 \ No newline at end of file
... ...