...
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
width: 100%;
|
||||
.time{
|
||||
padding:20rpx 30rpx 20rpx 20rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -130,9 +130,7 @@
|
||||
cancelText: '再想想',
|
||||
success: (res1) => {
|
||||
if (res1.confirm) {
|
||||
console.log('再次签到。。。')
|
||||
this.checkIMEI().then(res => {
|
||||
console.log(res);
|
||||
switch (res) {
|
||||
case 'Permanent':
|
||||
uni.showModal({
|
||||
@@ -174,7 +172,6 @@
|
||||
methods: {
|
||||
glz(){
|
||||
glz().then(res => {
|
||||
console.log(res);
|
||||
this.nickname = res.nickname
|
||||
this.identityText = res.identity_text
|
||||
this.baseHour = res.base_hour
|
||||
|
||||
@@ -260,11 +260,13 @@
|
||||
title: ''
|
||||
})
|
||||
readingUrl().then(res => {
|
||||
if(res.is_over){
|
||||
plus.runtime.openURL(res.ticket)
|
||||
if(!res.is_over){
|
||||
try{
|
||||
plus.runtime.openURL(res.ticket)
|
||||
}catch(e){
|
||||
console.log(e)
|
||||
}
|
||||
}
|
||||
|
||||
console.log(res)
|
||||
uni.hideLoading()
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
@@ -283,7 +285,7 @@
|
||||
this.Sign()
|
||||
}
|
||||
}, err => {
|
||||
this.Sign()
|
||||
// this.Sign()
|
||||
})
|
||||
},
|
||||
// 签到
|
||||
|
||||
Reference in New Issue
Block a user