From b4ccdd63e945417f3bd25e584d93a3dd5af1c666 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 08 十月 2024 17:45:38 +0800 Subject: [PATCH] update 测试支付新接口(todo 提交体验版测试) --- pages.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 5c8e879..f716fba 100644 --- a/pages.json +++ b/pages.json @@ -99,7 +99,14 @@ "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } - }, { + },{ + "path": "pages/order/comment/order-comment", + "style": { + "navigationBarTitleText": "商品评价", + "enablePullDownRefresh": false + } + }, + { "path": "pages/help/content", "style": { "navigationBarTitleText": "" -- Gitblit v1.9.3