|
@@ -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'
|
|
|
+
|
|
|
},
|
|
|
|
|
|
}
|