换系统
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
// components/chooseaddr/address/address.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
username:String,
|
||||
tel:String,
|
||||
address:String,
|
||||
isdefault:String,
|
||||
youzheng:String,
|
||||
addressid:String
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
del(){
|
||||
// console.log("del")
|
||||
this.triggerEvent('delete')
|
||||
},
|
||||
setdefault(){
|
||||
this.triggerEvent('default',this.data.addressid)
|
||||
}
|
||||
}
|
||||
})
|
||||
// components/chooseaddr/address/address.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
username:String,
|
||||
tel:String,
|
||||
address:String,
|
||||
isdefault:String,
|
||||
youzheng:String,
|
||||
addressid:String
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
del(){
|
||||
// console.log("del")
|
||||
this.triggerEvent('delete')
|
||||
},
|
||||
setdefault(){
|
||||
this.triggerEvent('default',this.data.addressid)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
@@ -1,79 +1,79 @@
|
||||
.address {
|
||||
width: 690rpx;
|
||||
height: 192rpx;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 27rpx;
|
||||
;
|
||||
.left {
|
||||
width: 576rpx;
|
||||
height: 119rpx;
|
||||
.userinfo {
|
||||
color: #333333;
|
||||
font-size: 26rpx;
|
||||
text-indent: 16xrpx;
|
||||
margin-top: 41rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.username{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
.username1{
|
||||
width: 140rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tel{
|
||||
margin-right: 6rpx;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.addr {
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 32rpx;
|
||||
width: 551rpx;
|
||||
margin-left: 20rpx;
|
||||
// display: flex;
|
||||
.select {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin: auto 0;
|
||||
border-radius: 50%;
|
||||
background-color: #EAEAEA;
|
||||
float: left;
|
||||
margin-right: -14rpx;
|
||||
|
||||
}
|
||||
.selected {
|
||||
background-color: #47C877;
|
||||
}
|
||||
.default {
|
||||
// margin-left: 12rpx;
|
||||
font-size: 24rpx;
|
||||
text-indent: 16rpx;
|
||||
line-height: 60rpx;
|
||||
float: left;
|
||||
}
|
||||
.path {
|
||||
// float: left;
|
||||
line-height: 25rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
.line {
|
||||
width: 2rpx;
|
||||
height: 75rpx;
|
||||
background: rgba(211, 211, 211, 1);
|
||||
margin: auto 0;
|
||||
}
|
||||
.right {
|
||||
color: #666666;
|
||||
font-size: 24rpx;
|
||||
line-height: 192rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-right: 21rpx;
|
||||
}
|
||||
.address {
|
||||
width: 690rpx;
|
||||
height: 192rpx;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 27rpx;
|
||||
;
|
||||
.left {
|
||||
width: 576rpx;
|
||||
height: 119rpx;
|
||||
.userinfo {
|
||||
color: #333333;
|
||||
font-size: 26rpx;
|
||||
text-indent: 16xrpx;
|
||||
margin-top: 41rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.username{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
.username1{
|
||||
width: 140rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tel{
|
||||
margin-right: 6rpx;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.addr {
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 32rpx;
|
||||
width: 551rpx;
|
||||
margin-left: 20rpx;
|
||||
// display: flex;
|
||||
.select {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin: auto 0;
|
||||
border-radius: 50%;
|
||||
background-color: #EAEAEA;
|
||||
float: left;
|
||||
margin-right: -14rpx;
|
||||
|
||||
}
|
||||
.selected {
|
||||
background-color: #47C877;
|
||||
}
|
||||
.default {
|
||||
// margin-left: 12rpx;
|
||||
font-size: 24rpx;
|
||||
text-indent: 16rpx;
|
||||
line-height: 60rpx;
|
||||
float: left;
|
||||
}
|
||||
.path {
|
||||
// float: left;
|
||||
line-height: 25rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
.line {
|
||||
width: 2rpx;
|
||||
height: 75rpx;
|
||||
background: rgba(211, 211, 211, 1);
|
||||
margin: auto 0;
|
||||
}
|
||||
.right {
|
||||
color: #666666;
|
||||
font-size: 24rpx;
|
||||
line-height: 192rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-right: 21rpx;
|
||||
}
|
||||
}
|
||||
@@ -1,30 +1,30 @@
|
||||
<view class="address">
|
||||
<view class="left">
|
||||
<view class="userinfo">
|
||||
<view class="username">
|
||||
<view class="username1">{{username}}</view>
|
||||
<view class="tel">{{tel}}</view>
|
||||
|
||||
</view>
|
||||
<view>邮政编码:{{youzheng}}</view>
|
||||
</view>
|
||||
<view class="addr" wx:if="{{isdefault=='1'}}">
|
||||
<view class="select selected" bindtap="setdefault"></view>
|
||||
<!-- <view class="default"></view> -->
|
||||
<view class="path">
|
||||
<text>默认</text>
|
||||
{{address}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="addr" wx:else>
|
||||
<view class="select" bindtap="setdefault"></view>
|
||||
<!-- <view class="default"></view> -->
|
||||
<view class="path">
|
||||
<text>设为默认</text>
|
||||
{{address}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view class="right" bindtap="del">删除</view>
|
||||
<view class="address">
|
||||
<view class="left">
|
||||
<view class="userinfo">
|
||||
<view class="username">
|
||||
<view class="username1">{{username}}</view>
|
||||
<view class="tel">{{tel}}</view>
|
||||
|
||||
</view>
|
||||
<view>邮政编码:{{youzheng}}</view>
|
||||
</view>
|
||||
<view class="addr" wx:if="{{isdefault=='1'}}">
|
||||
<view class="select selected" bindtap="setdefault"></view>
|
||||
<!-- <view class="default"></view> -->
|
||||
<view class="path">
|
||||
<text>默认</text>
|
||||
{{address}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="addr" wx:else>
|
||||
<view class="select" bindtap="setdefault"></view>
|
||||
<!-- <view class="default"></view> -->
|
||||
<view class="path">
|
||||
<text>设为默认</text>
|
||||
{{address}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view class="right" bindtap="del">删除</view>
|
||||
</view>
|
||||
@@ -1,85 +1,85 @@
|
||||
.address {
|
||||
width: 690rpx;
|
||||
height: 192rpx;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 27rpx;
|
||||
}
|
||||
|
||||
.address .left {
|
||||
width: 576rpx;
|
||||
height: 119rpx;
|
||||
}
|
||||
|
||||
.address .left .userinfo {
|
||||
color: #333333;
|
||||
font-size: 26rpx;
|
||||
text-indent: 16xrpx;
|
||||
margin-top: 41rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.address .left .userinfo .username {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.address .left .userinfo .username .username1 {
|
||||
width: 140rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.address .left .userinfo .username .tel {
|
||||
margin-right: 6rpx;
|
||||
}
|
||||
|
||||
.address .left .addr {
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 32rpx;
|
||||
width: 551rpx;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.address .left .addr .select {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin: auto 0;
|
||||
border-radius: 50%;
|
||||
background-color: #EAEAEA;
|
||||
float: left;
|
||||
margin-right: -14rpx;
|
||||
}
|
||||
|
||||
.address .left .addr .selected {
|
||||
background-color: #47C877;
|
||||
}
|
||||
|
||||
.address .left .addr .default {
|
||||
font-size: 24rpx;
|
||||
text-indent: 16rpx;
|
||||
line-height: 60rpx;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.address .left .addr .path {
|
||||
line-height: 25rpx;
|
||||
}
|
||||
|
||||
.address .line {
|
||||
width: 2rpx;
|
||||
height: 75rpx;
|
||||
background: lightgray;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.address .right {
|
||||
color: #666666;
|
||||
font-size: 24rpx;
|
||||
line-height: 192rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-right: 21rpx;
|
||||
}
|
||||
.address {
|
||||
width: 690rpx;
|
||||
height: 192rpx;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 27rpx;
|
||||
}
|
||||
|
||||
.address .left {
|
||||
width: 576rpx;
|
||||
height: 119rpx;
|
||||
}
|
||||
|
||||
.address .left .userinfo {
|
||||
color: #333333;
|
||||
font-size: 26rpx;
|
||||
text-indent: 16xrpx;
|
||||
margin-top: 41rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.address .left .userinfo .username {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.address .left .userinfo .username .username1 {
|
||||
width: 140rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.address .left .userinfo .username .tel {
|
||||
margin-right: 6rpx;
|
||||
}
|
||||
|
||||
.address .left .addr {
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 32rpx;
|
||||
width: 551rpx;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.address .left .addr .select {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin: auto 0;
|
||||
border-radius: 50%;
|
||||
background-color: #EAEAEA;
|
||||
float: left;
|
||||
margin-right: -14rpx;
|
||||
}
|
||||
|
||||
.address .left .addr .selected {
|
||||
background-color: #47C877;
|
||||
}
|
||||
|
||||
.address .left .addr .default {
|
||||
font-size: 24rpx;
|
||||
text-indent: 16rpx;
|
||||
line-height: 60rpx;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.address .left .addr .path {
|
||||
line-height: 25rpx;
|
||||
}
|
||||
|
||||
.address .line {
|
||||
width: 2rpx;
|
||||
height: 75rpx;
|
||||
background: lightgray;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.address .right {
|
||||
color: #666666;
|
||||
font-size: 24rpx;
|
||||
line-height: 192rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-right: 21rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user