1、首页 首发新品与精品推荐去掉

2、拼团收藏点击收藏显示的黑色,应该是红色吧
3、拼团开团选择规格 价格上面商品标题没显示
4、下单余额支付 立即结算怎么付款不了,其实是付款 怎么还是当前页面 什么也没提示,就提示订单生成中
6、拼团海报显示的原价是null
7、秒杀列表 限时价格没出来(后端返回如果sku多个返回最小价格)
8、秒杀详情价格没出来,立刻购买旁边还有原价购买(看下原来h5),收藏的按钮也显示出来
10、砍价点击立刻砍价下 提示的框跑到右下角了!!!
11、我的商品收藏一直加载中数据出不来
13、商户管理 订单详情下单时间显示不对
14、优惠券背景也没显示出来,首页天天惠买单跳转到领取优惠券页面,不是我到优惠券页面
15、下次再次提交体验版 把充值也放开,也一块测试测试
16、立即提现页面,上面到微信与支付宝tab替换成普通到tab,不要这样子的,替换成跟下单时候选择快递配送或者到店自提那种tab
17、提现没有提示,当前金额0,提现金额1,提交的时候提示下提现金额足不
This commit is contained in:
Gaoxs
2020-09-10 16:38:16 +08:00
parent f05af3c3f7
commit bf2fd75e8d
16 changed files with 348 additions and 267 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6153,53 +6153,57 @@ page {
margin: 0.2*100rpx 0.3*100rpx 0 0.3*100rpx;
}
/*银行卡提现*/
.cash-withdrawal .nav {
height: 1.3*100rpx;
box-shadow: 0 0.1*100rpx 0.1*100rpx #f8f8f8;
-moz-box-shadow: 0 0.1*100rpx 0.1*100rpx #f8f8f8;
-o-box-shadow: 0 0.1*100rpx 0.1*100rpx #f8f8f8;
.cash-withdrawal{
padding-top: 1.3*100rpx;
}
.cash-withdrawal .nav .item {
font-size: 0.26*100rpx;
flex: 1;
-o-flex: 1;
-ms-flex: 1;
text-align: center;
}
// /*银行卡提现*/
// .cash-withdrawal .nav {
// height: 1.3*100rpx;
// box-shadow: 0 0.1*100rpx 0.1*100rpx #f8f8f8;
// -moz-box-shadow: 0 0.1*100rpx 0.1*100rpx #f8f8f8;
// -o-box-shadow: 0 0.1*100rpx 0.1*100rpx #f8f8f8;
// }
.cash-withdrawal .nav .item~.item {
border-left: 1px solid #f0f0f0;
}
// .cash-withdrawal .nav .item {
// font-size: 0.26*100rpx;
// flex: 1;
// -o-flex: 1;
// -ms-flex: 1;
// text-align: center;
// }
.cash-withdrawal .nav .item .iconfont {
width: 0.4*100rpx;
height: 0.4*100rpx;
border-radius: 50%;
border: 0.02*100rpx solid #e93323;
text-align: center;
line-height: 0.37*100rpx;
margin: 0 auto 0.06*100rpx auto;
font-size: 0.22*100rpx;
}
// .cash-withdrawal .nav .item~.item {
// border-left: 1px solid #f0f0f0;
// }
.cash-withdrawal .nav .item .iconfont.on {
background-color: #e93323;
color: #fff;
border-color: #e93323;
}
// .cash-withdrawal .nav .item .iconfont {
// width: 0.4*100rpx;
// height: 0.4*100rpx;
// border-radius: 50%;
// border: 0.02*100rpx solid #e93323;
// text-align: center;
// line-height: 0.37*100rpx;
// margin: 0 auto 0.06*100rpx auto;
// font-size: 0.22*100rpx;
// }
.cash-withdrawal .nav .item .line {
width: 0.02*100rpx;
height: 0.2*100rpx;
margin: 0 auto;
transition: height 0.3s;
}
// .cash-withdrawal .nav .item .iconfont.on {
// background-color: #e93323;
// color: #fff;
// border-color: #e93323;
// }
.cash-withdrawal .nav .item .line.on {
height: 0.39*100rpx;
}
// .cash-withdrawal .nav .item .line {
// width: 0.02*100rpx;
// height: 0.2*100rpx;
// margin: 0 auto;
// transition: height 0.3s;
// }
// .cash-withdrawal .nav .item .line.on {
// height: 0.39*100rpx;
// }
.cash-withdrawal .wrapper .list {
padding: 0 0.3*100rpx;
@ -9284,3 +9288,22 @@ rich-text {
.contacButton::after {
border: 0;
}
.footer .icon-shoucang1 {
color: #eb3729;
}
.ytabs {
.nav {
margin: 0 auto;
padding: 0 30rpx;
width: 100%;
box-sizing: border-box;
}
.nav .item {
flex: 1;
position: relative;
}
}