From 233a467167e2b363098cc7fa63e7f26d1d15507b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期日, 27 四月 2025 16:23:28 +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