提交代码

This commit is contained in:
有果 2026-04-10 17:55:32 +08:00
parent eccd39959c
commit e12895d597
5 changed files with 10 additions and 3 deletions

View File

@ -97,6 +97,7 @@ export default {
getApi.ShunFengLogin({ getApi.ShunFengLogin({
code:authCode, code:authCode,
source, source,
sfId:uni.getStorageSync("sfId")
}) })
.then(async(res) => { .then(async(res) => {
uni.hideLoading(); uni.hideLoading();

View File

@ -98,6 +98,9 @@
"key" : "B5ZBZ-S4SKW-YYQR5-3BVNP-NX4NQ-FYFYF" "key" : "B5ZBZ-S4SKW-YYQR5-3BVNP-NX4NQ-FYFYF"
} }
} }
},
"uniStatistics" : {
"enable" : true
} }
}, },
"locale" : "zh-Hans", "locale" : "zh-Hans",
@ -109,5 +112,8 @@
"desc" : "将获取你的具体位置信息,用于辅助显示最近店铺" "desc" : "将获取你的具体位置信息,用于辅助显示最近店铺"
} }
} }
},
"uniStatistics" : {
"version" : "2"
} }
} }

View File

@ -514,7 +514,7 @@ const state = ref({
unitTypeId: "", unitTypeId: "",
lockerId: "", lockerId: "",
selectUnitRow: {}, selectUnitRow: {},
month: 24, month:1,
selfMonth: 1, selfMonth: 1,
lockData: { lockData: {
discountList: [] discountList: []

View File

@ -22,7 +22,7 @@
<!-- <view class="tag">随存随取</view> --> <!-- <view class="tag">随存随取</view> -->
</view> </view>
</view> </view>
<view class="distance" v-if="item.distance" @click.stop="handleNavigate(item)"> <view class="distance" @click.stop="handleNavigate(item)">
<view class="icon"> <view class="icon">
<image src="/static/site/map.svg"></image> <image src="/static/site/map.svg"></image>
</view> </view>

View File

@ -1723,7 +1723,7 @@ onShow(() => {
.container { .container {
width: 100%; width: 100%;
height: 100vh; // height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;