Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-program
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈玉桐
wx-program
Commits
cebf45db
Commit
cebf45db
authored
Oct 16, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a4624fba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
childInfo.js
pages/childInfo/childInfo.js
+1
-2
index.wxss
pages/index/index.wxss
+4
-4
No files found.
pages/childInfo/childInfo.js
View file @
cebf45db
...
@@ -23,8 +23,7 @@ Page({
...
@@ -23,8 +23,7 @@ Page({
url
:
app
.
globalData
.
apiUrl
+
'Teenages/profile'
,
url
:
app
.
globalData
.
apiUrl
+
'Teenages/profile'
,
method
:
'POST'
,
method
:
'POST'
,
data
:
{
data
:
{
// token: wx.getStorageSync('token'),
token
:
wx
.
getStorageSync
(
'token'
),
token
:
'odVEJwPxEE7WTM5NY5aS4AUgSQ6I'
,
},
},
success
:
function
(
res
)
{
success
:
function
(
res
)
{
// 请求成功后关闭Loading
// 请求成功后关闭Loading
...
...
pages/index/index.wxss
View file @
cebf45db
...
@@ -664,28 +664,28 @@ page{
...
@@ -664,28 +664,28 @@ page{
}
}
#guide2{
#guide2{
position: absolute;
position: absolute;
top: 3
38
rpx;
top: 3
29
rpx;
left: 0;
left: 0;
width: 100%;
width: 100%;
height: 432rpx;
height: 432rpx;
}
}
#guide3{
#guide3{
position: absolute;
position: absolute;
top: 3
20
rpx;
top: 3
03
rpx;
left: 0;
left: 0;
width: 100%;
width: 100%;
height: 524rpx;
height: 524rpx;
}
}
#guide4{
#guide4{
position: absolute;
position: absolute;
top:
405
rpx;
top:
384
rpx;
left: 0;
left: 0;
width: 100%;
width: 100%;
height: 359rpx;
height: 359rpx;
}
}
#guide5{
#guide5{
position: absolute;
position: absolute;
top: 40
5
rpx;
top: 40
9
rpx;
left: 0;
left: 0;
width: 100%;
width: 100%;
height: 416rpx;
height: 416rpx;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment