| | |
| | | }, |
| | | onLoad(option) { |
| | | this.recipientId = option.chatID; |
| | | var data = JSON.parse(option.data) |
| | | this.recName = data.GroupName; |
| | | this._getMsg(this.nowpage) |
| | | // this.nextPage() |
| | | }, |
| | |
| | | var that = this; |
| | | that.senId = WxStorage.get("ids"); |
| | | uni.request({ |
| | | url:"http://s16s652780.51mypc.cn/api/chatgroupc/selectList", |
| | | url:this.$store.state.piAPI + "/chatgroupc/selectList", |
| | | method:"post", |
| | | header: { |
| | | 'content-type': 'application/x-www-form-urlencoded', |
| | |
| | | } |
| | | |
| | | uni.request({ |
| | | url:"http://s16s652780.51mypc.cn/api/chatgroupc/submit", |
| | | url:this.$store.state.piAPI + "/chatgroupc/submit", |
| | | method:"post", |
| | | data:{ |
| | | senderId: that.senId, |