选择地址添加按钮

This commit is contained in:
asd
2019-12-14 10:15:02 +08:00
parent 8ab73e64ef
commit 3651ca5385
8 changed files with 55 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"usingComponents": {
"address": "/components/chooseaddr/address/address"
"address": "/components/chooseaddr/address/address",
"addradd": "/components/chooseaddr/addradd/addradd"
}
}

View File

@@ -2,4 +2,9 @@
.addr {
margin-left: 30rpx;
}
.btn1 {
position: fixed;
bottom: 149rpx;
left: 50rpx;
}
}

View File

@@ -8,4 +8,7 @@
<view class="addr">
<address></address>
</view>
<view class="btn1">
<addradd></addradd>
</view>
</view>

View File

@@ -1,3 +1,9 @@
.chooseaddress .addr {
margin-left: 30rpx;
}
.chooseaddress .btn1 {
position: fixed;
bottom: 149rpx;
left: 50rpx;
}