Browse Source

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

shenjj 7 years ago
parent
commit
55ee276ae3

+ 1 - 1
components/applyPurchase/SayPrice.vue

@@ -160,7 +160,7 @@
             if (response.data.success === false) {
             if (response.data.success === false) {
               this.$message.error(response.data.message)
               this.$message.error(response.data.message)
             } else {
             } else {
-              this.$message.success('报价成功')
+              this.$message.success('感谢您参与报价,敬请期待回复')
               this.resetSayPrice()
               this.resetSayPrice()
               this.resetList()
               this.resetList()
             }
             }

+ 1 - 1
components/main/Nav.vue

@@ -32,7 +32,7 @@
             <span>代理经销</span>
             <span>代理经销</span>
           </nuxt-link>
           </nuxt-link>
           <li @click="open('/store/33069557578d44e69bd91ad12d28a8d4')">
           <li @click="open('/store/33069557578d44e69bd91ad12d28a8d4')">
-            <span>库存寄售</span>
+            <span>优软寄售</span>
           </li>
           </li>
         </ul>
         </ul>
       </a>
       </a>

+ 1 - 1
components/mobile/applyPurchase/SeekList.vue

@@ -242,7 +242,7 @@ export default {
       if (flag) {
       if (flag) {
         this.purchaseManListData[this.activeIndex].quoted = 1
         this.purchaseManListData[this.activeIndex].quoted = 1
         this.purchaseManListData[this.activeIndex].quteId = quteId
         this.purchaseManListData[this.activeIndex].quteId = quteId
-        this.onRemind('报价成功')
+        this.onRemind('感谢您参与报价,敬请期待回复')
       }
       }
       this.showSayPriceBox = false
       this.showSayPriceBox = false
     },
     },

+ 1 - 1
pages/mobile/share/purChase/_uuid.vue

@@ -185,7 +185,7 @@ export default {
       if (flag) {
       if (flag) {
         this.purchaseDetail.quoted = 1
         this.purchaseDetail.quoted = 1
         this.purchaseDetail.quteId = quteId
         this.purchaseDetail.quteId = quteId
-        this.onRemind('报价成功')
+        this.onRemind('感谢您参与报价,敬请期待回复')
       }
       }
       this.showSayPriceBox = false
       this.showSayPriceBox = false
     },
     },