修复
This commit is contained in:
@@ -230,6 +230,9 @@ Page({
|
||||
title:res.data.msg,
|
||||
icon:"none"
|
||||
})
|
||||
wx.navigateBack({
|
||||
delta:1
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@@ -1,61 +1,72 @@
|
||||
.box{
|
||||
// border-top: 1rpx solid #eaeaea;
|
||||
.box {
|
||||
// border-top: 1rpx solid #eaeaea;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
.card {
|
||||
width: 690rpx;
|
||||
height: 313rpx;
|
||||
background-color: #47c877;
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
padding: 50rpx;
|
||||
font-size: 30rpx;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
.card{
|
||||
width: 690rpx;
|
||||
height: 313rpx;
|
||||
background-color: #47C877;
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
padding: 50rpx;
|
||||
font-size: 30rpx;
|
||||
flex-direction: column;
|
||||
color: #fff;
|
||||
margin-top: 20rpx;
|
||||
.user{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.head{
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
margin-right: 32rpx;
|
||||
border-radius: 50%;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
.balance{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 52rpx;
|
||||
}
|
||||
color: #fff;
|
||||
margin-top: 20rpx;
|
||||
.user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.head {
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
margin-right: 32rpx;
|
||||
border-radius: 50%;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
.list{
|
||||
display: flex;
|
||||
width: 690rpx;
|
||||
margin-top: 33rpx;
|
||||
flex-direction: column;
|
||||
.option{
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-weight:initial;
|
||||
|
||||
}
|
||||
.option::after { border: none; }
|
||||
.option{
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
margin-bottom: 15rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 0 30rpx;
|
||||
box-shadow:2rpx 3rpx 16rpx 1rpx rgba(51,51,51,0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.balance {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 52rpx;
|
||||
}
|
||||
|
||||
}
|
||||
.list {
|
||||
display: flex;
|
||||
width: 690rpx;
|
||||
margin-top: 33rpx;
|
||||
flex-direction: column;
|
||||
|
||||
.option {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
margin-bottom: 15rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 0 30rpx;
|
||||
box-shadow: 2rpx 3rpx 16rpx 1rpx rgba(51, 51, 51, 0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
margin-bottom: 15rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 0 30rpx;
|
||||
box-shadow: 2rpx 3rpx 16rpx 1rpx rgba(51, 51, 51, 0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 30rpx;
|
||||
font-weight: initial;
|
||||
background-color: #fff;
|
||||
&::after {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<view>地址管理</view>
|
||||
<view>></view>
|
||||
</view>
|
||||
<button class="option" open-type="contact">
|
||||
<button class="button" open-type="contact">
|
||||
<view>在线客服</view>
|
||||
<!-- <view><text style="font-size:28rpx;color:#999;">非会员 </text>></view> -->
|
||||
</button>
|
||||
|
||||
@@ -1 +1 @@
|
||||
.box{display:flex;flex-direction:column;align-items:center}.box .card{width:690rpx;height:313rpx;background-color:#47C877;display:flex;box-sizing:border-box;padding:50rpx;font-size:30rpx;flex-direction:column;color:#fff;margin-top:20rpx}.box .card .user{display:flex;align-items:center}.box .card .user .head{width:80rpx;height:80rpx;margin-right:32rpx;border-radius:50%;background-color:#fff}.box .card .balance{display:flex;flex-direction:column;margin-top:52rpx}.box .list{display:flex;width:690rpx;margin-top:33rpx;flex-direction:column}.box .list .option{border:0;outline:0;font-weight:initial}.box .list .option::after{border:none}.box .list .option{width:100%;height:80rpx;margin-bottom:15rpx;box-sizing:border-box;padding:0 30rpx;box-shadow:2rpx 3rpx 16rpx 1rpx rgba(51,51,51,0.1);display:flex;align-items:center;justify-content:space-between}
|
||||
.box{display:flex;flex-direction:column;align-items:center}.box .card{width:690rpx;height:313rpx;background-color:#47c877;display:flex;box-sizing:border-box;padding:50rpx;font-size:30rpx;flex-direction:column;color:#fff;margin-top:20rpx}.box .card .user{display:flex;align-items:center}.box .card .user .head{width:80rpx;height:80rpx;margin-right:32rpx;border-radius:50%;background-color:#fff}.box .card .balance{display:flex;flex-direction:column;margin-top:52rpx}.box .list{display:flex;width:690rpx;margin-top:33rpx;flex-direction:column}.box .list .option{width:100%;height:80rpx;margin-bottom:15rpx;box-sizing:border-box;padding:0 30rpx;box-shadow:2rpx 3rpx 16rpx 1rpx rgba(51,51,51,0.1);display:flex;align-items:center;justify-content:space-between}.box .list .button{width:100%;height:80rpx;margin-bottom:15rpx;box-sizing:border-box;padding:0 30rpx;box-shadow:2rpx 3rpx 16rpx 1rpx rgba(51,51,51,0.1);display:flex;align-items:center;justify-content:space-between;border:0;outline:0;font-size:30rpx;font-weight:initial;background-color:#fff}.box .list .button::after{border:none}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<view class="left">
|
||||
<view bind:tap="call" class="select {{all ? 'selects':''}}"></view>
|
||||
<text bind:tap="call" class="selectall">全选</text>
|
||||
<text class="pri">${{price}}</text>
|
||||
<text class="pri">¥{{price}}</text>
|
||||
</view>
|
||||
<view class="right">
|
||||
<text class="del" bind:tap="del">删除</text>
|
||||
|
||||
Reference in New Issue
Block a user