十一月十一凌晨更新

This commit is contained in:
xk_guohonglei
2020-11-11 14:02:28 +08:00
parent 1d9a1ae3be
commit f1210f1a44
28 changed files with 1243 additions and 347 deletions

View File

@@ -4,7 +4,7 @@
<block slot="content">{{site.oilSiteName?site.oilSiteName:'星油云站'}}</block>
</cu-custom>
<view class="main-money bg-main-oil">
<view class="padding-xs flex align-center">
<view class="flex-sub text-center padding-top-lg">
<view class="txet-xxs">
@@ -58,6 +58,7 @@
</view>
<text>{{ item.name }}</text>
</view>
<!-- <view class="cu-item" @tap="routerTo('/pages/orderList/orderList')">
<view :class="['cuIcon-' + cuIconList[1].cuIcon, 'text-' + cuIconList[1].color]" class="text-sl">
<view class="cu-tag badge" v-if="cuIconList[1].badge != 0">
@@ -123,19 +124,44 @@
name: '油站信息'
},
{
cuIcon: 'form',
cuIcon: 'new',
path: '暂无',
color: 'orange',
badge: 0,
name: '经营分析'
}, {
cuIcon: 'form',
color: 'yellow',
path: '/pages/orderList/orderList',
badge: 0,
name: '加油订单'
},
{
cuIcon: 'new',
path: '暂无',
color: 'yellow',
badge: 0,
name: '经营分析'
},
// {
// cuIcon: 'new',
// path: '暂无',
// color: 'orange',
// badge: 0,
// name: '经营分析'
// }, {
// cuIcon: 'form',
// color: 'yellow',
// path: '/pages/orderList/orderList',
// badge: 0,
// name: '加油订单'
// }, {
// cuIcon: 'location',
// path: '/pages/station-info/station-info',
// color: 'red',
// badge: 0,
// name: '油站信息'
// },
// {
// cuIcon: 'form',
// color: 'yellow',
// path: '/pages/orderList/orderList',
// badge: 0,
// name: '加油订单'
// },
{
cuIcon: 'scan',
path: '/pages/stationDetail/stationDetail',
@@ -150,13 +176,21 @@
path: '/pages/qrcode/QrCode_xy',
name: '油站二维码'
},
{
cuIcon: 'punch',
path: '/pages/partnership/partnership',
color: 'blue',
badge: 0,
name: '合作企业'
}, {
cuIcon: 'expressman',
color: 'red',
color: 'mauve',
// color: 'pink',
path: '暂无',
badge: 0,
name: '员工管理'
}
},
]
};
@@ -175,7 +209,7 @@
methods: {
scanQr() {
var scanUrl
var scanUrl
scanUrl = '/pages/station-info/scan-camera/scan-camera'
uni.navigateTo({
url: scanUrl,