zhangyuhan 7 месяцев назад
Родитель
Сommit
14e0d1e290
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      apps/bigmember_pc/src/components/collect-info/CollectInfo.vue

+ 4 - 0
apps/bigmember_pc/src/components/collect-info/CollectInfo.vue

@@ -834,6 +834,10 @@ export default {
   methods: {
     // 读取远程配置的标题、副标题
     getSourceTitle(source) {
+      this.ajaxSourceTitleInfo.title = ''
+      this.ajaxSourceTitleInfo.subtitle = ''
+      this.ajaxSourceTitleInfo.cancelText = ''
+      this.ajaxSourceTitleInfo.submitText = ''
       ajaxGetSourceTitleAndDesc({
         codes: [source]
       }).then((res) => {