| | |
| | | } |
| | | }) |
| | | } |
| | | uni.showShareMenu({ |
| | | withShareTicket: true, |
| | | menus: ['shareAppMessage', 'shareTimeline'] |
| | | }) |
| | | |
| | | }, |
| | | onShow: function() { |
| | | console.log('App Show') |
| | |
| | | |
| | | // Vue.prototype.$baseUrl = 'https://test.doumee.cn/jinkuai_web/' |
| | | Vue.prototype.$baseUrl = 'https://jinkuai.832smartfarm.com/jinkuai_web/' |
| | | |
| | | import shareMixin from '@/utils/shareMixin' |
| | | Vue.mixin(shareMixin) |
| | | const app = new Vue({ |
| | | store, |
| | | ...App |
| | |
| | | changing1:false, |
| | | autoReceiveStatus: false, |
| | | isLogin:false, |
| | | useIdentity:0 |
| | | useIdentity:0, |
| | | qrcode:'' |
| | | } |
| | | }, |
| | | onShow(options){ |
| | |
| | | that.changing1 = false |
| | | }) |
| | | } , |
| | | saoyisao(){ |
| | | var that =this |
| | | // 允许从相机和相册扫码 |
| | | wx.scanCode({ |
| | | // scanType:['barCode'], |
| | | success (res) { |
| | | that.qrcode =res.result |
| | | console.log(res) |
| | | }, |
| | | fail(e){ |
| | | console.error(e) |
| | | } |
| | | }) |
| | | }, |
| | | updateMemberInfo(e) { |
| | | if(this.changing){ |
| | | return |