diff --git a/manifest.json b/manifest.json
index 54fc4b1..8700657 100644
--- a/manifest.json
+++ b/manifest.json
@@ -92,7 +92,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx34920eb219864734",
+ "appid" : "wx68d198de972a9e9d",
"libVersion" : "latest",
"setting" : {
// 是否检查安全域名和 TLS 版本
diff --git a/pages/address/index.vue b/pages/address/index.vue
index 4188d83..43d9012 100644
--- a/pages/address/index.vue
+++ b/pages/address/index.vue
@@ -1,307 +1,312 @@
-
-
-
-
- {{ item.name }}
- {{ item.phone }}
-
-
- {{ region }}
- {{ item.detail }}
-
-
-
-
-
-
- {{ item.address_id == defaultId ? '默认' : '选择' }}
-
-
-
-
-
-
- 编辑
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ item.name }}
+ {{ item.phone }}
+
+
+ {{ region }}
+ {{ item.detail }}
+
+
+
+
+
+
+
+ {{ item.address_id == defaultId ? '默认' : '选择' }}
+
+
+
+
+
+
+ 编辑
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+ .addres-list {
+ padding-top: 20rpx;
+ // 设置ios刘海屏底部横线安全区域
+ padding-bottom: calc(constant(safe-area-inset-bottom) + 140rpx);
+ padding-bottom: calc(env(safe-area-inset-bottom) + 140rpx);
+ }
+
+ // 项目内容
+ .address-item {
+ margin: 0 auto 20rpx auto;
+ padding: 30rpx 40rpx;
+ width: 94%;
+ box-shadow: 0 1rpx 5rpx 0 rgba(0, 0, 0, 0.05);
+ border-radius: 16rpx;
+ background: #fff;
+ }
+
+ .contacts {
+ font-size: 30rpx;
+ margin-bottom: 16rpx;
+
+ .name {
+ margin-right: 16rpx;
+ }
+ }
+
+ .address {
+ font-size: 28rpx;
+
+ .region {
+ margin-right: 10rpx;
+ }
+ }
+
+ .line {
+ margin: 20rpx 0;
+ border-bottom: 1rpx solid #f3f3f3;
+ }
+
+ .item-option {
+ display: flex;
+ justify-content: space-between;
+ height: 48rpx;
+
+ // 单选框
+ .item-radio {
+ font-size: 28rpx;
+
+ .radio {
+ vertical-align: middle;
+ transform: scale(0.76)
+ }
+
+ .text {
+ vertical-align: middle;
+ }
+ }
+
+ // 操作
+ .events {
+ display: flex;
+ align-items: center;
+ line-height: 48rpx;
+
+ .event-item {
+ font-size: 28rpx;
+ margin-right: 26rpx;
+ color: #4c4c4c;
+
+ &:last-child {
+ margin-right: 0;
+ }
+
+ .title {
+ margin-left: 8rpx;
+ }
+ }
+ }
+
+ }
+
+
+ // 底部操作栏
+ .footer-fixed {
+ position: fixed;
+ bottom: var(--window-bottom);
+ left: 0;
+ right: 0;
+ z-index: 11;
+
+ // 设置ios刘海屏底部横线安全区域
+ padding-bottom: constant(safe-area-inset-bottom);
+ padding-bottom: env(safe-area-inset-bottom);
+
+ .btn-wrapper {
+ height: 120rpx;
+ padding: 0 40rpx;
+ }
+
+ .btn-item {
+ flex: 1;
+ font-size: 28rpx;
+ height: 86rpx;
+ color: #fff;
+ border-radius: 50rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ box-shadow: 0 1rpx 5rpx 0 rgba(0, 0, 0, 0.05);
+ }
+
+ .btn-item-main {
+ background: linear-gradient(to right, $main-bg, $main-bg2);
+ color: $main-text;
+ }
+
+ }
+
\ No newline at end of file
diff --git a/pages/news/park/addressEdit.vue b/pages/news/park/addressEdit.vue
index 4d335dd..586945b 100644
--- a/pages/news/park/addressEdit.vue
+++ b/pages/news/park/addressEdit.vue
@@ -1,16 +1,16 @@
-
-
+
+
收货人
-
+
手机号
-
+
@@ -24,7 +24,7 @@
详细地址
-
+
@@ -35,105 +35,139 @@
- 保存收货地址
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/pages/news/park/addressList.vue b/pages/news/park/addressList.vue
index 409cdfc..f5a1c48 100644
--- a/pages/news/park/addressList.vue
+++ b/pages/news/park/addressList.vue
@@ -1,73 +1,127 @@
-
-
-
- 张小艾 188****9890默认
+
+
+
+ {{item.name}} {{item.phone}}默认
- 广州市越秀区东风中路269号1109-1110
+ {{item.detail}}
-
-
-
-
-
-
-
+ .footer{
+ display: flex;
+ width: 100%;
+ height: 120rpx;
+ justify-content: center;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ .operaBtn{
+ width: 686rpx;
+ height: 92rpx;
+ background: #F34A40;
+ border-radius: 8rpx 8rpx 8rpx 8rpx;
+ opacity: 1;
+ line-height: 92rpx;
+ font-size: 28rpx;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 600;
+ color: #FFFFFF;
+ text-align: center;
+ }
+ }
+
\ No newline at end of file