Compare commits

..

2 Commits

Author SHA1 Message Date
唐明明
0dd0f0f37c merge 2022-07-07 17:19:03 +08:00
唐明明
b144de3c32 merge 2022-07-07 16:35:48 +08:00
9 changed files with 5857 additions and 5859 deletions

View File

@@ -14,7 +14,7 @@
title : "更新提示",
content : res.note || '版本更新信息',
confirmText : "更新",
showCancel : false,
showCancel : true,
success : modalRes => {
if (modalRes.confirm) {
if (plus.os.name == "Android") {

View File

@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
// apiUrl : 'https://api.gongli.vip/api/', // 正式环境
apiUrl : 'http://api.gl.shangkelian.cn/api/', // 测试
apiUrl : 'https://api.gongli.vip/api/', // 正式环境
// apiUrl : 'http://api.gl.shangkelian.cn/api/', // 测试
timeout : 60000
}

View File

@@ -227,6 +227,7 @@
width: 100%;
.time{
padding:20rpx 30rpx 20rpx 20rpx;
font-size: 30rpx;
}
}
</style>

View File

@@ -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

View File

@@ -260,11 +260,13 @@
title: ''
})
readingUrl().then(res => {
if(res.is_over){
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()
})
},
// 签到

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long