diff --git a/pages/index/index.vue b/pages/index/index.vue index fee7823..ed2f629 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -54,7 +54,7 @@ async handleClick(id) { //如果this.phone为空,先弹出获取手机号,得到手机号之后验证此人是都注册过 - let phone = '12345678912'; //先将手机号写死 + let phone = '17571066031'; //先将手机号写死 const res = await verifyPhone(phone); if(res === '用户未注册') { wx.reLaunch({ diff --git a/pages/index/index.vue b/pages/index/index.vue index fee7823..ed2f629 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -54,7 +54,7 @@ async handleClick(id) { //如果this.phone为空,先弹出获取手机号,得到手机号之后验证此人是都注册过 - let phone = '12345678912'; //先将手机号写死 + let phone = '17571066031'; //先将手机号写死 const res = await verifyPhone(phone); if(res === '用户未注册') { wx.reLaunch({ diff --git a/pages/info/info.vue b/pages/info/info.vue index c5c9234..84f745f 100644 --- a/pages/info/info.vue +++ b/pages/info/info.vue @@ -82,11 +82,11 @@ }, onShow(){ if(this.info.status == '1'){ - this.status = '申请通过' - this.color = 'green' + this.status = '申请已提交' + this.color = 'blue' }else if(this.info.status == '2'){ - this.status = '申请中' - this.color = 'blue' + this.status = '申请已通过' + this.color = 'green' }else { this.status = '申请未通过' this.color = 'red' diff --git a/pages/index/index.vue b/pages/index/index.vue index fee7823..ed2f629 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -54,7 +54,7 @@ async handleClick(id) { //如果this.phone为空,先弹出获取手机号,得到手机号之后验证此人是都注册过 - let phone = '12345678912'; //先将手机号写死 + let phone = '17571066031'; //先将手机号写死 const res = await verifyPhone(phone); if(res === '用户未注册') { wx.reLaunch({ diff --git a/pages/info/info.vue b/pages/info/info.vue index c5c9234..84f745f 100644 --- a/pages/info/info.vue +++ b/pages/info/info.vue @@ -82,11 +82,11 @@ }, onShow(){ if(this.info.status == '1'){ - this.status = '申请通过' - this.color = 'green' + this.status = '申请已提交' + this.color = 'blue' }else if(this.info.status == '2'){ - this.status = '申请中' - this.color = 'blue' + this.status = '申请已通过' + this.color = 'green' }else { this.status = '申请未通过' this.color = 'red' diff --git a/pages/list/list.vue b/pages/list/list.vue index a6f9635..aea44c5 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -2,49 +2,52 @@