提交 26062564 编写于 作者: Y yyt

最终版!!!

上级 fdcb2133
......@@ -6,7 +6,7 @@
var now = new Date().getTime()
var token = uni.getStorageSync('token')
var time = uni.getStorageSync('time')
if (token && time && now - time < 60000) { //一分钟过期
if (token && time && now - time < 180000) { //三分钟过期
plus.navigator.closeSplashscreen();
getApp().globalData.userId = uni.getStorageSync('userId')
getApp().globalData.name = uni.getStorageSync('name')
......@@ -45,7 +45,6 @@
},
onShow: function() {
console.log('App Show')
uni.onPushMessage((res) => {
console.log(res)
if (res.type == 'click') {
......
......@@ -82,7 +82,7 @@
if (res.result.code === 200) {
uniCloud.callFunction({
name: 'uni-cloud-push',
date: {
data: {
uid: res.result.data.userId,
cid: getApp().globalData.push_clientid
}
......@@ -125,7 +125,6 @@
})
}
});
}
})
},
......
......@@ -36,7 +36,7 @@
data() {
return {
profileContent: ' Must Go,本产品基于 Vue Uniapp开发,提供 Android 和iOS 端 APP,针对于“后疫情”时代的身体素质普遍下降的问题,恢复大学生们原有的朝气。该产品定位于帮助众多大学生,乃至更多青年人走出怠惰于运动的舒适圈,增强身体素质、培养积极向上的心理状态。通过该产品可以轻松且高效地搜集到周边、尤其是自身高校的赛事活动信息,及时报名参与,并突破现在运动类APP的圈子局限,不必局限于与远在天边的“朋友”分享运动成果,而可以召集小队发帖社交与近在咫尺的“队友”外出活动。',
aboutContent: '有问题或反馈请致电我们\n联系电话:18960545221'
aboutContent: ' 有问题或反馈请致电我们\n联系电话:18960545221'
}
},
methods: {
......@@ -111,8 +111,8 @@
.profile-icon {
width: 60rpx;
height: 60rpx;
margin-top: 10rpx;
margin-left: 20rpx;
margin-top: 23rpx;
margin-left: 25rpx;
background-size: 100% 100%;
background-image: url("/static/my/my-setting/profile-icon.png");
background-repeat: no-repeat;
......@@ -122,8 +122,8 @@
.profile-name {
width: 200rpx;
height: 50rpx;
margin-top: 10rpx;
margin-right: 280rpx;
margin-top: 30rpx;
margin-right: 295rpx;
font-size: 40rpx;
text-align: left;
float: right;
......@@ -158,8 +158,8 @@
.about-icon {
width: 60rpx;
height: 60rpx;
margin-top: 10rpx;
margin-left: 20rpx;
margin-top: 23rpx;
margin-left: 25rpx;
background-size: 100% 100%;
background-image: url("/static/my/my-setting/about-icon.png");
background-repeat: no-repeat;
......@@ -169,15 +169,15 @@
.about-name {
width: 200rpx;
height: 50rpx;
margin-top: 10rpx;
margin-right: 280rpx;
margin-top: 30rpx;
margin-right: 295rpx;
font-size: 40rpx;
text-align: left;
float: right;
}
.about-content {
height: 60%;
height: 70%;
}
.about-content textarea {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册