选择地址添加按钮

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

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