修复发布优惠券日期选择器部分手机无法显示按钮卡顿等问题调整添加员工接口问题

This commit is contained in:
唐明明
2021-09-30 15:35:34 +08:00
parent 9591400bb9
commit b8cbd8d565
17 changed files with 55 additions and 29 deletions

View File

@@ -26,7 +26,7 @@
<image class="newCont-close" src="/static/user/order-cancelPay.png" mode="aspectFill" @click="newEject()"></image>
</view>
<!-- 消息列表弹出 end -->
<!-- @scrolltoupper="onScrolltoupper" -->
<scroll-view class="content-scroll" scroll-y="true">
<view class="header">
<!-- 工具 -->
@@ -244,17 +244,17 @@ export default {
newState : false, // 消息 显示状态
newnextShow : false, // 消息 下一条按钮状态
newPopIndex : '', // 消息列表选择index
animatedShow : false, // vip上下跳动效果
customer : {
customerShow: false, // 专属客服弹出
customerCode: '', // 专属客服二维码
},
// 滚动
coverTransform: 'translateY(0px)',
coverTransition: '0s',
startY: 0, // 落点
moving: false, //开启卡片
moveY: 0,
ScrollTop: false
};
},
onShow(){
@@ -390,6 +390,9 @@ export default {
}
},
// 滑动部分
onScrolltoupper(){
this.ScrollTop = true
},
coverTouchstart(e) {
this.coverTransition = 'transform .1s linear'
this.startY = e.touches[0].clientY
@@ -553,6 +556,7 @@ export default {
border: 3rpx solid #b197ff;
color: #f6e9fa;
box-sizing: border-box;
padding-bottom: 40rpx;
.userVip-top {
display: flex;
padding: 30rpx;