From 5036880fc037e5d112206b93a729f60be12bf8ab Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 07 十一月 2024 17:03:13 +0800 Subject: [PATCH] 2024.11.07 bug修复 --- pages/inspection/scene/index.wxml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pages/inspection/scene/index.wxml b/pages/inspection/scene/index.wxml index 7624129..46a9d69 100644 --- a/pages/inspection/scene/index.wxml +++ b/pages/inspection/scene/index.wxml @@ -19,10 +19,15 @@ style-mode="picker" picker-class="picker-location" bind:onChange="onLocationChange" + bind:locationInitValue="onLocationChange" ></location-picker> </view> <view class="filter-wrap-2"> - <scene-picker sceneMode="{{1}}" bind:scenePickerChange="onScenePickerConfirm" bind:sceneInitValue="onScenePickerConfirm"/> + <scene-picker + sceneMode="{{1}}" + bind:scenePickerChange="onScenePickerConfirm" + bind:sceneInitValue="onScenePickerConfirm" + /> </view> </view> </t-sticky> -- Gitblit v1.9.3