第一次提交
This commit is contained in:
10
unpackage/dist/build/mp-weixin/components/diy/search/search.js
vendored
Normal file
10
unpackage/dist/build/mp-weixin/components/diy/search/search.js
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/diy/search/search"],{"0249":function(t,n,e){"use strict";e.r(n);var a=e("b284"),u=e.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(r);n["default"]=u.a},"113f":function(t,n,e){"use strict";var a=e("a849"),u=e.n(a);u.a},"1ae7":function(t,n,e){"use strict";e.r(n);var a=e("ef56"),u=e("0249");for(var r in u)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(r);e("113f");var c=e("828b"),o=Object(c["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);n["default"]=o.exports},a849:function(t,n,e){},b284:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default={data:function(){return{}},props:["itemData"],methods:{gotoSearch:function(){this.gotoPage("/pages/product/search/search")}}}},ef56:function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){}));var a=function(){var t=this.$createElement;this._self._c},u=[]}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/diy/search/search-create-component',
|
||||
{
|
||||
'components/diy/search/search-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("1ae7"))
|
||||
})
|
||||
},
|
||||
[['components/diy/search/search-create-component']]
|
||||
]);
|
||||
4
unpackage/dist/build/mp-weixin/components/diy/search/search.json
vendored
Normal file
4
unpackage/dist/build/mp-weixin/components/diy/search/search.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/components/diy/search/search.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/diy/search/search.wxml
vendored
Normal file
@ -0,0 +1 @@
|
||||
<view class="index-search-box" id="searchBox"><view data-event-opts="{{[['tap',[['gotoSearch',['$event']]]]]}}" class="{{['index-search','diy-search','t-c','diy-search-style-'+itemData.style.searchStyle+' diy-search-textAlign-'+itemData.style.textAlign]}}" bindtap="__e"><label class="icon iconfont icon-sousuo _span"></label><text class="ml10">{{itemData.params.placeholder}}</text></view></view>
|
||||
1
unpackage/dist/build/mp-weixin/components/diy/search/search.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/diy/search/search.wxss
vendored
Normal file
@ -0,0 +1 @@
|
||||
.diy-search-style-6{border-radius:16rpx}.diy-search-style-9{border-radius:50rpx}.diy-search-textAlign-3{justify-content:flex-start}.diy-search-textAlign-6{justify-content:center}.diy-search-textAlign-9{justify-content:flex-end}.diy-search .svg-icon{margin-right:10rpx}
|
||||
Reference in New Issue
Block a user