|
@@ -702,9 +702,9 @@ export default {
|
|
|
contact: this.selectSData.join(','),
|
|
|
type: this.selectWData.join(','),
|
|
|
timing: this.visitTime,
|
|
|
- place: this.place,
|
|
|
- observeCon: this.observeCon,
|
|
|
- recordCon: this.recordCon,
|
|
|
+ place: encodeURIComponent(this.place),
|
|
|
+ observeCon: encodeURIComponent(this.observeCon),
|
|
|
+ recordCon: encodeURIComponent(this.recordCon),
|
|
|
imgList: this.imgList.join(','),
|
|
|
term: this.termData[0],
|
|
|
pid: this.placeId
|