anxiaoxia 1 anno fa
parent
commit
bd22463bb2
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      src/packagesEnv/pages/portrait/pointExplain.wpy

+ 4 - 1
src/packagesEnv/pages/portrait/pointExplain.wpy

@@ -81,6 +81,7 @@ page {
             </div>
 
         </div>
+        <footer :justText="true"></footer>
     </div>
 
 </template>
@@ -131,7 +132,9 @@ wepy.page({
     'navigationBarTitleText': '',
     navigationStyle:"custom",
     usingComponents: {
-        'page-top-bar': '~@/components/common/page-top-bar',      
+        'page-top-bar': '~@/components/common/page-top-bar',  
+        'footer':'~@/components/coustome/footer'  
+    
     },
 
 }