修改部分页面名称
This commit is contained in:
parent
60d0919d4f
commit
37031c9006
|
@ -51,7 +51,7 @@
|
|||
{
|
||||
"path": "pages/order/order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的订单",
|
||||
"navigationBarTitleText": "订单",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
|
@ -94,7 +94,7 @@
|
|||
{
|
||||
"path": "pages/member/complaint",
|
||||
"style": {
|
||||
"navigationBarTitleText": "投诉"
|
||||
"navigationBarTitleText": "意见投诉"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -124,7 +124,7 @@
|
|||
{
|
||||
"path": "pages/service/other/business",
|
||||
"style": {
|
||||
"navigationBarTitleText": "企业合作"
|
||||
"navigationBarTitleText": "企业合作安装"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<app-layout title="投诉">
|
||||
<app-layout title="意见投诉">
|
||||
<view class="common-form-container">
|
||||
<view class="input-item">
|
||||
<view class="title-box">
|
||||
|
|
Loading…
Reference in New Issue