提交代码
This commit is contained in:
parent
eccd39959c
commit
e12895d597
1
App.vue
1
App.vue
@ -97,6 +97,7 @@ export default {
|
||||
getApi.ShunFengLogin({
|
||||
code:authCode,
|
||||
source,
|
||||
sfId:uni.getStorageSync("sfId")
|
||||
})
|
||||
.then(async(res) => {
|
||||
uni.hideLoading();
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -514,7 +514,7 @@ const state = ref({
|
||||
unitTypeId: "",
|
||||
lockerId: "",
|
||||
selectUnitRow: {},
|
||||
month: 24,
|
||||
month:1,
|
||||
selfMonth: 1,
|
||||
lockData: {
|
||||
discountList: []
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -1723,7 +1723,7 @@ onShow(() => {
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
// height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user