提交代码

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({
code:authCode,
source,
sfId:uni.getStorageSync("sfId")
})
.then(async(res) => {
uni.hideLoading();

View File

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

View File

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

View File

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

View File

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