|
|
@@ -90,6 +90,7 @@ export default {
|
|
|
this.zhiPicUrls[0] = data.url;
|
|
|
this.auditStatus = data.auditStatus;
|
|
|
this.auditContent = data.auditContent;
|
|
|
+ this.qunCode = data.groupCode?data.groupCode:''
|
|
|
this.location = {
|
|
|
poiName: data.poiName,
|
|
|
poiAddress: data.poiAddress,
|
|
|
@@ -227,7 +228,7 @@ export default {
|
|
|
}
|
|
|
// 群二维码
|
|
|
if(this.qunCode){
|
|
|
- dataPream.qunCode = this.qunCode
|
|
|
+ dataPream.groupCode = this.qunCode
|
|
|
}
|
|
|
// 位置
|
|
|
if(this.location&&this.location.poiName){
|