|
@@ -304,10 +304,9 @@ Page({ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
fail: error => { |
|
|
fail: error => { |
|
|
console.log(error); |
|
|
|
|
|
wx.showModal({ |
|
|
wx.showModal({ |
|
|
title: '提醒', |
|
|
title: '提醒', |
|
|
content: '您拒绝了地理位置的授权,将无法参加报名活动,请删除小程序重新登录', |
|
|
|
|
|
|
|
|
content: '您拒绝了地理位置的授权,将无法参加报名活动,请删除小程序重新登录,才可以继续参加该活动', |
|
|
showCancel:false, |
|
|
showCancel:false, |
|
|
success:function(res){ |
|
|
success:function(res){ |
|
|
if (res.confirm){ |
|
|
if (res.confirm){ |
|
|