Browse Source

x x x x x x x

Handy_Cao 2 năm trước cách đây
mục cha
commit
c18751b435
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>