工作台新增类型,以及供应界面优化
This commit is contained in:
parent
8837cda30b
commit
8bad9a7c96
@ -4,7 +4,7 @@
|
|||||||
<image :src="item.image" mode="widthFix" class="item-img" />
|
<image :src="item.image" mode="widthFix" class="item-img" />
|
||||||
|
|
||||||
<view class="title">{{item.store_name}}</view>
|
<view class="title">{{item.store_name}}</view>
|
||||||
<!-- <view class="tag">
|
<!-- <view class="tag">
|
||||||
<view class="tag-one">
|
<view class="tag-one">
|
||||||
自营商品
|
自营商品
|
||||||
</view>
|
</view>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
padding: 0 5px;
|
|
||||||
margin-left: 21rpx;
|
margin-left: 21rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,15 +132,18 @@
|
|||||||
|
|
||||||
.relase {
|
.relase {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
margin-left: 21rpx;
|
margin-left: 21rpx;
|
||||||
margin-top: 12rpx;
|
margin-top: 12rpx;
|
||||||
|
height: 26rpx;
|
||||||
|
line-height: 26rpx;
|
||||||
.relase-one {
|
.relase-one {
|
||||||
|
// font-style: italic;
|
||||||
|
transform: skewX(-15deg);
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-family: SF Pro Display-Regular Italic, SF Pro Display;
|
font-family: SF Pro Display-Regular Italic, SF Pro Display;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #FF6D20;
|
color: #FF6D20;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.relase-two {
|
.relase-two {
|
||||||
@ -157,7 +160,8 @@
|
|||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
color: #F84221;
|
color: #F84221;
|
||||||
font-size: 44rpx;
|
font-size: 44rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: #F84221;
|
color: #F84221;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
@ -166,7 +170,7 @@
|
|||||||
|
|
||||||
text {
|
text {
|
||||||
color: #F84221;
|
color: #F84221;
|
||||||
font-size: 37rpx;
|
font-size: 37rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -189,10 +193,9 @@
|
|||||||
color: #737373;
|
color: #737373;
|
||||||
|
|
||||||
.info-img {
|
.info-img {
|
||||||
width: 10px;
|
width: 21rpx;
|
||||||
height: 21px;
|
height: 21rpx;
|
||||||
margin-top: 5rpx;
|
margin-top: 5rpx;
|
||||||
margin-right: 11rpx;
|
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="gather">
|
<view class="gather">
|
||||||
<block v-if="isShow">
|
<block v-if="isShow">
|
||||||
<view class="special_work com" v-if="userInfoData.mer_info.type_id === 12">
|
<view class="special_work com" v-if="userInfoData.mer_info.type_code === 'TypeSupplyChain'">
|
||||||
<view class="special_work com" v-if="true">
|
<view class="special_work com" v-if="true">
|
||||||
<view class="title">市级供应链</view>
|
<view class="title">市级供应链</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
@ -62,7 +62,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="business com" v-if="userInfoData.mer_info.type_id === 10">
|
<view class="business com" v-if="userInfoData.mer_info.type_code === 'TypeStore'">
|
||||||
<view class="business com" v-if="true">
|
<view class="business com" v-if="true">
|
||||||
<view class="special_work com">
|
<view class="special_work com">
|
||||||
<view class="title">我的店铺</view>
|
<view class="title">我的店铺</view>
|
||||||
@ -155,7 +155,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="business com" v-if="userInfoData.mer_info.type_id!=null&&userInfoData.mer_info.type_id === 11">
|
<view class="business com" v-if="userInfoData.mer_info.type_code === 'TypeCloudWarehouse'">
|
||||||
<view class="business com" v-if="true">
|
<view class="business com" v-if="true">
|
||||||
<view class="special_work com">
|
<view class="special_work com">
|
||||||
<view class="title">里海云仓</view>
|
<view class="title">里海云仓</view>
|
||||||
@ -226,8 +226,53 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="business com" v-if="userInfoData.mer_info.type_code === 'TypeFeaturedCultural'|| userInfoData.mer_info.type_code === 'TypeFamousSpecialties'|| userInfoData.mer_info.type_code === 'TypeLocalCuisine' ">
|
||||||
|
<view class="business com" v-if="true">
|
||||||
|
<view class="special_work com">
|
||||||
|
<view class="title">我的店铺</view>
|
||||||
|
<view class="content ">
|
||||||
|
|
||||||
|
<view class="examine" @click="navigator(`/pages/users/embody/embody?mer_id=${mer_id}`)">
|
||||||
|
<image class="icon_img" :src="`${prefix}txgl.png`" mode="aspectFill">
|
||||||
|
</image>
|
||||||
|
<text class="text">提现管理</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="examine"
|
||||||
|
@click="navigator(`/pages/chat/customer_list/index?type=1&mer_id=${mer_id}`)">
|
||||||
|
<image class="icon_img" :src="`${prefix}kfjl.png`" mode="aspectFill">
|
||||||
|
</image>
|
||||||
|
<text class="text">客服记录</text>
|
||||||
|
</view>
|
||||||
|
<view class="examine"
|
||||||
|
@click="navigator(`/pages/admin/order_cancellation/index?mer_id=${mer_id}`)">
|
||||||
|
<image class="icon_img" :src="`${prefix}ddhx.png`" mode="aspectFill">
|
||||||
|
</image>
|
||||||
|
<text class="text">订单核销</text>
|
||||||
|
</view>
|
||||||
|
<view class="examine"
|
||||||
|
@click="navigator(`/pages/admin/order/index?mer_id=${mer_id}&type_id=${userInfoData.mer_info.type_id}`)">
|
||||||
|
<image class="icon_img" :src="`${prefix}ddgl.png`" mode="aspectFill">
|
||||||
|
</image>
|
||||||
|
<text class="text">订单管理</text>
|
||||||
|
</view>
|
||||||
|
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`)">
|
||||||
|
<image class="icon_img" :src="`${prefix}spgl.png`" mode="aspectFill">
|
||||||
|
</image>
|
||||||
|
<text class="text">商品管理</text>
|
||||||
|
</view>
|
||||||
|
<view class="examine"
|
||||||
|
@click="navigator(`/pages/product/basicSet?mer_id=${mer_id}`, '商户设置')">
|
||||||
|
<image class="icon_img" :src="`${prefix}shsz.png`" mode="aspectFill">
|
||||||
|
</image>
|
||||||
|
<text class="text">商户设置</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
</block>
|
</block>
|
||||||
<!-- <m-tabbar native>
|
<!-- <m-tabbar native>
|
||||||
<template v-slot:tabbar_index_2>
|
<template v-slot:tabbar_index_2>
|
||||||
@ -270,7 +315,7 @@
|
|||||||
import {
|
import {
|
||||||
getDiy
|
getDiy
|
||||||
} from '@/api/api.js'
|
} from '@/api/api.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
mTabbar,
|
mTabbar,
|
||||||
@ -292,7 +337,7 @@
|
|||||||
isShow: false,
|
isShow: false,
|
||||||
bgColor: '',
|
bgColor: '',
|
||||||
isFshow: false,
|
isFshow: false,
|
||||||
street:''
|
street: ''
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -317,30 +362,15 @@
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.appLocation()
|
this.appLocation()
|
||||||
// #ifdef H5
|
|
||||||
// 监听页面滚动事件
|
|
||||||
window.addEventListener("scroll", this.scrolling);
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
|
|
||||||
},
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
onPageScroll(e) {
|
|
||||||
// this.scrollTop = e.scrollTop;
|
|
||||||
console.log(e.scrollTop)
|
|
||||||
if (e.scrollTop > 0) {
|
|
||||||
this.isFshow = true
|
|
||||||
} else {
|
|
||||||
this.isFshow = false
|
|
||||||
}
|
|
||||||
|
|
||||||
},
|
},
|
||||||
// #endif
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
|
|
||||||
appLocation() {
|
appLocation() {
|
||||||
uni.getLocation({
|
uni.getLocation({
|
||||||
type: 'wgs84',
|
type: 'wgs84',
|
||||||
timeout: '10',
|
timeout: '10',
|
||||||
@ -373,7 +403,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
scrolling() {
|
scrolling() {
|
||||||
// 滚动条距文档顶部的距离
|
// 滚动条距文档顶部的距离
|
||||||
let scrollTop =
|
let scrollTop =
|
||||||
@ -521,7 +551,7 @@
|
|||||||
// padding: 17.54rpx;
|
// padding: 17.54rpx;
|
||||||
width: 694.74rpx;
|
width: 694.74rpx;
|
||||||
// margin-top: 52.63rpx;
|
// margin-top: 52.63rpx;
|
||||||
padding-top: 32rpx;
|
padding-top: 32rpx;
|
||||||
border-radius: 17.54rpx;
|
border-radius: 17.54rpx;
|
||||||
// box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
|
// box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
|
||||||
|
|
||||||
|
@ -280,7 +280,7 @@ this.list()
|
|||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
if (this.status == 'nomore') return;
|
if (this.status == 'nomore') return;
|
||||||
this.status = 'loading';
|
this.status = 'loading';
|
||||||
|
|
||||||
this.where.page = ++this.where.page;
|
this.where.page = ++this.where.page;
|
||||||
this.list()
|
this.list()
|
||||||
},
|
},
|
||||||
@ -833,7 +833,7 @@ this.list()
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-title-info {
|
.list-title-info {
|
||||||
width: 98rpx;
|
// width: 98rpx;
|
||||||
height: 30rpx;
|
height: 30rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
padding: 2rpx 2rpx;
|
padding: 2rpx 2rpx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user