From 3e5edefb206c7b3593606ad04709bd67d0205753 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 27 Jul 2021 14:58:34 +0800 Subject: [PATCH] 订单详情自负错误 --- src/views/product/wxScore-detail.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/product/wxScore-detail.vue b/src/views/product/wxScore-detail.vue index 8c598b9..9217996 100644 --- a/src/views/product/wxScore-detail.vue +++ b/src/views/product/wxScore-detail.vue @@ -7,7 +7,7 @@ --> <template> <div class="hb-detail-box h-100-g"> - <v-navbar title="订单详情1" fixed></v-navbar> + <v-navbar title="订单详情" fixed></v-navbar> <div class="content"> <div class="cell-group"> <van-cell :value="form.chanNo" title='渠道编码' readonly></van-cell> -- Gitblit v1.8.0