| | |
| | | <script>
|
| | | // 合伙人: "appid" : "wx6d0ecc4e18710458",
|
| | | // 花农: "appid" : "wx3203fd935a6ffe09",
|
| | | // 花农: "appid" : "wx3203fd935a6ffe09", |
| | | // 花店 wx1441324401626290
|
| | | import storage from '@/plugins/storage.js'
|
| | |
|
| | | export default {
|
| | |
| | | if (true && storage.getItem('token')) {
|
| | | setTimeout(async () => {
|
| | | const res = await this.$store.dispatch('getCurrentInfo');
|
| | | // console.log('init info',res,this.currentInfo)
|
| | | if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) {
|
| | |
|
| | | uni.reLaunch({
|
| | | url: '/pages/home/supplier-home'
|
| | | })
|
| | | }
|
| | | // console.log('init info',res,this.currentInfo) |
| | | // #ifdef PUB_CUSTOMER |
| | | if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) { |
| | | uni.reLaunch({ |
| | | url: '/pages/home/supplier-home' |
| | | }) |
| | | } |
| | | // #endif
|
| | | }, 200);
|
| | | } else {
|
| | |
|