版本1.2.3

This commit is contained in:
xk_guohonglei
2020-10-14 11:40:08 +08:00
parent 80d2a48dec
commit 9320a99366
26 changed files with 2136 additions and 852 deletions

View File

@@ -1,10 +1,9 @@
<template>
<view class="page-content bg-white">
<cu-custom class="main-topbar bg-main-oil" isBack bgColor="bg-main-oil">
<block slot="content" class="padding-top">油站信息</block>
<cu-custom class="bg-main-oil" :isBack="true" bgColor="bg-main-oil">
<block slot="backText">返回</block>
<block slot="content">油站信息</block>
</cu-custom>
<view class="main-money bg-white margin margin-bottom-0 radius">
<view class="cu-card case no-card ">
<view class="cu-item bg-white shadow">
@@ -38,6 +37,13 @@
<view class="padding-bottom ">
<OilMenuItem :oilItem="item" v-for="(item,index) in oilList" :key="index" />
</view>
<!-- <view class="margin padding">
<view class="">
<button class="bg-main-oil" @tap="loginOut">
退出登录
</button>
</view>
</view> -->
</view>
</template>
@@ -99,6 +105,12 @@
uni.showShareMenu()
},
methods: {
loginOut() {
uni.clearStorage()
uni.reLaunch({
url: '/pages/login/boforeLogin/boforeLogin'
})
},
getSiteInfo() {
cloudSiteApi.getSiteDetail().then(res => {
if (res.code === 20000) {
@@ -119,7 +131,7 @@
} else {
uni.showToast({
title: '暂无油站联系方式',
icon:'none'
icon: 'none'
});
}
@@ -129,9 +141,7 @@
</script>
<style scopeds>
.content {
min-height: 100%;
}
.cu-card.case.no-card .image {
margin: 0;