Task:指引页
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</view> -->
|
||||
<view class="btn-group flex_center" :style="{bottom: functionGuideData.btnGroupPosition || '-150rpx'}">
|
||||
<view class="btn flex_center" @click="jump">跳过</view>
|
||||
<view class="btn flex_center" @click="next">{{ functionGuideData.step==maxStep ? '知道了' : '下一步' }}</view>
|
||||
<view class="next-btn v12-primary flex_center" @click="next">{{ functionGuideData.step==maxStep ? '知道了' : '下一步' }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -97,6 +97,10 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.next-btn {
|
||||
color: #fff;
|
||||
padding: 2rpx 10rpx;
|
||||
}
|
||||
.plus {
|
||||
width: 140rpx;
|
||||
height: 2rpx;
|
||||
|
||||
Reference in New Issue
Block a user