Browse Source

(fixed)11886 小程序-异常反馈已处理的详情不展示回复详情

dev
ww664853070 2 years ago
parent
commit
24eaead068
  1. 3
      weapp/src/packages/patrol/index.jsx

3
weapp/src/packages/patrol/index.jsx

@ -948,8 +948,7 @@ const Index = () => {
<AtButton type='primary' className='sub-btn' onClick={report}>上报</AtButton>
}
{
// handleType == '' ||
wait == 'wait' || handle == 'handle' ? <view>
handleType == '已处理' || wait == 'wait' || handle == 'handle' ? <view>
<view className='patrol-img'><text style={{ color: 'red' }}>*</text>处理内容</view>
<AtTextarea
title='处理内容:'

Loading…
Cancel
Save