|
|
@@ -21,17 +21,17 @@
|
|
|
},
|
|
|
methods: {
|
|
|
...mapMutations('user', ['setUserInfo', 'login', 'hasLogin']),
|
|
|
- IndexShare() {
|
|
|
- let obj = this;
|
|
|
- let item = {
|
|
|
- link: 'http://ez.igxys.com/index/#/pages/index/index',// 分享链接
|
|
|
- imgUrl: 'http://ez.igxys.com/index/static/img/002.png',
|
|
|
- desc: '',
|
|
|
- title: '鄂州市红十字会',
|
|
|
- };
|
|
|
- console.log('分享加',item)
|
|
|
- weixindata(item);
|
|
|
- },
|
|
|
+ // IndexShare() {
|
|
|
+ // let obj = this;
|
|
|
+ // let item = {
|
|
|
+ // link: 'http://ez.igxys.com/index/#/pages/index/index',// 分享链接
|
|
|
+ // imgUrl: 'http://ez.igxys.com/index/static/img/002.png',
|
|
|
+ // desc: '',
|
|
|
+ // title: '鄂州市红十字会',
|
|
|
+ // };
|
|
|
+ // console.log('分享加',item)
|
|
|
+ // weixindata(item);
|
|
|
+ // },
|
|
|
},
|
|
|
onLaunch: function(urlObj) {
|
|
|
let obj = this;
|
|
|
@@ -78,7 +78,7 @@
|
|
|
|
|
|
},
|
|
|
onShow: function() {
|
|
|
- this.IndexShare()
|
|
|
+ // this.IndexShare()
|
|
|
// 加载拦截
|
|
|
// console.log('App Show');
|
|
|
// console.log(this.$u.config.v);
|