添加地址

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

@@ -0,0 +1,25 @@
// components/addaddress/shuru/shuru.js
Component({
/**
* 组件的属性列表
*/
properties: {
left: String,
right: String,
ifarrow: Boolean
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})