Browse Source

买家名字改为买家名称

hangb 7 years ago
parent
commit
21be83a4ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/order/index.vue

+ 1 - 1
pages/mobile/order/index.vue

@@ -7,7 +7,7 @@
       <div :class="activeType === 'inbound' ? 'active' : ''" @click="ChangeList('inbound')"><span>待收货</span></div>
     </div>
     <div class="search-content search-content2" v-if="vendorType !== 'buyer'" >
-      <input type="text" placeholder="订单号/产品信息/买家名" v-model="keyword" @keyup.13="searchOrderlist">
+      <input type="text" placeholder="订单号/产品信息/买家名" v-model="keyword" @keyup.13="searchOrderlist">
       <span @click="searchOrderlist" >
           <i class="iconfont icon-sousuo"></i>
       </span>