Explorar el Código

x x x x x x x

Handy_Cao hace 2 años
padre
commit
c18751b435
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>