Browse Source

首页评价图片更改

master
mk 4 months ago
parent
commit
e1156d7597
  1. BIN
      images/icon/47f8f3454b398d2a7b67b10d78321687.png
  2. 2
      pages/index/index.js
  3. 14
      subpages/index/checkInUser/checkInUser.js

BIN
images/icon/47f8f3454b398d2a7b67b10d78321687.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

2
pages/index/index.js

@ -52,7 +52,7 @@ Page({
{
name: "居住评价",
url: "/subpages/mine/checkInEvaluate/checkInEvaluate",
image:'../../images/icon/nav_3.png'
image:'../../images/icon/47f8f3454b398d2a7b67b10d78321687.png'
},
// {
// name: "更多",

14
subpages/index/checkInUser/checkInUser.js

@ -102,6 +102,20 @@ Page({
})
},
submit() {
if(this.data.form.idCard.length != 18){
wx.showToast({
title: '请确认身份证号',
icon:'none'
})
return false
}
if(this.data.form.telephone != 11){
wx.showToast({
title: '请确认手机号',
icon:'none'
})
return false
}
this.bindIdCard()
if (this.data.type === 'out') {
setTimeout(()=>{

Loading…
Cancel
Save