Commit e5f37d31 authored by tangfh's avatar tangfh

+

parent 09d90918
# uni-app 基础框架 # uni-app 基础框架
自定义navBar + scroll-view下拉刷新、上拉加载 + 官方tabBar 自定义navBar + scroll-view下拉刷新、上拉加载 + 官方tabBar
git add . git add .
git commit -m "+" git commit -m "+"
git push origin master git push origin master
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
:content-text="loadMoreViewContentText" /> :content-text="loadMoreViewContentText" />
</scroll-view> </scroll-view>
<view class="com-view-bottom" :style="{paddingBottom: bottomBtnPaddingBottom}"> <view class="com-view-bottom" :style="{paddingBottom: bottomBtnPaddingBottom}">
<text class="text-bottom-btn" @click="onBottomBtnClick">底部按钮</text> <text class="text-bottom-btn" @click="onBottomBtnClick">{{detail.btnText}}</text>
</view> </view>
</view> </view>
</template> </template>
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
return { return {
option: { option: {
navBar: { navBar: {
title: '标题', title: '店铺信息认证',
center: { center: {
right: { right: {
icon: "btn_bar_historydata.png" icon: ""
}, },
right2: { right2: {
icon: "" icon: ""
...@@ -62,7 +62,9 @@ ...@@ -62,7 +62,9 @@
channel: "ongoning", channel: "ongoning",
firstRequest: true, firstRequest: true,
bottomBtnPaddingBottom: "", bottomBtnPaddingBottom: "",
detail: null, detail: {
btnText: "下一步",
},
} }
}, },
onLoad(option) { onLoad(option) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment