From 9143091884149a5f74b2f26df99f37bb3ebb22d5 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 21 六月 2022 07:56:57 +0800 Subject: [PATCH] # --- pages/basics/stockQuery.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/basics/stockQuery.vue b/pages/basics/stockQuery.vue index 9202f81..d5e5109 100644 --- a/pages/basics/stockQuery.vue +++ b/pages/basics/stockQuery.vue @@ -5,7 +5,7 @@ <view class="search-box"> <view class="search-icon"><uni-icons type="search" size="20" color="#dadada"></uni-icons></view> <view class="search-area"> - <input type="text" placeholder=" 璇疯緭鍏�" value=""></view> + <input type="text" placeholder=" 搴撲綅鍙� / 鎵樼洏鐮� / 鍟嗗搧缂栫爜 "></view> <view class="close-icon"><uni-icons type="closeempty" size="20" color="#dadada"></uni-icons></view> </view> </view> @@ -46,7 +46,12 @@ return { matList:[], } - } + }, + methods: { + checkbox: function () { + + }, + }, } </script> -- Gitblit v1.9.1