二维码生成页面中心icon没了的bug

一次大型分包更新生产了
合作企业路由
/packageQr/pages/partnership/partnership

员工管理路由
/packageStaff/pages/staff/List/List

油站二维码路由
/packageQr/pages/qrsite/QrCode_xy

加油订单路由改成
/packageOrders/pages/orderList/orderList
This commit is contained in:
xk_guohonglei
2021-01-22 17:19:34 +08:00
parent f1210f1a44
commit d2949e657a
46 changed files with 346 additions and 355 deletions

View File

@@ -0,0 +1,67 @@
<template>
<view class="page-content my-bg">
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
<block slot="backText">返回</block>
<block slot="content">转入记录</block>
</cu-custom>
<view class="margin bg-white radius main-money ">
<view class="padding-xs flex align-center" @tap="copy">
<view class="flex-sub text-center padding-top">
<view class="text-center">星油余额</view>
<view class=" text-xxl padding-top-xs">
<text class="text-price text-red ">
80.00
</text>
</view>
</view>
</view>
<view class="padding margin-left margin-right flex flex-direction">
<button class="cu-btn bg-main-oil oil-main-btn-color oil-main-color lg">
转入
</button>
</view>
</view>
<view class="margin">
<view class="padding-top flex padding-left-xs padding-bottom">
<view class="flex-sub">
<text>最近的五笔交易</text>
</view>
<view class="flex-sub text-right padding-right-xs">
<text class="text-gray">更多</text>
<text class="cuIcon-right text-gray"></text>
</view>
</view>
<view class="cu-list menu">
<view class="cu-item">
<view class="content">
微信充值
</view>
<view class="action">
0.20
</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
.page-content {
min-height: 100%;
}
</style>