完成迭代1.10.0
This commit is contained in:
@@ -49,12 +49,12 @@ const getTicketDetail = () => {
|
||||
if(browser.android){
|
||||
options = {
|
||||
scheme: {
|
||||
protocol: 'pekoapp',
|
||||
protocol: 'pikoapp',
|
||||
host: 'linkedme'
|
||||
},
|
||||
intent: {
|
||||
package: 'com.mango.peko',
|
||||
scheme: 'pekoapp',
|
||||
package: 'com.mango.piko',
|
||||
scheme: 'pikoapp',
|
||||
},
|
||||
universal: {
|
||||
host: 'api.zhongjialx.com',
|
||||
@@ -118,7 +118,7 @@ const getCode = (mobile) => {
|
||||
showLoading()
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: urlPrefix + '/sms/getCode?app=peko',
|
||||
url: urlPrefix + '/sms/getCode?app=piko',
|
||||
data: {
|
||||
mobile,
|
||||
type: 1
|
||||
@@ -181,8 +181,8 @@ const drawTicket = (params) => {
|
||||
$('.index-wrap').hide()
|
||||
$('.success-wrap').show()
|
||||
} else if (res.code === 230003) {
|
||||
$('.shade-content .title').html('该手机号未注册pekoApp<br>无法领取门票')
|
||||
$('.shade-content .content-tip').html('请先前往pekoApp完成注册再来领取哦~')
|
||||
$('.shade-content .title').html('该手机号未注册pikoApp<br>无法领取门票')
|
||||
$('.shade-content .content-tip').html('请先前往pikoApp完成注册再来领取哦~')
|
||||
$('.shade-content .content-btn').html('去APP内注册>>')
|
||||
$('.shade-mask').show()
|
||||
} else if (res.code === 230004) {
|
||||
|
Reference in New Issue
Block a user