Browse Source

style: 统一修改页面导航栏标题文案

统一调整三个页面的navbar标题,将不同的标题规范为一致的"照片对比编辑"或匹配对应页面的准确名称,优化页面展示一致性
dev
kola-web 6 days ago
parent
commit
d2347bceec
  1. 2
      src/pages/d_noteDiff/index.wxml
  2. 2
      src/pages/d_noteDiffEdit/index.wxml
  3. 2
      src/patient/pages/noteDiffEdit/index.wxml

2
src/pages/d_noteDiff/index.wxml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<navbar fixed title="照片对比" custom-style="background:{{background}}">
<navbar fixed title="照片对比分析" custom-style="background:{{background}}">
<van-icon name="arrow-left" slot="left" size="18px" color="#000" bind:tap="handleBack" />
</navbar>

2
src/pages/d_noteDiffEdit/index.wxml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<navbar fixed title="对比编辑" custom-style="background:{{background}}">
<navbar fixed title="照片对比编辑" custom-style="background:{{background}}">
<van-icon name="arrow-left" slot="left" size="18px" color="#000" bind:tap="handleBack" />
</navbar>

2
src/patient/pages/noteDiffEdit/index.wxml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<navbar fixed title="照片对比分析" custom-style="background:{{background}}">
<navbar fixed title="照片对比编辑" custom-style="background:{{background}}">
<van-icon name="arrow-left" slot="left" size="18px" color="#000" bind:tap="handleBack" />
</navbar>

Loading…
Cancel
Save