This commit is contained in:
yanran200730
2021-12-08 09:08:28 +08:00
parent a6f10a2ffa
commit bf6f29bbb6

View File

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