Commit cebf45db by 陈玉桐

fix

parent a4624fba
...@@ -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
......
...@@ -664,28 +664,28 @@ page{ ...@@ -664,28 +664,28 @@ page{
} }
#guide2{ #guide2{
position: absolute; position: absolute;
top: 338rpx; top: 329rpx;
left: 0; left: 0;
width: 100%; width: 100%;
height: 432rpx; height: 432rpx;
} }
#guide3{ #guide3{
position: absolute; position: absolute;
top: 320rpx; top: 303rpx;
left: 0; left: 0;
width: 100%; width: 100%;
height: 524rpx; height: 524rpx;
} }
#guide4{ #guide4{
position: absolute; position: absolute;
top: 405rpx; top: 384rpx;
left: 0; left: 0;
width: 100%; width: 100%;
height: 359rpx; height: 359rpx;
} }
#guide5{ #guide5{
position: absolute; position: absolute;
top: 405rpx; top: 409rpx;
left: 0; left: 0;
width: 100%; width: 100%;
height: 416rpx; height: 416rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment