Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2021-12-08 09:17:35 +08:00

View File

@@ -213,7 +213,6 @@ export default {
}) })
uni.$on('filedConfig', res => { uni.$on('filedConfig', res => {
console.log(33)
if (res.index === '-1') { if (res.index === '-1') {
this.targetList.push(res.config) this.targetList.push(res.config)
} else { } else {
@@ -343,7 +342,7 @@ export default {
type: 'Result', type: 'Result',
params: { params: {
linkUrl: res.data.linkUrl, linkUrl: res.data.linkUrl,
tableExplain: this.form.title, title: this.form.title,
tableExplain: this.form.tableExplain, tableExplain: this.form.tableExplain,
headPicture: this.form.headPicture headPicture: this.form.headPicture
} }