123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
- <template>
- <!-- 搜索框 -->
- <!-- #ifdef H5 -->
- <view class="header"
- :style="'background: linear-gradient(90deg, '+ bgColor[0].item +' 50%, '+ bgColor[1].item +' 100%);margin-top:'+ mbConfig*2 +'rpx;'">
- <view class="serch-wrapper acea-row row-middle"
- :class="(tabVal===0 || tabVal===1) && txtStyle===1?'center':(tabVal===0 || tabVal===1) && txtStyle===2?'right':''"
- :style="'padding-left:'+ prConfig*2 +'rpx;padding-right:'+ (tabVal===0 || tabVal===1?prConfig*2:20) +'rpx;'">
- <view class="logo skeleton-rect" v-if="logoConfig && tabVal===2 && radioVal===2">
- <image :src="logoConfig" mode="heightFix"></image>
- </view>
- <view class="title" :class="tabVal===2?'on':''"
- :style="{color:`${textColor}`,fontStyle:`${textStyle!='bold'?textStyle:''}`,fontWeight:`${textStyle=='bold'?textStyle:''}`}"
- v-if="tabVal===0 || (tabVal===2 && radioVal === 0)" @click="goLink">{{titleConfig}}</view>
- <view class="map acea-row row-middle" @click="chooseLocation"
- :style="{color:`${textColor}`,fontStyle:`${textStyle!='bold'?textStyle:''}`,fontWeight:`${textStyle=='bold'?textStyle:''}`}"
- v-if="tabVal===1 || (tabVal===2 && radioVal === 1)">
- <text class="iconfont icon-dingwei4"></text>
- <view class="info on" v-if="tabVal===1">{{addressInfos}}</view>
- <view class="info on1" v-else>{{addressInfo}}</view>
- <text class="iconfont icon-xiangxia"></text>
- </view>
- <navigator v-if="tabVal===2" url="/pages/goods/goods_search/index"
- class="input acea-row row-middle skeleton-rect"
- :class="[boxStyle?'':'fillet',logoConfig?'':'on',txtStyle===1?'row-center':txtStyle===2?'row-right':'']"
- hover-class="none"><text class="iconfont icon-sousuo"></text>
- 搜索商品</navigator>
- </view>
- </view>
- <!-- #endif -->
- <!-- #ifdef MP || APP-PLUS -->
- <view v-if="special" class="header"
- :style="'background: linear-gradient(90deg, '+ bgColor[0].item +' 50%, '+ bgColor[1].item +' 100%);'">
- <view class="serch-wrapper acea-row row-middle"
- :class="(tabVal===0 || tabVal===1) && txtStyle===1?'center':(tabVal===0 || tabVal===1) && txtStyle===2?'right':''"
- :style="'padding-left:'+ prConfig*2 +'rpx!important;padding-right:'+ (tabVal===0 || tabVal===1?prConfig*2:20) +'rpx;'">
- <view class="logo skeleton-rect" v-if="logoConfig && tabVal===2 && radioVal===2">
- <image :src="logoConfig" mode="heightFix"></image>
- </view>
- <view class="title" :class="tabVal===2?'on':''"
- :style="{color:`${textColor}`,fontStyle:`${textStyle!='bold'?textStyle:''}`,fontWeight:`${textStyle=='bold'?textStyle:''}`}"
- v-if="tabVal===0 || (tabVal===2 && radioVal === 0)" @click="goLink">{{titleConfig}}</view>
- <view class="map acea-row row-middle" @click="chooseLocation"
- :style="{color:`${textColor}`,fontStyle:`${textStyle!='bold'?textStyle:''}`,fontWeight:`${textStyle=='bold'?textStyle:''}`}"
- v-if="tabVal===1 || (tabVal===2 && radioVal === 1)">
- <text class="iconfont icon-dingwei4"></text>
- <view class="info on" v-if="tabVal===1">{{addressInfos}}</view>
- <view class="info on1" v-else>{{addressInfo}}</view>
- <text class="iconfont icon-xiangxia"></text>
- </view>
- <navigator v-if="tabVal===2" url="/pages/goods/goods_search/index"
- class="input acea-row row-middle skeleton-rect"
- :class="[boxStyle?'':'fillet',logoConfig?'':'on',txtStyle===1?'row-center':txtStyle===2?'row-right':'']"
- hover-class="none"><text class="iconfont icon-sousuo"></text>
- 搜索商品</navigator>
- </view>
- </view>
- <view v-else>
- <view class="mp-header"
- :style="'background: linear-gradient(90deg, '+ bgColor[0].item +' 50%, '+ bgColor[1].item +' 100%);'">
- <view class="sys-head" :style="{ height: statusBarHeight + 'px' }"></view>
- <view class="serch-box" style="height: 43px;">
- <view class="serch-wrapper acea-row row-middle"
- :class="(tabVal===0 || tabVal===1) && txtStyle===1?'center':(tabVal===0 || tabVal===1) && txtStyle===2?'right':''"
- :style="'padding-left:'+ prConfig*2 +'rpx!important;padding-right:'+ (tabVal===0 || tabVal===1?prConfig*2:20) +'rpx;'">
- <view class="logo skeleton-rect" v-if="logoConfig && tabVal===2 && radioVal===2">
- <image :src="logoConfig" mode="heightFix"></image>
- </view>
- <view class="title" :class="tabVal===2?'on':''"
- :style="{color:`${textColor}`,fontStyle:`${textStyle!='bold'?textStyle:''}`,fontWeight:`${textStyle=='bold'?textStyle:''}`}"
- v-if="tabVal===0 || (tabVal===2 && radioVal === 0)" @click="goLink">{{titleConfig}}</view>
- <view class="map acea-row row-middle" @click="chooseLocation"
- :style="{color:`${textColor}`,fontStyle:`${textStyle!='bold'?textStyle:''}`,fontWeight:`${textStyle=='bold'?textStyle:''}`}"
- v-if="tabVal===1 || (tabVal===2 && radioVal === 1)">
- <text class="iconfont icon-dingwei4"></text>
- <view class="info on" v-if="tabVal===1">{{addressInfos}}</view>
- <view class="info on1" v-else>{{addressInfo}}</view>
- <text class="iconfont icon-xiangxia"></text>
- </view>
- <navigator v-if="tabVal===2" url="/pages/goods/goods_search/index"
- class="input acea-row row-middle skeleton-rect"
- :class="[boxStyle?'':'fillet',logoConfig?'':'on',txtStyle===1?'row-center':txtStyle===2?'row-right':'']"
- hover-class="none">
- <text class="iconfont icon-sousuo"></text>
- 搜索商品
- </navigator>
- </view>
- </view>
- </view>
- <view :style="'height:'+(statusBarHeight+43)+'px;'"></view>
- </view>
- <!-- #endif -->
- </template>
- <script>
- import {
- getGeocoder
- } from '@/api/user.js';
- let statusBarHeight = uni.getSystemInfoSync().statusBarHeight;
- export default {
- name: 'headerSerch',
- props: {
- dataConfig: {
- type: Object,
- default: () => {}
- },
- special: {
- type: Number,
- default: 0
- }
- },
- data() {
- return {
- statusBarHeight: statusBarHeight,
- marTop: 63,
- bgColor: this.dataConfig.bgColor.color,
- boxStyle: this.dataConfig.boxStyle.type,
- logoConfig: this.dataConfig.logoConfig.url,
- mbConfig: this.dataConfig.mbConfig.val,
- txtStyle: this.dataConfig.txtStyle.type,
- hotWords: this.dataConfig.hotWords.list,
- prConfig: this.dataConfig.prConfig.val,
- tabVal: this.dataConfig.tabConfig.tabVal,
- radioVal: this.dataConfig.radioConfig.tabVal,
- textColor: this.dataConfig.textColor.color[0].item,
- textStyle: this.dataConfig.textStyle.list[this.dataConfig.textStyle.type].style,
- titleConfig: this.dataConfig.titleConfig.value,
- addressInfo:'选择地址',
- addressInfos:"选择地址"
- };
- },
- mounted() {
- let that = this;
- uni.setStorageSync('hotList', that.hotWords);
- that.$store.commit('hotWords/setHotWord', that.hotWords);
- // #ifdef MP || APP-PLUS
- setTimeout(() => {
- // 获取小程序头部高度
- let info = uni.createSelectorQuery().in(this).select(".mp-header");
- info.boundingClientRect(function(data) {
- that.marTop = data.height
- }).exec()
- }, 100)
- // #endif
- if(this.tabVal===1 || (this.tabVal===2 && this.radioVal === 1)){
- // let latitude = uni.getStorageSync('user_latitude');
- // let longitude = uni.getStorageSync('user_longitude');
- // if(latitude && longitude){
- // this.getGeocoderCity(latitude,longitude);
- // }else{
- // this.selfLocation();
- // }
- this.selfLocation();
- }
- },
- methods: {
- selfLocation() {
- let self = this
- // #ifdef MP || APP-PLUS
- uni.getLocation({
- type: 'gcj02',
- success: (res) => {
- try {
- uni.setStorageSync('user_latitude', res.latitude);
- uni.setStorageSync('user_longitude', res.longitude);
- self.getGeocoderCity(res.latitude,res.longitude);
- } catch {}
- },
- fail:(res)=>{
- console.log(res)
- }
- });
- // #endif
- // #ifdef H5
- if (this.$wechat.isWeixin()) {
- this.$wechat.location().then(res => {
- uni.setStorageSync('user_latitude', res.latitude);
- uni.setStorageSync('user_longitude', res.longitude);
- self.getGeocoderCity(res.latitude,res.longitude);
- })
- } else {
- uni.getLocation({
- type: 'gcj02',
- success: function(res) {
- try {
- uni.setStorageSync('user_latitude', res.latitude);
- uni.setStorageSync('user_longitude', res.longitude);
- self.getGeocoderCity(res.latitude,res.longitude);
- } catch {}
- }
- });
- }
- // #endif
- },
- getGeocoderCity(latitude,longitude){
- getGeocoder({
- lat: latitude,
- long: longitude
- }).then(res=>{
- let address = res.data.address_component;
- this.addressInfo = address?address.city.slice(0,3) : '选择地址';
- this.addressInfos = address?(address.city+address.district).slice(0,7) : '选择地址';
- })
- },
- goLink(){
- let url = this.dataConfig.linkConfig.value;
- if (url.indexOf("http") != -1) {
- // #ifdef H5
- location.href = url
- // #endif
- // #ifdef MP || APP-PLUS
- uni.navigateTo({
- url: `/pages/annex/web_view/index?url=${url}`
- });
- // #endif
- } else {
- if (['/pages/goods_cate/goods_cate', '/pages/order_addcart/order_addcart', '/pages/user/index','/pages/store_cate/store_cate']
- .indexOf(url) == -1) {
- uni.navigateTo({
- url: url
- })
- } else {
- uni.reLaunch({
- url: url
- })
- }
- }
- },
- chooseLocation: function() {
- let that = this;
- uni.chooseLocation({
- success: (res) => {
- let address = that.$util.addressInfo(res.address);
- this.addressInfo = address?address.city.slice(0,3) : '选择地址';
- this.addressInfos = address?(address.city+address.district).slice(0,7) : '选择地址';
- },
- fail: (err)=>{
- console.log(err)
- }
- })
- }
- }
- }
- </script>
- <style lang="scss">
- .serch-wrapper {
-
- &.center {
- justify-content: center;
- }
-
- &.right {
- justify-content: flex-end;
- /* #ifdef MP */
- padding-right: 185rpx !important;
- /* #endif */
- }
- }
-
- .title {
- font-size: 30rpx;
- &.on{
- margin-right: 20rpx;
- }
- }
-
- .map {
- color: #fff;
- font-size: 30rpx;
- margin-right: 20rpx;
-
- .info {
- &.on {
- max-width: 260rpx;
- }
-
- &.on1 {
- max-width: 156rpx;
- }
- }
-
- .iconfont {
- font-size: 32rpx;
- margin-right: 6rpx;
- }
-
- .icon-xiangxia {
- font-size: 28rpx;
- margin-left: 10rpx;
- }
- }
- .header {
- width: 100%;
- height: 100rpx;
- background: linear-gradient(90deg, $bg-star 50%, $bg-end 100%);
-
- .serch-wrapper {
- padding: 20rpx 20rpx 0 0;
- .logo {
- height: 60rpx;
- margin-right: 20rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .input {
- flex: 1;
- height: 58rpx;
- padding: 0 20rpx 0 30rpx;
- background: rgba(247, 247, 247, 1);
- border: 1px solid rgba(241, 241, 241, 1);
- color: #BBBBBB;
- font-size: 28rpx;
- .iconfont {
- margin-right: 20rpx;
- }
- // 没有logo,直接搜索框
- &.on {
- width: 100%;
- }
- // 设置圆角
- &.fillet {
- border-radius: 29rpx;
- }
- // 文本框文字居中
- &.row-center {
- padding: 0;
- }
- }
- }
- }
- /* #ifdef MP || APP-PLUS */
- .mp-header {
- z-index: 30;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- background: linear-gradient(90deg, $bg-star 50%, $bg-end 100%);
- .serch-wrapper {
- height: 100%;
- /* #ifdef MP */
- padding: 0 220rpx 0 0 !important;
- /* #endif */
- /* #ifdef APP-PLUS */
- padding: 0 50rpx 0 40rpx;
- /* #endif */
- .logo {
- height: 60rpx;
- margin-right: 30rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .input {
- flex: 1;
- height: 50rpx;
- padding: 0 0 0 30rpx;
- background: rgba(247, 247, 247, 1);
- border: 1px solid rgba(241, 241, 241, 1);
- color: #BBBBBB;
- font-size: 28rpx;
- .iconfont {
- margin-right: 20rpx;
- }
- // 没有logo,直接搜索框
- &.on {
- /* #ifdef MP */
- width: 70%;
- /* #endif */
- /* #ifdef APP-PLUS */
- width: 100%;
- /* #endif */
- }
- // 设置圆角
- &.fillet {
- border-radius: 29rpx;
- }
- // 文本框文字居中
- &.row-center {
- padding: 0;
- }
- }
- }
- }
- /* #endif */
- </style>
|