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