Commit 64e21d43 authored by Xuguangxing's avatar Xuguangxing

fix

parent 743d3b14
...@@ -22,7 +22,7 @@ import { isApp, isWxMp, isWechat } from '@/service/validation.service'; ...@@ -22,7 +22,7 @@ import { isApp, isWxMp, isWechat } from '@/service/validation.service';
import store from '@/store'; import store from '@/store';
import Weapp from '@/components/weapp'; import Weapp from '@/components/weapp';
import goodsShare from '@/components/groupShare'; import goodsShare from '@/components/groupShare';
import { setAppTitleColor } from '@/service/utils.service'; // import { setAppTitleColor } from '@/service/utils.service';
export default { export default {
name: 'App', name: 'App',
components: { components: {
...@@ -51,8 +51,8 @@ export default { ...@@ -51,8 +51,8 @@ export default {
} }
} }
}, },
$route(to) { $route() {
to.name !== 'groupBuyList' && alert(setAppTitleColor('#fff')); // to.name !== 'groupBuyList' && alert(setAppTitleColor('#fff'));
store.dispatch('change_show_mini_app_guide', { store.dispatch('change_show_mini_app_guide', {
bool: !isApp && !isWxMp && !isWechat ? true : false, bool: !isApp && !isWxMp && !isWechat ? true : false,
pointer: this pointer: this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment