#
whycq
2023-11-21 c47270ff1962e5554a1caa5274fa9723421801c8
pages/business/goBusiness/businessTripOther.vue
@@ -14,7 +14,14 @@
               <uni-icons type="arrowdown" color="#333333" size="20" />
            </view>
         </block>
       </uni-nav-bar>
      </uni-nav-bar>
      <!-- 搜索框 -->
      <view class="search-bg">
         <u-search placeholder="输入" v-model="keyword" :clearabled="true" @custom="search()" @search="search()"></u-search>
      </view>
      <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="list.length <= 0" />
   </view>
</template>
@@ -23,12 +30,14 @@
   export default {
      data() {
         return {
            keyword: '',
            user: {
               username: '',
               id: 0,
               type: ''
            },
            falg: true
            falg: true,
            list:[]
         }
      },
      onShow() {