component/inputcell/inputcell.wxml
@@ -1,4 +1,4 @@ <view class="page"> <view wx:if="{{item.show != false}}"> <view class="hr-view"></view> <mp-cell ext-class="ext-cell"> <view slot="title" class="title-cell"><text class="{{item.required != false ? 'required' : 'not-required'}}">*</text>{{item.name}}</view>