|
@ -84,7 +84,7 @@ Page({ |
|
|
handleAuti: function () { |
|
|
handleAuti: function () { |
|
|
let that = this |
|
|
let that = this |
|
|
|
|
|
|
|
|
if (this.data.authenticatedFlag == '0'){//未通过
|
|
|
if (this.data.authenticatedFlag == '0' && this.data.remark.trim() == ''){//未通过
|
|
|
$wuxToast().show({ |
|
|
$wuxToast().show({ |
|
|
type: 'text', |
|
|
type: 'text', |
|
|
duration: 3000, |
|
|
duration: 3000, |
|
@ -156,6 +156,11 @@ Page({ |
|
|
viewData: e.detail.value |
|
|
viewData: e.detail.value |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
handleAreaInput(e){ |
|
|
|
|
|
this.setData({ |
|
|
|
|
|
remark:e.detail.value |
|
|
|
|
|
}) |
|
|
|
|
|
}, |
|
|
// Textarea的显示层级太高导致遮挡,通过点击view代替Textarea显示
|
|
|
// Textarea的显示层级太高导致遮挡,通过点击view代替Textarea显示
|
|
|
clickTextarea() { |
|
|
clickTextarea() { |
|
|
this.setData({ |
|
|
this.setData({ |
|
|