路泰科技体检小程序UI设计新版本
qx
2025-08-06 fe97f78b9a343ee9fa45a3531d03d73dcd1df31b
pages/fg/fg.vue
@@ -16,8 +16,13 @@
         <view class="header">
            <view class="search-bar">
               <uni-icons class="search-icon" type="search" size="18" color="#999"></uni-icons>
<<<<<<< HEAD
               <input type="text" placeholder="搜索医院" placeholder-class="placeholder" v-model="name"/>
               <view class="search-btn" @click="search">搜索</view>
=======
               <input type="text" placeholder="搜索医院" placeholder-class="placeholder" />
               <view class="search-btn">搜索</view>
>>>>>>> master
            </view>
            <!-- <view class="filter-bar">
            <view class="filter-item">
@@ -142,7 +147,10 @@
                  value: 'other'
               }
            ],
<<<<<<< HEAD
            name: '',
=======
>>>>>>> master
            timeOptions: [
               '当日可约',
               '次日可约',
@@ -166,6 +174,7 @@
         this.getList();
      },
      methods: {
<<<<<<< HEAD
         search(){
            getHospList({
               hospName:this.name
@@ -174,6 +183,8 @@
            
            });
         },
=======
>>>>>>> master
         /** 查询院区信息列表 */
         getList() {
            getHospList(this.queryParams).then((response) => {