Browse Source

Merge remote-tracking branch 'origin/release-201813-yc' into release-201813-yc

shenjj 7 years ago
parent
commit
c6a44ee1f4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      components/mobile/applyPurchase/SayPriceInfo.vue

+ 3 - 2
components/mobile/applyPurchase/SayPriceInfo.vue

@@ -89,7 +89,7 @@
                 </tbody>
                 </tbody>
               </table>
               </table>
               </div>
               </div>
-              <div class="refused-txt" v-if="item.agreed === 0">拒绝理由:<span v-text="item.refusereason"></span></div>
+              <div class="refused-txt" v-if="item.agreed === 0">拒绝理由:<span>{{item.refusereason}}</span></div>
               <!--<div class="price-level">
               <!--<div class="price-level">
                 <p>价格梯度:<span>(pcs)</span></p>
                 <p>价格梯度:<span>(pcs)</span></p>
                 <ul>
                 <ul>
@@ -220,7 +220,8 @@
         activeIndex: -1,
         activeIndex: -1,
         remindText: '',
         remindText: '',
         timeoutCount: 0,
         timeoutCount: 0,
-        qutationsTemp: []
+        qutationsTemp: [],
+        refusereason: ''
       }
       }
     },
     },
     components: {
     components: {