添加地址

This commit is contained in:
asd
2019-12-14 11:53:14 +08:00
parent 64e6934168
commit 2a5b7596d3
16 changed files with 234 additions and 21 deletions

View File

@@ -1,23 +1,23 @@
// components/chooseaddr/addradd/addradd.js
Component({
/**
* 组件的属性列表
*/
properties: {
/**
* 组件的属性列表
*/
properties: {
text: String
},
},
/**
* 组件的初始数据
*/
data: {
/**
* 组件的初始数据
*/
data: {
},
},
/**
* 组件的方法列表
*/
methods: {
/**
* 组件的方法列表
*/
methods: {
}
})
}
})

View File

@@ -1 +1 @@
<view class="btn">添加地址</view>
<view class="btn" >{{text}}</view>

View File

@@ -1,8 +1,8 @@
.btn {
width: 650rpx;
height: 98rpx;
background: rgba(69, 199, 120, 1);
border-radius: 49rpx;
background: #09BB07;
border-radius: 10rpx;
margin: 0 auto;
font-size: 36rpx;
color: white;