diff --git a/pages.json b/pages.json
index dbeb55d..499cc96 100644
--- a/pages.json
+++ b/pages.json
@@ -109,6 +109,18 @@
"style": {
"navigationBarTitleText": "编辑名片"
}
+ },
+ {
+ "path": "pages/mine/addr/addr-list",
+ "style": {
+ "navigationBarTitleText": "收货地址"
+ }
+ },
+ {
+ "path": "pages/mine/addr/addr-detail",
+ "style": {
+ "navigationBarTitleText": "编辑地址"
+ }
}
],
"subPackages": [{
diff --git a/pages/mine/addr/addr-detail.vue b/pages/mine/addr/addr-detail.vue
new file mode 100644
index 0000000..67132ec
--- /dev/null
+++ b/pages/mine/addr/addr-detail.vue
@@ -0,0 +1,230 @@
+
+
+
+ 地址信息
+
+
+ 收件人名称
+
+
+
+
+
+
+
+ 联系电话
+
+
+
+
+
+
+
+ 收件地址
+
+
+
+
+
+
+
+
+
+ 是否默认
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/mine/addr/addr-list.vue b/pages/mine/addr/addr-list.vue
new file mode 100644
index 0000000..776956d
--- /dev/null
+++ b/pages/mine/addr/addr-list.vue
@@ -0,0 +1,249 @@
+
+
+
+ 管理
+
+
+ 新增地址
+
+ 退出管理
+
+
+
+
+
+
+ 广东省 深圳市 宝安区 新安街道
+ 宝安中心区画像年华A栋
+
+ 网二 17777777777 默认
+
+
+
+ 编辑
+
+
+
+ 设为默认
+ 复制
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/mine/card/card-detail.vue b/pages/mine/card/card-detail.vue
index 8183fd0..52bef07 100644
--- a/pages/mine/card/card-detail.vue
+++ b/pages/mine/card/card-detail.vue
@@ -1,22 +1,227 @@
-
-
+
+
+ 名片信息
+
+
+ 平台
+
+
+
+
+
+
+
+ 粉丝数
+
+
+
+
+
+
+
+ 联系电话
+
+
+
+
+
+
+
+ 收货地址
+
+
+ 请选择收货地址
+
+
+
+
+ 商单自报价(选填)
+
+
+
+
+
+
+
+ 所在领域/合作方式(选填)
+
+
+
+
+
+
+
+ 证明材料
+
+
+
+
+
+
+ 提交
+
+
-
+ .card-detail {
+ width: 100%;
+ padding: 20rpx;
+ background-color: white;
+ border-radius: 20rpx;
+ display: flex;
+ flex-direction: column;
+ align-items: self-start;
+ justify-content: center;
+ position: relative;
+
+ .title {
+ font-size: 33rpx;
+ width: 100%;
+ padding-bottom: 20rpx;
+ border-bottom: 1rpx solid #F4F4F4;
+ }
+
+ .item-field {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ align-items: self-start;
+ justify-content: center;
+
+ .is-required {
+ image {
+ width: 20rpx;
+ height: 20rpx;
+ margin-right: 10rpx;
+ }
+ }
+
+ .item-lable {
+ padding: 15rpx 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ }
+
+ .item-value {
+ width: 100%;
+
+ input {
+ padding-left: 20rpx;
+ line-height: 1;
+ height: 70rpx;
+ border: 1rpx solid #dcdfe6;
+ border-radius: 8rpx;
+ }
+
+ .choose-add {
+ color: #686868;
+ padding: 10rpx 0 10rpx 20rpx;
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ border: 1rpx solid #dcdfe6;
+ border-radius: 8rpx;
+ }
+
+ textarea {
+ width: 100%;
+ height: 150rpx;
+ color: #686868;
+ padding: 10rpx 0 10rpx 20rpx;
+ border: 1rpx solid #dcdfe6;
+ border-radius: 8rpx;
+ }
+ }
+
+ .submit-box {
+ padding: 15rpx 0;
+ background-color: #FC1F3E;
+ color: white;
+ width: 70%;
+ border-radius: 10rpx;
+ margin-top: 80rpx;
+ text-align: center;
+ }
+ }
+
+
+ }
+ }
+
\ No newline at end of file
diff --git a/pages/mine/index.vue b/pages/mine/index.vue
index e56b296..7551996 100644
--- a/pages/mine/index.vue
+++ b/pages/mine/index.vue
@@ -67,7 +67,7 @@
设置
-