//售前服务
            shouqianfuwu(){
                this.$api.getArchives({
                    page: 1,
                    channel: 39,
                    model: -1,
                }).then(res => {
                    console.log('售前服务',res);
                    let str = JSON.stringify(res);   //对象转字符串
                    console.log('售前服务字符串', str);
                    let obj =  JSON.parse(str); //字符串转对象
                    console.log('售前服务对象', obj); 
                    this.shouqianlist =  res.data.pageList.data;
                });
            },

Logo

前往低代码交流专区

更多推荐