(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-goods-goods_details_store-index"],{"00eb":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* crmeb颜色变量 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.geoPage[data-v-44c6374e]{position:fixed;width:100%;height:100%;top:0;z-index:10000}.storeBox[data-v-44c6374e]{width:100%;background-color:#fff;padding:0 %?30?%}.storeBox-box[data-v-44c6374e]{width:100%;height:auto;display:flex;align-items:center;padding:%?23?% 0;justify-content:space-between;border-bottom:1px solid #eee}.store-cent[data-v-44c6374e]{display:flex;align-items:center;width:80%}.store-cent-left[data-v-44c6374e]{width:45%}.store-img[data-v-44c6374e]{width:%?120?%;height:%?120?%;border-radius:%?6?%;margin-right:%?22?%}.store-img img[data-v-44c6374e]{width:100%;height:100%}.store-name[data-v-44c6374e]{color:#282828;font-size:%?30?%;margin-bottom:%?22?%;font-weight:800}.store-address[data-v-44c6374e]{color:#666;font-size:%?24?%}.store-phone[data-v-44c6374e]{width:%?50?%;height:%?50?%;color:#fff;border-radius:50%;background-color:var(--view-theme);margin-bottom:%?22?%;text-decoration:none}.store-phone .icon-dadianhua01[data-v-44c6374e]{font-size:%?22?%}.store-distance[data-v-44c6374e]{font-size:%?22?%;color:var(--view-theme)}.iconfont[data-v-44c6374e]{font-size:%?20?%}.row-right[data-v-44c6374e]{display:flex;flex-direction:column;align-items:flex-end;width:33.5%}',""]),t.exports=e},"04cb":function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("a9e3"),n("99af"),n("14d9");var a=i(n("eb82")),o=n("f09e"),r=(n("92ab"),n("7697"),i(n("7c3b"))),s=(n("26cb"),{name:"storeList",components:{Loading:a.default},mixins:[r.default],data:function(){return{page:1,limit:20,loaded:!1,loading:!1,storeList:[],system_store:{},user_latitude:0,user_longitude:0}},onLoad:function(){try{this.user_latitude=uni.getStorageSync("user_latitude"),this.user_longitude=uni.getStorageSync("user_longitude")}catch(t){}},mounted:function(){this.user_latitude&&this.user_longitude?this.getList():this.selfLocation()},methods:{call:function(t){uni.makePhoneCall({phoneNumber:t})},selfLocation:function(){var t=this,e=this;e.$wechat.isWeixin()?e.$wechat.location().then((function(n){t.user_latitude=n.latitude,t.user_longitude=n.longitude,uni.setStorageSync("user_latitude",n.latitude),uni.setStorageSync("user_longitude",n.longitude),e.getList()})):uni.getLocation({type:"wgs84",success:function(n){try{t.user_latitude=n.latitude,t.user_longitude=n.longitude,uni.setStorageSync("user_latitude",n.latitude),uni.setStorageSync("user_longitude",n.longitude)}catch(i){}e.getList()},complete:function(){e.getList()}})},showMaoLocation:function(t){this.$wechat.isWeixin()?this.$wechat.seeLocation({latitude:Number(t.latitude),longitude:Number(t.longitude)}).then((function(t){})):uni.openLocation({latitude:Number(t.latitude),longitude:Number(t.longitude),name:t.name,address:"".concat(t.address,"-").concat(t.detailed_address),success:function(){}})},checked:function(t){uni.$emit("handClick",{address:t}),uni.navigateBack()},getList:function(){var t=this;if(!this.loading&&!this.loaded){this.loading=!0;var e={latitude:this.user_latitude||"",longitude:this.user_longitude||"",page:this.page,limit:this.limit};(0,o.storeListApi)(e).then((function(e){t.loading=!1,t.loaded=e.data.list.length