forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 644d6d2962d93821c45936fea9557d026673cb4e
gz-wxparty/pages/homePage/index.wxml
@@ -130,4 +130,37 @@
      <van-button bind:click="handleClickPopupMsg" block data-index="{{ index }}" data-t="0" data-item="{{ item }}" type="primary">{{ item.buttonText }}</van-button>
    </view>
  </van-popup>
</block>
</block>
<!-- AI弹窗 -->
<van-overlay show="{{ AiModal.caseDes?true:false }}" bind:click="addClosePopup">
</van-overlay>
<view wx:if="{{  AiModal.caseDes?true:false }}" class="AiModal-search">
  <view class="AiModal">
    <image src="{{imgUrl}}AICase.png" mode="" />
    <view class="AiModal-title">穗调解数智人提醒您</view>
    <view class="AiModal-subTitle">为了更好的帮助您解决问题,向您推荐了与您反映问题相似的典型案例和相关法条</view>
    <van-button bind:click="AiModalClick" class="AiModal-button" round block data-item="{{ AiModal }}" type="primary">前往查看</van-button>
  </view>
</view>
<van-overlay show="{{ showModal }}" bind:click="addClosePopup">
</van-overlay>
<view wx:if="{{ showModal }}" class="showModal-search">
  <view bindtap="searchChange" class="search">
    <view class="search-title">{{searchValue}}</view>
    <van-icon size='9' name="{{imgUrl}}down.png" />
  </view>
  <view class="showModal-select">
    <view class="showModal-select-title">办理进度</view>
    <view bindtap="searchSelect" class="showModal-select-flex" wx:for="{{processStatusList}}" data-item="{{ item }}" data-index="{{ index }}" wx:key="index">
      <view class="showModal-select-flex-text {{item.hover&& 'public-color'}}">{{item.label}}</view>
      <van-icon wx:if="{{item.hover}}" size='15' name="{{imgUrl}}myRegisterList_5.png" />
    </view>
  </view>
</view>