提交 06471fdb2cf2dd994d66613a93f614bb3c9631df

作者 wangyu
1 个父辈 33457936

首页页面添加

1 { 1 {
2 "pages": [ 2 "pages": [
3 "pages/main/home/home", 3 "pages/main/home/home",
  4 + "pages/main/editinfo/editinfo",
4 "pages/login/login", 5 "pages/login/login",
5 "pages/getPhone/getPhone" 6 "pages/getPhone/getPhone"
6 7
  1 +// pages/main//editinfo/editinfo.js
  2 +Page({
  3 +
  4 + /**
  5 + * 页面的初始数据
  6 + */
  7 + data: {
  8 +
  9 + },
  10 +
  11 + /**
  12 + * 生命周期函数--监听页面加载
  13 + */
  14 + onLoad: function (options) {
  15 +
  16 + },
  17 +
  18 + /**
  19 + * 生命周期函数--监听页面初次渲染完成
  20 + */
  21 + onReady: function () {
  22 +
  23 + },
  24 +
  25 + /**
  26 + * 生命周期函数--监听页面显示
  27 + */
  28 + onShow: function () {
  29 +
  30 + },
  31 +
  32 + /**
  33 + * 生命周期函数--监听页面隐藏
  34 + */
  35 + onHide: function () {
  36 +
  37 + },
  38 +
  39 + /**
  40 + * 生命周期函数--监听页面卸载
  41 + */
  42 + onUnload: function () {
  43 +
  44 + },
  45 +
  46 + /**
  47 + * 页面相关事件处理函数--监听用户下拉动作
  48 + */
  49 + onPullDownRefresh: function () {
  50 +
  51 + },
  52 +
  53 + /**
  54 + * 页面上拉触底事件的处理函数
  55 + */
  56 + onReachBottom: function () {
  57 +
  58 + },
  59 +
  60 + /**
  61 + * 用户点击右上角分享
  62 + */
  63 + onShareAppMessage: function () {
  64 +
  65 + }
  66 +})
  1 +{
  2 + "navigationBarTitleText": "纳税人基本信息"
  3 +}
  1 +<!--pages/main//editinfo/editinfo.wxml-->
  2 +<text>pages/main//editinfo/editinfo.wxml</text>
  1 +/* pages/main//editinfo/editinfo.wxss */
  1 +// pages/main//home.js
  2 +Page({
  3 +
  4 + /**
  5 + * 页面的初始数据
  6 + */
  7 + data: {
  8 +
  9 + },
  10 +
  11 + /**
  12 + * 生命周期函数--监听页面加载
  13 + */
  14 + onLoad: function (options) {
  15 +
  16 + },
  17 +
  18 + /**
  19 + * 生命周期函数--监听页面初次渲染完成
  20 + */
  21 + onReady: function () {
  22 +
  23 + },
  24 +
  25 + /**
  26 + * 生命周期函数--监听页面显示
  27 + */
  28 + onShow: function () {
  29 +
  30 + },
  31 +
  32 + /**
  33 + * 生命周期函数--监听页面隐藏
  34 + */
  35 + onHide: function () {
  36 +
  37 + },
  38 +
  39 + /**
  40 + * 生命周期函数--监听页面卸载
  41 + */
  42 + onUnload: function () {
  43 +
  44 + },
  45 +
  46 + /**
  47 + * 页面相关事件处理函数--监听用户下拉动作
  48 + */
  49 + onPullDownRefresh: function () {
  50 +
  51 + },
  52 +
  53 + /**
  54 + * 页面上拉触底事件的处理函数
  55 + */
  56 + onReachBottom: function () {
  57 +
  58 + },
  59 +
  60 + /**
  61 + * 用户点击右上角分享
  62 + */
  63 + onShareAppMessage: function () {
  64 +
  65 + }
  66 +})
  1 +<!--pages/main//home.wxml-->
  2 +<text>pages/main//home.wxml</text>
  1 +/* pages/main//home.wxss */
@@ -29,6 +29,12 @@ Page({ @@ -29,6 +29,12 @@ Page({
29 29
30 }, 30 },
31 31
  32 + goadd:function(){
  33 + wx.navigateTo({
  34 + url: '../editinfo/editinfo',
  35 + })
  36 + },
  37 +
32 /** 38 /**
33 * 生命周期函数--监听页面隐藏 39 * 生命周期函数--监听页面隐藏
34 */ 40 */
@@ -5,9 +5,11 @@ @@ -5,9 +5,11 @@
5 <view class='rectangle_solid_bg'> 5 <view class='rectangle_solid_bg'>
6 <view style='padding:22rpx'> 6 <view style='padding:22rpx'>
7 <text class='text_black_28'>小爱同学</text> 7 <text class='text_black_28'>小爱同学</text>
8 - <text class='rectangle_orange_bg text_red_20'>子女</text> 8 + <text class='rectangle_orange_bg text_red_20' hidden="true">子女</text>
  9 + <view style='float: right'>
9 <text class='text_blue_28'>去完善</text> 10 <text class='text_blue_28'>去完善</text>
10 <image class='arrow_wrap' src='/images/arrow_right.png'> </image> 11 <image class='arrow_wrap' src='/images/arrow_right.png'> </image>
  12 + </view>
11 </view> 13 </view>
12 <view style='padding:22rpx'> 14 <view style='padding:22rpx'>
13 <image class='phone_image_wrap'src='/images/phone.png'></image> 15 <image class='phone_image_wrap'src='/images/phone.png'></image>
@@ -20,7 +22,7 @@ @@ -20,7 +22,7 @@
20 </block> 22 </block>
21 </view> 23 </view>
22 24
23 - <view class='rectangle_dashed_bg'> 25 + <view class='rectangle_dashed_bg' bindtap="goadd">
24 <view class='text_blue_28'> 26 <view class='text_blue_28'>
25 十 添加家庭成员 27 十 添加家庭成员
26 </view> 28 </view>
@@ -27,10 +27,10 @@ border-radius: 2px; @@ -27,10 +27,10 @@ border-radius: 2px;
27 .text_red_20 { 27 .text_red_20 {
28 font-family: PingFang-SC-Medium; 28 font-family: PingFang-SC-Medium;
29 font-size: 20rpx; 29 font-size: 20rpx;
30 - padding: 14rpx; 30 + padding: 6rpx 14rpx;
31 text-align: center; 31 text-align: center;
32 color: #FF7052; 32 color: #FF7052;
33 - letter-spacing: 0; 33 + letter-spacing: 0.28;
34 } 34 }
35 35
36 .text_blue_28 { 36 .text_blue_28 {
@@ -58,6 +58,7 @@ border-radius: 2px; @@ -58,6 +58,7 @@ border-radius: 2px;
58 .arrow_wrap { 58 .arrow_wrap {
59 width: 12rpx; 59 width: 12rpx;
60 height: 20rpx; 60 height: 20rpx;
  61 + margin-left:22rpx;
61 } 62 }
62 63
63 .phone_image_wrap { 64 .phone_image_wrap {
注册登录 后发表评论