Commit e5f37d31 authored by tangfh's avatar tangfh

+

parent 09d90918
# uni-app 基础框架
自定义navBar + scroll-view下拉刷新、上拉加载 + 官方tabBar
git add .
git commit -m "+"
git push origin master
......
......@@ -21,7 +21,7 @@
:content-text="loadMoreViewContentText" />
</scroll-view>
<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>
</template>
......@@ -35,10 +35,10 @@
return {
option: {
navBar: {
title: '标题',
title: '店铺信息认证',
center: {
right: {
icon: "btn_bar_historydata.png"
icon: ""
},
right2: {
icon: ""
......@@ -62,7 +62,9 @@
channel: "ongoning",
firstRequest: true,
bottomBtnPaddingBottom: "",
detail: null,
detail: {
btnText: "下一步",
},
}
},
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