Commit 4b0a6f26a893b7845b498fdaea8e792560c03ccb

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

新增助力目录

app.json
1 { 1 {
2 "pages": [ 2 "pages": [
3 "pages/index/index/index", 3 "pages/index/index/index",
  4 + "pages/giftpack/birthdaygift/birthdaygift",
4 "pages/user/comment/comment", 5 "pages/user/comment/comment",
5 "pages/giftpack/evaluategift/evaluategift", 6 "pages/giftpack/evaluategift/evaluategift",
6 "pages/giftpack/newvipgift/newvipgift", 7 "pages/giftpack/newvipgift/newvipgift",
@@ -85,7 +86,7 @@ @@ -85,7 +86,7 @@
85 "pages/user/my_service/beauty_deta", 86 "pages/user/my_service/beauty_deta",
86 "pages/user/labels/labels", 87 "pages/user/labels/labels",
87 "pages/user/view_comment/view_comment", 88 "pages/user/view_comment/view_comment",
88 - "pages/giftpack/birthdaygift/birthdaygift" 89 + "pages/user/assistance/assistance",
89 ], 90 ],
90 "permission": { 91 "permission": {
91 "scope.userLocation": { 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 \ No newline at end of file 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 \ No newline at end of file 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 \ No newline at end of file 2 \ No newline at end of file