This commit is contained in:
xiaozhiyong
2024-12-31 14:45:51 +08:00
parent 5803d8a222
commit 949707d0ec
12 changed files with 264 additions and 110 deletions

View File

@@ -238,12 +238,14 @@
uni.setStorageSync('siteId', option.siteId)
return
}
let oilItem = option.channerCode == 'TY' ? uni.getStorageSync('OtherSiteInfo') : option.item ? JSON.parse(
option.item) : {
siteId: option.siteId
}
// console.log('oilItemoilItem',oilItem)
uni.setStorageSync('oilItem', oilItem)
this.getSiteInfo(oilItem.siteId)
this.siteId = oilItem.siteId
@@ -264,7 +266,7 @@
methods: {
arousePhone() {
uni.makePhoneCall({
phoneNumber:'4008-56-5355'
phoneNumber: '4008-56-5355'
})
},
areaJump() {
@@ -787,4 +789,4 @@
line-height: 30px;
font-size: 16px;
}
</style>
</style>