Sfoglia il codice sorgente

修改外链触发条件

Tang 2 anni fa
parent
commit
39064c922b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/person-center/my-course/index.vue

+ 1 - 1
src/pages/person-center/my-course/index.vue

@@ -817,7 +817,7 @@ export default {
   methods: {
     //判断是否外链
     outerChain(){
-      if(this.goodsData.externalLink){
+      if(this.goodsData.externalLinkStatus){
         return true
       }
       return false