diff --git a/components/shopping/jingdong/shopping-card.vue b/components/shopping/jingdong/shopping-card.vue
new file mode 100644
index 0000000..055472d
--- /dev/null
+++ b/components/shopping/jingdong/shopping-card.vue
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+
+
+
+ {{ item.trackingDesc }}
+ {{ item.trackingTime }}
+
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.desc }}
+
+ {{ tag }}
+
+
+
+
+ ¥
+ {{ item.price }}
+
+ 共{{ item.count }}件
+
+
+
+
+
+
+
+
+ {{ item.promoText }}
+
+ 解锁权益
+
+
+ 本单可享 {{
+ item.promoHighlight }},快去支付吧~
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 4fb605e..ccc2172 100644
--- a/pages.json
+++ b/pages.json
@@ -54,7 +54,8 @@
{
"path": "jingdong/list-index",
"style": {
- "navigationBarTitleText": "京东列表首页"
+ "navigationBarTitleText": "京东列表首页",
+ "navigationStyle": "custom"
}
}
]
diff --git a/pages/balance/transfer/transfer.vue b/pages/balance/transfer/transfer.vue
index 5a3c116..a816a27 100644
--- a/pages/balance/transfer/transfer.vue
+++ b/pages/balance/transfer/transfer.vue
@@ -213,7 +213,10 @@ import {
util,
numberUtil
} from '@/utils/common.js';
-const { appContext, proxy } = getCurrentInstance();
+const {
+ appContext,
+ proxy
+} = getCurrentInstance();
const statusBarHeight = ref(0);
const editPopup = ref(null);
@@ -604,7 +607,6 @@ const goBack = () => {
display: flex;
flex-direction: column;
align-items: center;
- margin-top: 20rpx;
}
.status-box {
@@ -631,8 +633,8 @@ const goBack = () => {
display: flex;
align-items: baseline;
color: #fff;
- margin-top: 40rpx;
- margin-bottom: 72rpx;
+ margin-top: 20rpx;
+ margin-bottom: 60rpx;
.symbol {
font-size: 68rpx;
@@ -669,6 +671,7 @@ const goBack = () => {
.content-section {
padding: 24rpx;
+ padding-bottom: 16rpx;
background-color: #F5F5F5;
border-radius: 30rpx 30rpx 0 0;
}
@@ -981,7 +984,7 @@ const goBack = () => {
}
.footer-section {
- padding: 8rpx 40rpx 0;
+ padding: 0px 40rpx 0;
display: flex;
justify-content: center;
padding-bottom: 24rpx;
diff --git a/pages/shopping/jingdong/list-index.vue b/pages/shopping/jingdong/list-index.vue
index fa264ae..9ecc1c6 100644
--- a/pages/shopping/jingdong/list-index.vue
+++ b/pages/shopping/jingdong/list-index.vue
@@ -1,5 +1,5 @@
-
+
@@ -8,24 +8,231 @@
+
+
+
+
+
+
+
+
-
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ ×
+
+
+
+
+
+ 筛选
+
+
+
+
+
+
+
+
+
+ 为你推荐
+
+
+
+
+
+ 长按替换截图
+
+
\ No newline at end of file
diff --git a/static/image/shopping/jingdong/JD.png b/static/image/shopping/jingdong/JD.png
new file mode 100644
index 0000000..3aabdf7
Binary files /dev/null and b/static/image/shopping/jingdong/JD.png differ
diff --git a/static/image/shopping/jingdong/bubble.png b/static/image/shopping/jingdong/bubble.png
new file mode 100644
index 0000000..da14101
Binary files /dev/null and b/static/image/shopping/jingdong/bubble.png differ
diff --git a/static/image/shopping/jingdong/cangku.png b/static/image/shopping/jingdong/cangku.png
new file mode 100644
index 0000000..7f50570
Binary files /dev/null and b/static/image/shopping/jingdong/cangku.png differ
diff --git a/static/image/shopping/jingdong/dengdaifukuan.png b/static/image/shopping/jingdong/dengdaifukuan.png
new file mode 100644
index 0000000..da89352
Binary files /dev/null and b/static/image/shopping/jingdong/dengdaifukuan.png differ
diff --git a/static/image/shopping/jingdong/gift.png b/static/image/shopping/jingdong/gift.png
new file mode 100644
index 0000000..3712af2
Binary files /dev/null and b/static/image/shopping/jingdong/gift.png differ
diff --git a/static/image/shopping/jingdong/jiazheng.png b/static/image/shopping/jingdong/jiazheng.png
new file mode 100644
index 0000000..7f781b8
Binary files /dev/null and b/static/image/shopping/jingdong/jiazheng.png differ
diff --git a/static/image/shopping/jingdong/more.png b/static/image/shopping/jingdong/more.png
new file mode 100644
index 0000000..f3f7c74
Binary files /dev/null and b/static/image/shopping/jingdong/more.png differ
diff --git a/static/image/shopping/jingdong/plus.png b/static/image/shopping/jingdong/plus.png
new file mode 100644
index 0000000..3992e8b
Binary files /dev/null and b/static/image/shopping/jingdong/plus.png differ
diff --git a/static/image/shopping/jingdong/shaixuan.png b/static/image/shopping/jingdong/shaixuan.png
new file mode 100644
index 0000000..1512c43
Binary files /dev/null and b/static/image/shopping/jingdong/shaixuan.png differ
diff --git a/static/image/shopping/jingdong/waimai.png b/static/image/shopping/jingdong/waimai.png
new file mode 100644
index 0000000..12bee92
Binary files /dev/null and b/static/image/shopping/jingdong/waimai.png differ
diff --git a/static/image/shopping/jingdong/weinituijian.png b/static/image/shopping/jingdong/weinituijian.png
new file mode 100644
index 0000000..391971c
Binary files /dev/null and b/static/image/shopping/jingdong/weinituijian.png differ