Browse Source

小问题

hbchen 1 year ago
parent
commit
5042972b73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/modalDialog.vue

+ 1 - 1
components/modalDialog.vue

@@ -30,7 +30,7 @@
         :confirm-style="{ fontWeight: '700' }"
       >
         <view class="slot-content" v-if="jurisdictionList.IsResearch">
-          <rich-text :nodes="jurisdictionList.PopupMsg"></rich-text>
+          <rich-text :nodes="jurisdictionList.PopupMsg || ''"></rich-text>
         </view>
       </u-modal>
     </block>