|
|
|
@ -61,13 +61,8 @@ import HomePage from '@/pages/Index/components/HomePage/index.vue';
|
|
|
|
|
import UserPage from '@/pages/Index/components/UserPage/index.vue'; |
|
|
|
|
import ShopPage from '@/pages/Index/components/ShopPage/index.vue'; |
|
|
|
|
import ActivityPage from '@/pages/Index/components/ActivityPage/index.vue'; |
|
|
|
|
import { |
|
|
|
|
testLogin, |
|
|
|
|
userDetail, |
|
|
|
|
userExtends |
|
|
|
|
} from "@/api/user"; |
|
|
|
|
import {testLogin, userDetail, userExtends} from "@/api/user"; |
|
|
|
|
import {imghost} from "@/config/host"; |
|
|
|
|
import api from "../../utils/functions"; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
components: { |
|
|
|
@ -242,7 +237,19 @@ export default {
|
|
|
|
|
this.title = newVal; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onShareAppMessage() { |
|
|
|
|
return { |
|
|
|
|
title: this.title, |
|
|
|
|
path: '/pages/Index/index?footCheck=' + this.footCheck, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
onShareTimeline() { |
|
|
|
|
return { |
|
|
|
|
title: this.title, |
|
|
|
|
path: '/pages/Index/index?footCheck=' + this.footCheck, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|