提交代码
This commit is contained in:
parent
eccd39959c
commit
e12895d597
1
App.vue
1
App.vue
@ -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();
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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: []
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user