diff --git a/pages.json b/pages.json index 8acc6a5..241c998 100644 --- a/pages.json +++ b/pages.json @@ -112,7 +112,7 @@ { "path": "pages/payment/get_payment", "style": { - "navigationBarTitleText": "面对面收款", + "navigationBarTitleText": "提货付款", "navigationStyle": "custom" } }, diff --git a/pages/cloud_warehouse/small_classification/index.vue b/pages/cloud_warehouse/small_classification/index.vue index 341fcad..59758ef 100644 --- a/pages/cloud_warehouse/small_classification/index.vue +++ b/pages/cloud_warehouse/small_classification/index.vue @@ -40,8 +40,8 @@ + :class="{'active':storeParam.deduction_rate == item.value}" + @click="handleChooseProp(item.value)"> {{item.label_name}} @@ -66,7 +66,7 @@ - 1 + {{item.product.store_name}} {{item.product.store_info}} @@ -527,6 +527,11 @@ mer_id: ENV == 'prod' ? '259' : '244' }).then(res => { this.propotionData = res.data; + this.propotionData.unshift({ + product_label_id: '', + value: '', + label_name: '全部' + }) }) }, diff --git a/pages/payment/get_payment.vue b/pages/payment/get_payment.vue index 384307f..c2e0ae3 100644 --- a/pages/payment/get_payment.vue +++ b/pages/payment/get_payment.vue @@ -1,14 +1,14 @@