From befd1f21839939b54254bd316bbd158b136fcd15 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 12 十一月 2024 16:54:25 +0800 Subject: [PATCH] 简化主页 --- pages/home/options.wxml | 38 +++++++++++++++++++++----------------- 1 files changed, 21 insertions(+), 17 deletions(-) diff --git a/pages/home/options.wxml b/pages/home/options.wxml index 1a95375..e067b88 100644 --- a/pages/home/options.wxml +++ b/pages/home/options.wxml @@ -1,24 +1,28 @@ <view class="home-supervision-title"> <!-- <view> --> - <!-- <text>绾夸笂鐩戠</text> --> - <!-- <text class="home-supervision-title__note">鏈湀鏈�鏂�</text> --> + <!-- <text>绾夸笂鐩戠</text> --> + <!-- <text class="home-supervision-title__note">鏈湀鏈�鏂�</text> --> <!-- </view> --> <!-- <view style="display: flex;align-items: center;"> --> - <t-time-picker - color="var(--td-font-white-1)" - picker-class="picker-location" - bind:timeInitValue="initTime" - bind:timePickerChange="onTimePickerConfirm" - > - </t-time-picker> - <location-picker - color="var(--td-font-white-1)" - style-mode="picker" - picker-class="picker-location" - bind:onChange="onLocationChange" - bind:locationInitValue="initLocation" - ></location-picker> + <t-time-picker + color="var(--td-font-white-1)" + picker-class="picker-location" + bind:timeInitValue="initTime" + bind:timePickerChange="onTimePickerConfirm" + > + </t-time-picker> + <location-picker + color="var(--td-font-white-1)" + style-mode="picker" + picker-class="picker-location" + bind:onChange="onLocationChange" + bind:locationInitValue="initLocation" + ></location-picker> <!-- </view> --> </view> -<scene-picker sceneMode="{{1}}" bind:sceneInitValue="initScene" bind:scenePickerChange="onScenePickerConfirm"> +<scene-picker + sceneMode="{{1}}" + bind:sceneInitValue="initScene" + bind:scenePickerChange="onScenePickerConfirm" +> </scene-picker> -- Gitblit v1.9.3