zhangyuhan преди 7 месеца
родител
ревизия
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) => {