chat.js 5.2 KB

1
  1. require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pageA/chat/chat"],{1264:function(e,o,t){"use strict";(function(e,o){var n=t("4ea4");t("f93b");n(t("66fd"));var r=n(t("4652"));e.__webpack_require_UNI_MP_PLUGIN__=t,o(r.default)}).call(this,t("bc2e")["default"],t("543d")["createPage"])},"3bb7":function(e,o,t){},"428e":function(e,o,t){"use strict";t.d(o,"b",(function(){return r})),t.d(o,"c",(function(){return s})),t.d(o,"a",(function(){return n}));var n={uNavbar:function(){return Promise.all([t.e("common/vendor"),t.e("uview-ui/components/u-navbar/u-navbar")]).then(t.bind(null,"b6bd"))},uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("uview-ui/components/u-icon/u-icon")]).then(t.bind(null,"01eb"))},kjChat:function(){return Promise.all([t.e("common/vendor"),t.e("components/kj-chat/kj-chat")]).then(t.bind(null,"2452"))}},r=function(){var e=this,o=e.$createElement,t=(e._self._c,e.__map(e.list,(function(o,t){var n=e.__get_orig(o),r=e.renderTime(o.time),s=o.from==e.user_other_no&&"audio"==o.type?o.length:null,i=o.from==e.user_other_no&&"audio"==o.type?o.length:null,u=o.from==e.user_no&&"audio"==o.type?o.length:null,a=o.from==e.user_no&&"audio"==o.type?o.length:null;return{$orig:n,m0:r,g0:s,g1:i,g2:u,g3:a}})));e.$mp.data=Object.assign({},{$root:{l0:t}})},s=[]},4652:function(e,o,t){"use strict";t.r(o);var n=t("428e"),r=t("6b7d");for(var s in r)["default"].indexOf(s)<0&&function(e){t.d(o,e,(function(){return r[e]}))}(s);t("9818");var i,u=t("f0c5"),a=Object(u["a"])(r["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],i);o["default"]=a.exports},"6b7d":function(e,o,t){"use strict";t.r(o);var n=t("e720"),r=t.n(n);for(var s in n)["default"].indexOf(s)<0&&function(e){t.d(o,e,(function(){return n[e]}))}(s);o["default"]=r.a},9818:function(e,o,t){"use strict";var n=t("3bb7"),r=t.n(n);r.a},e720:function(e,o,t){"use strict";(function(e,n){var r=t("4ea4");Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;var s=r(t("b823")),i=r(t("01d0")),u=t("970c"),a=t("fbb8"),c=e.createInnerAudioContext(),l={data:function(){return{user_other_no:"",user_no:"",user:{},user_other:{},pageSize:20,loadText:"",list:[],renderTime:a.renderTime,playStatus:0,statusheight:"",currentMessageId:"",scrollIntoViewId:"",scrollId:"",cursor:""}},onLoad:function(o){this.user=e.getStorageSync("user_info"),console.log("user",this.user),o.user_other&&(this.user_other=JSON.parse(decodeURIComponent(o.user_other)),console.log("user_other",this.user_other)),this.user_other_no=o.user_other_no,console.log(this.user_other_no),e.getStorageSync("user_no")&&(this.user_no=e.getStorageSync("user_no")),s.default.$on("message",this.getdata),o.id&&(this.scrollId=o.id)},onShow:function(){this.getdata()},computed:{i18n:function(){return this.$t("index")}},methods:{getdatab:function(){this.cursor="",this.getdata()},scroll:function(e){this.scrollIntoViewId="msg"+e},toDetail:function(o){e.navigateTo({url:"/pageC/orderFormDetail/orderFormDetail?orderId=".concat(o)})},goshop:function(o){e.navigateTo({url:"/pageD/homepage/homepage?merchant_id="+o+"&show="+!0})},callphone:function(){e.$u.http.get("/api/config",{params:{module:"basic"}}).then((function(o){console.log(o),e.makePhoneCall({phoneNumber:o.service_mobile})})).catch((function(){}))},previewimg:function(o){var t=[];t.push(o),e.previewImage({urls:t,longPressActions:{itemList:["发送给朋友","保存图片","收藏"],success:function(e){console.log("选中了第"+(e.tapIndex+1)+"个按钮,第"+(e.index+1)+"张图片")},fail:function(e){console.log(e.errMsg)}}})},playaudio:function(e){var o=this;c.src=e,console.log(e);n.setInnerAudioOption({obeyMuteSwitch:!1,success:function(e){console.log("开启静音模式下播放音乐的功能")},fail:function(e){console.log(e),console.log("静音设置失败")}});console.log(this.playStatus),0==this.playStatus?(c.play(),c.onPlay((function(){console.log("开始播放"),o.playStatus=1}))):(c.pause(),c.onPause((function(){console.log("暂停播放"),o.playStatus=0}))),c.onError((function(e){console.log("onError",e.errMsg),console.log("onError",e.errCode)})),c.onEnded((function(e){o.playStatus=0}))},return1:function(){e.navigateBack()},getuser:function(){var e=this,o=this;getEmchatUsersData({user_no:this.user_no+","+this.user_other_no}).then((function(t){1==t.code?(e.user=t.data[0],e.user_other=t.data[1]):o.$u.toast(t.msg)}))},getdata:function(){var e=this,o={chatType:"singleChat",type:"channel",to:this.user_other_no},t=(new i.default.message.create(o),{targetId:this.user_other_no,pageSize:50,cursor:this.cursor,chatType:"singleChat",searchDirection:"up"});u.conn.getHistoryMessages(t).then((function(o){o.isLast&&(e.loadText=e.i18n.Nofurtherdata),""==e.cursor?e.list=o.messages.reverse():e.list=e.list.concat(o.messages.reverse()),""!=e.scrollId&&(e.list.forEach((function(o){o.ext.id==e.scrollId&&(e.scrollIntoViewId="msg"+e.scrollId)})),""==e.scrollIntoViewId&&e.getdata()),e.cursor=o.cursor,console.log(e.list),""==e.scrollId&&e.$nextTick((function(){e.scrollIntoViewId="msg"+e.list.slice(-1)[0].ext.id}))})).catch((function(e){console.log("失败",e)}))},toinfo:function(o){e.navigateTo({url:"/pageA/productdetails?id="+o})}}};o.default=l}).call(this,t("543d")["default"],t("bc2e")["default"])}},[["1264","common/runtime","common/vendor","pageA/common/vendor"]]]);