浏览代码

x x x x x x x

Handy_Cao 2 年之前
父节点
当前提交
c18751b435
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GuangZuan/miniprogram/components/navbar/index.wxml

+ 1 - 1
GuangZuan/miniprogram/components/navbar/index.wxml

@@ -9,7 +9,7 @@
         </view>
         <view class="center">
             <view class="block">
-                <span wx:if="{{title}}">{{ title }}</span>
+                <span wx:if="{{ title }}">{{ title }}</span>
                 <slot wx:else></slot>
             </view>
         </view>