Live chat method updated , Alipay payment gatewat integrated

This commit is contained in:
Vion
2022-02-14 17:50:30 +08:00
parent bf838eb78a
commit b636872ecd
4 changed files with 60 additions and 32 deletions

View File

@@ -55,7 +55,7 @@ export default {
},
methods:{
...mapMutations(["checkIsLogin"]),
lianxi(item,index){
lianxi(item,index) {
this.checkIsLogin();
let user = this.$store.state.userInfo;
let curMemberId = (user?user.data.id:'');
@@ -63,7 +63,8 @@ export default {
//this.customerServerStop = true;
/* Stop until 2022-2-10 */
var option = {
customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId}
customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId, types:'14054'},
type:3
}
dis_livchat(option);
_hmt.push([
@@ -91,7 +92,8 @@ export default {
//this.customerServerStop = true;
/* Stop until 2022-2-10*/
var option = {
customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId}
customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId, types:'14053'},
type:3
}
dis_livchat(option);
_hmt.push([