Commit cebf45db by 陈玉桐

fix

parent a4624fba
......@@ -23,8 +23,7 @@ Page({
url: app.globalData.apiUrl + 'Teenages/profile',
method: 'POST',
data: {
// token: wx.getStorageSync('token'),
token: 'odVEJwPxEE7WTM5NY5aS4AUgSQ6I',
token: wx.getStorageSync('token'),
},
success: function (res) {
// 请求成功后关闭Loading
......
......@@ -664,28 +664,28 @@ page{
}
#guide2{
position: absolute;
top: 338rpx;
top: 329rpx;
left: 0;
width: 100%;
height: 432rpx;
}
#guide3{
position: absolute;
top: 320rpx;
top: 303rpx;
left: 0;
width: 100%;
height: 524rpx;
}
#guide4{
position: absolute;
top: 405rpx;
top: 384rpx;
left: 0;
width: 100%;
height: 359rpx;
}
#guide5{
position: absolute;
top: 405rpx;
top: 409rpx;
left: 0;
width: 100%;
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