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