From 5e1d1dd2ab12455a69241bedfddd827cb2de2981 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Tue, 10 Sep 2024 16:59:41 +0800 Subject: [PATCH] 小程序提交 --- gz-wxparty/pages/homePage/index.wxml | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/gz-wxparty/pages/homePage/index.wxml b/gz-wxparty/pages/homePage/index.wxml index ad04745..a2364af 100644 --- a/gz-wxparty/pages/homePage/index.wxml +++ b/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> \ No newline at end of file +</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> \ No newline at end of file -- Gitblit v1.8.0