forked from gxwebsoft/mp-10550
fix(ui): 更新订单页面标题文本
- 将配送订单标题更改为送水订单 - 订单详情中显示票号而非订单ID - 我的订单标题更新为商城订单
This commit is contained in:
@@ -104,7 +104,7 @@ function Order() {
|
||||
</>
|
||||
}
|
||||
>
|
||||
<span>我的订单</span>
|
||||
<span>商城订单</span>
|
||||
</NavBar>
|
||||
{/* 搜索和筛选工具栏 */}
|
||||
<View className="bg-white px-4 py-3 flex justify-between items-center border-gray-100">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '配送订单',
|
||||
navigationBarTitleText: '送水订单',
|
||||
navigationBarTextStyle: 'black',
|
||||
navigationBarBackgroundColor: '#ffffff'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user