ui修改.

This commit is contained in:
18631081161 2025-10-15 14:37:36 +08:00
parent f0286d54cb
commit e1e545336b
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<u-toast ref="uToast" /><u-no-network></u-no-network>
<u-navbar :is-back="false" :background="background">
<view class="slot-wrap">
<u-search :show-action="true" shape="round" v-model="searchKey" action-text="搜索" placeholder="请输入搜索内容" @custom="goSearch" @search="goSearch" :action-style="actionStyle"></u-search>
<!-- <u-search :show-action="true" shape="round" v-model="searchKey" action-text="搜索" placeholder="请输入搜索内容" @custom="goSearch" @search="goSearch" :action-style="actionStyle"></u-search> -->
</view>
</u-navbar>

View File

@ -1,9 +1,9 @@
<template>
<template>
<view class="wrap">
<u-toast ref="uToast" /><u-no-network></u-no-network>
<u-navbar :is-back="false" :background="background">
<view class="slot-wrap">
<u-search :show-action="true" shape="round" v-model="searchKey" action-text="搜索" placeholder="请输入搜索内容" @custom="goSearch" @search="goSearch" :action-style="actionStyle"></u-search>
<!-- <u-search :show-action="true" shape="round" v-model="searchKey" action-text="搜索" placeholder="请输入搜索内容" @custom="goSearch" @search="goSearch" :action-style="actionStyle"></u-search> -->
</view>
</u-navbar>
<!-- 购物车为空 -->

View File

@ -1,4 +1,4 @@
<template>
<template>
<!-- 页面主体 -->
<view>
<!--提示框组件-->
@ -6,7 +6,7 @@
<!--无网络组件-->
<u-no-network></u-no-network>
<!--头部组件-->
<u-navbar :is-back="false" :title="homeTitle" :background="background" :title-color="titleColor" :custom-back="about"></u-navbar>
<u-navbar :is-back="false" title="雨宝庄严" :background="background" :title-color="titleColor" :custom-back="about"></u-navbar>
<!--首页模块化组合组件-->
<coreshopPage :coreshopdata="pageData"></coreshopPage>