初始化万家商超用户端仓库
This commit is contained in:
148
pages/dpxq/evaluateResults/evaluateResults.vue
Normal file
148
pages/dpxq/evaluateResults/evaluateResults.vue
Normal file
@ -0,0 +1,148 @@
|
||||
<template>
|
||||
<view class="page" :style="themeColor">
|
||||
<view class="flex benben-position-layout flex flex-wrap align-center evaluateResults_flex_0"
|
||||
:style="{height:(88+StatusBarRpx)+'rpx',paddingTop:StatusBarRpx+'rpx'}">
|
||||
<view class='flex flex-wrap align-center justify-between flex-sub evaluateResults_fd0_0'>
|
||||
<view class='flex flex-wrap align-center' @tap.stop="handleJumpDiy" data-type="back" data-url="1">
|
||||
<text class='fu-iconfont2 evaluateResults_fd0_0_c0_c0' @tap.stop="handleJumpDiy" data-type="back"
|
||||
data-url="1"></text>
|
||||
</view>
|
||||
<view class='flex flex-wrap align-stretch justify-center flex-sub'>
|
||||
<text class='evaluateResults_fd0_0_c1_c0'>评价成功</text>
|
||||
</view>
|
||||
<view class='flex flex-wrap align-center evaluateResults_fd0_0_c2'>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view :style="{height: (88+StatusBarRpx)+'rpx'}"></view>
|
||||
|
||||
<view class="flex flex-direction flex-wrap align-center justify-center evaluateResults_flex_1">
|
||||
<image class='evaluateResults_fd1_0' mode="aspectFit"
|
||||
:src='STATIC_URL+"146.png"'></image>
|
||||
<text class='evaluateResults_fd1_1'>评价完成</text>
|
||||
<button class='evaluateResults_fd1_2' @tap.stop="handleJumpDiy" data-type="back"
|
||||
:data-url="`/pages/tabBar/myOrder/myOrder`">返回订单</button>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
components: {},
|
||||
|
||||
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
themeColor() {
|
||||
return this.$store.getters.themeColor
|
||||
},
|
||||
|
||||
},
|
||||
watch: {},
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
onReady() {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
|
||||
},
|
||||
onHide() {
|
||||
|
||||
},
|
||||
onResize() {
|
||||
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
onReachBottom(e) {
|
||||
|
||||
},
|
||||
onPageScroll(e) {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.page {
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
min-height: calc(100vh - var(--window-bottom));
|
||||
background: rgba(255, 255, 255, 1);
|
||||
background-size: 100% auto !important;
|
||||
}
|
||||
|
||||
.evaluateResults_flex_0 {
|
||||
background: #fff;
|
||||
width: 750rpx;
|
||||
height: 88rpx;
|
||||
overflow: hidden;
|
||||
z-index: 10;
|
||||
top: 0rpx;
|
||||
background-size: 100% auto !important;
|
||||
}
|
||||
|
||||
.evaluateResults_fd0_0_c2 {
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_fd0_0_c1_c0 {
|
||||
font-size: 36rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
line-height: 88rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_fd0_0_c0_c0 {
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
line-height: 88rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_fd0_0 {
|
||||
margin: 0rpx 32rpx 0rpx 32rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_flex_1 {
|
||||
margin: 88rpx 0rpx 0rpx 0rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_fd1_2 {
|
||||
background: rgba(255, 147, 0, 1);
|
||||
line-height: 88rpx;
|
||||
border-radius: 44rpx 44rpx 44rpx 44rpx;
|
||||
font-size: 32rpx;
|
||||
color: rgba(246, 247, 249, 1);
|
||||
width: 320rpx;
|
||||
height: 88rpx;
|
||||
margin: 186rpx 0rpx 0rpx 0rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_fd1_1 {
|
||||
font-weight: 700;
|
||||
font-size: 32rpx;
|
||||
line-height: 105rpx;
|
||||
}
|
||||
|
||||
.evaluateResults_fd1_0 {
|
||||
width: 250rpx;
|
||||
height: 180rpx;
|
||||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user