Commit d9ee619e8e714fd8473b48415e53561b1c6138c2
Exists in
master
and in
2 other branches
Merge branch 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child
* 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child: no message
Showing 1 changed file
littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js
View file @
d9ee619
| ... | ... | @@ -43,10 +43,10 @@ |
| 43 | 43 | this.setData({ showErr: true }) |
| 44 | 44 | return |
| 45 | 45 | } |
| 46 | - if (!e.detail.value.name || e.detail.value.name == ''){ | |
| 47 | - this.setData({ showErr:true}) | |
| 48 | - return | |
| 49 | - } | |
| 46 | + // if (!e.detail.value.name || e.detail.value.name == ''){ | |
| 47 | + // this.setData({ showErr:true}) | |
| 48 | + // return | |
| 49 | + // } | |
| 50 | 50 | this.setData({ showErr: false }) |
| 51 | 51 | networkUtil.showLoading() |
| 52 | 52 | getApp().globalData.token = token |