diff --git a/App.vue b/App.vue
index 9ed7e68..c04481a 100644
--- a/App.vue
+++ b/App.vue
@@ -38,10 +38,6 @@
})
this.onShareAppMessage(option.query.scene);
- },
- onLoad(e) {
- console.log(e,'666666666666666666666666666666')
-
},
methods: {
@@ -131,28 +127,9 @@
onShow: function(option) {
const token = uni.getStorageSync('Authorization')
const openid = uni.getStorageSync('openid')
- let key = ''
if (token && openid) {
this.getAmount()
- key = '真在线'
- } else {
- key = '离线'
- }
- if (key == '在线') {
-
}
- setTimeout(() => {
- console.log(key)
- if (key == '在线') {
-
- } else {
- // uni.redirectTo({
- // url: '/BagAuth/pages/login/login'
- // })
- }
- }, 2000)
- // uni.showShareMenu()
- // console.log('App Show')
uni.getLocation({
type: 'wgs84',
success: function(res) {
@@ -163,9 +140,6 @@
}
});
},
- onHide: function() {
- // console.log('App Hide')
- }
}
diff --git a/BagSetup/setup/setup.vue b/BagSetup/setup/setup.vue
index ded31b0..2873340 100644
--- a/BagSetup/setup/setup.vue
+++ b/BagSetup/setup/setup.vue
@@ -23,14 +23,6 @@
+
+
+ 收油码
+
+
+
+
+
@@ -40,7 +41,10 @@
{{companyCard.name}}
- {{companyCard.companyNature===1?'自营':'外请'}}
+
+ {{companyCard.companyNature===1?'自营':'外请'}}
+
@@ -128,7 +132,8 @@
-
+
+
@@ -167,7 +172,7 @@
this.upadteCompanyCard()
},
methods: {
- logout(){
+ logout() {
this.isSwitchEnterprises = false
},
upadteCompanyCard() {
@@ -305,6 +310,19 @@
\ No newline at end of file
+
diff --git a/static/img/back.png b/static/img/back.png
new file mode 100644
index 0000000..f9f7151
Binary files /dev/null and b/static/img/back.png differ
diff --git a/static/img/erweima-grey.png b/static/img/erweima-grey.png
new file mode 100644
index 0000000..100dd9a
Binary files /dev/null and b/static/img/erweima-grey.png differ
diff --git a/static/img/erweima-white.png b/static/img/erweima-white.png
new file mode 100644
index 0000000..10436e6
Binary files /dev/null and b/static/img/erweima-white.png differ