Browse Source

计算器-

panyong 3 years ago
parent
commit
7e06d5b40e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/loan/src/views/loan/index/child/goods.vue

+ 1 - 1
htmldev/loan/src/views/loan/index/child/goods.vue

@@ -16,7 +16,7 @@
           </div>
           <p class="specialty"
              :style="{'color': routerName === 'loanRecommend' ? '#FD4646' : ''}">
-            {{ routerName === 'loanRecommend' ? '可帮您节省' + (item.lixi | toThousands) + '元利息' : item.productDesc }}</p>
+            {{ routerName === 'loanRecommend' ? '可帮您节省' + (item.saveMoney | toThousands) + '元利息' : item.productDesc }}</p>
         </div>
       </li>
     </ul>