no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../common/vendor.js");if(!Array){e.resolveComponent("up-input")()}Math;const n={__name:"search",props:{Fixed:{type:Boolean,default:!1}},emits:["change","search"],setup(n,{emit:o}){let r=e.ref("");const t=e.index.getSystemInfoSync().statusBarHeight+"px",s=o;let a=e=>{s("change",e)},c=e=>{s("search",e)};return(o,s)=>({a:t,b:e.o(e.unref(a)),c:e.o(e.unref(c)),d:e.o((n=>e.isRef(r)?r.value=n:r=n)),e:e.p({placeholder:"查找地点、电站",confirmType:"search",suffixIcon:"/static/icon/search.png",border:"none",modelValue:e.unref(r)}),f:e.n(n.Fixed?"Fixed":"")})}};wx.createComponent(n);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"up-input": "../../uni_modules/uview-plus/components/u-input/u-input"
}
}

View File

@@ -0,0 +1 @@
<view class="{{f}}"><view style="{{'height:' + a}}"></view><view style="height:44px"></view><view class="search"><view class="search_right p30"><up-input wx:if="{{e}}" bindchange="{{b}}" bindconfirm="{{c}}" u-i="030144b5-0" bind:__l="__l" bindupdateModelValue="{{d}}" u-p="{{e}}"></up-input></view></view></view>

View File

@@ -0,0 +1 @@
.Fixed{position:fixed;left:0;width:100%;padding:0 30rpx;z-index:99}.search{display:flex;align-items:center;flex-direction:row;justify-content:space-between}.search_left{display:flex;align-items:center;flex-direction:row;justify-content:start;font-weight:700;font-size:40rpx;color:#232323;height:86rpx}.search_left_img{width:36rpx;height:36rpx;margin-right:15rpx}.search .opacityLeft{background:rgba(255,255,255,.27);border-radius:10rpx;padding:0 10rpx}.search_right{flex:1;display:flex;align-items:center;flex-direction:row;justify-content:start;height:86rpx;background:#fff;box-shadow:inset 0 0 22rpx 2rpx #f9fbff;border-radius:20rpx}