Commit e0fce7f3 authored by tangfh's avatar tangfh

+

parent 74c1d691
......@@ -21,7 +21,7 @@
:content-text="loadMoreViewContentText" />
</scroll-view>
<view class="com-view-bottom" :style="{paddingBottom: bottomBtnPaddingBottom}">
<text class="text-bottom-btn" @click="onBottomBtnClick">{{detail.btnText}}</text>
<text class="text-bottom-btn" @click="onBottomBtnClick">{{btnText}}</text>
</view>
</view>
</template>
......@@ -34,17 +34,7 @@
data() {
return {
option: {
navBar: {
title: '店铺信息认证',
center: {
right: {
icon: ""
},
right2: {
icon: ""
}
}
}
navBar: JSON.parse(JSON.stringify(constant.navBar)),
},
navBarHeight: 0,
scrollViewHeight: 1000,
......@@ -63,8 +53,8 @@
firstRequest: true,
bottomBtnPaddingBottom: "",
detail: {
btnText: "下一步",
},
btnText: "下一步",
}
},
onLoad(option) {
......
......@@ -19,7 +19,7 @@
:content-text="loadMoreViewContentText" />
</scroll-view>
<view class="com-view-bottom" :style="{paddingBottom: bottomBtnPaddingBottom}">
<text class="text-bottom-btn" @click="onBottomBtnClick">{{detail.btnText}}</text>
<text class="text-bottom-btn" @click="onBottomBtnClick">{{btnText}}</text>
</view>
</view>
</template>
......@@ -32,17 +32,7 @@
data() {
return {
option: {
navBar: {
title: '标题',
center: {
right: {
icon: ""
},
right2: {
icon: ""
}
}
}
navBar: JSON.parse(JSON.stringify(constant.navBar)),
},
navBarHeight: 0,
scrollViewHeight: 1000,
......@@ -61,8 +51,8 @@
firstRequest: true,
bottomBtnPaddingBottom: "",
detail: {
btnText: "下一步",
},
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