diff --git a/App.vue b/App.vue
index 9f42bb9..19c9bfd 100644
--- a/App.vue
+++ b/App.vue
@@ -49,6 +49,19 @@
overflow: hidden;
background-color: $app-bj;
}
+.content-one {
+ display: flex;
+ min-width: 750rpx;
+ max-width: 750rpx;
+ height: calc(100vh - 100rpx);
+ padding: 0;
+ margin: 0;
+ flex-direction: column;
+ align-items: center;
+ position: relative;
+ overflow: hidden;
+ background-color: $app-bj;
+}
.flex-r-lr{
display: flex;
flex-direction: row;
@@ -123,6 +136,9 @@
.text-28{
font-size:28rpx;
}
+.text-30{
+ font-size:30rpx;
+}
.text-32{
font-size:32rpx;
}
@@ -152,6 +168,9 @@
.text-d{
text-decoration: line-through;
}
+.text-space{
+ white-space: nowrap;
+}
button {
margin-bottom: 15px;
diff --git a/components/common/my-btn.vue b/components/common/my-btn.vue
index e77f0bd..63e2709 100644
--- a/components/common/my-btn.vue
+++ b/components/common/my-btn.vue
@@ -1,7 +1,7 @@
+
+
+
+
+
+ {{obj.title}}
+
+
+ ¥{{obj.price}}积分
+
+
+
+
+
+
+
+
+
diff --git a/components/shop/ping-item.vue b/components/shop/ping-item.vue
new file mode 100644
index 0000000..485a078
--- /dev/null
+++ b/components/shop/ping-item.vue
@@ -0,0 +1,63 @@
+
+
+
+
+ {{obj.title}}
+
+ ¥{{obj.price}}
+ 已售{{obj.sales}}件
+
+
+
+
+
+
+
+
diff --git a/components/shop/you-item.vue b/components/shop/you-item.vue
new file mode 100644
index 0000000..da03d1e
--- /dev/null
+++ b/components/shop/you-item.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+ {{obj.title}}
+
+
+
+ 原价
+ ¥{{obj.adPrice}}
+
+
+
+ 到手
+ ¥{{obj.price}}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 084586c..f6531db 100644
--- a/pages.json
+++ b/pages.json
@@ -265,6 +265,20 @@
"navigationBarTextStyle": "black"
}
},
+ {
+ "path": "shop/you-shop",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "shop/fen-shop",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "black"
+ }
+ },
{
"path": "setting/out-agreement",
"style": {
@@ -492,7 +506,7 @@
},
{
"pagePath": "pages/supply_chain/supply_chain",
- "text": "供应链",
+ "text": "平价商品",
"iconPath": "/static/column/supply_chain.png",
"selectedIconPath": "/static/column/supply_chain_sel.png"
},
diff --git a/pages/home/home.vue b/pages/home/home.vue
index ad82fe6..a78e635 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -66,14 +66,14 @@
-
+
信任桥优品
品牌5折秒杀福利
-
+
立即抢购
@@ -83,7 +83,7 @@
:class="faddishProduct && faddishProduct.length > 2 ? 'product_content product_content2' : 'product_content'">
+ v-for="item in faddishProduct" :key="item.id" @click.stop="jumpInfo(item)">
@@ -301,6 +301,11 @@ export default {
mounted() {
},
methods: {
+ onJumpYou(){
+ uni.navigateTo({
+ url:'/pages/rwa_package/shop/you-shop'
+ })
+ },
checkUpdate() {
const self = this,
localAppVersonName = uni.getStorageSync('version'),
@@ -407,7 +412,7 @@ export default {
},
jumpIntegral() {
uni.navigateTo({
- url: '/pages/other_package/pointsRedemption/pointsRedemption',
+ url: '/pages/rwa_package/shop/fen-shop',
})
},
jumpTurntable() {
@@ -419,8 +424,8 @@ export default {
})
},
jumpPrdference() {
- uni.navigateTo({
- url: '/pages/login_package/preference/preference',
+ uni.switchTab({
+ url: '/pages/supply_chain/supply_chain',
})
},
jumpWelcome() {
diff --git a/pages/rwa_package/setting/account-out.vue b/pages/rwa_package/setting/account-out.vue
index b30c951..9361947 100644
--- a/pages/rwa_package/setting/account-out.vue
+++ b/pages/rwa_package/setting/account-out.vue
@@ -5,7 +5,7 @@
-
+
注销信任桥账号
diff --git a/pages/rwa_package/shop/fen-shop.vue b/pages/rwa_package/shop/fen-shop.vue
new file mode 100644
index 0000000..eb3e3ad
--- /dev/null
+++ b/pages/rwa_package/shop/fen-shop.vue
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+ 信任桥积分
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/rwa_package/shop/you-shop.vue b/pages/rwa_package/shop/you-shop.vue
new file mode 100644
index 0000000..bd659e3
--- /dev/null
+++ b/pages/rwa_package/shop/you-shop.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/supply_chain/supply_chain.vue b/pages/supply_chain/supply_chain.vue
index f573a30..f380464 100644
--- a/pages/supply_chain/supply_chain.vue
+++ b/pages/supply_chain/supply_chain.vue
@@ -1,221 +1,98 @@
-
-
-
-
- currentNum = e.current" bgColor="#ffffff00">
-
-
- {{ currentNum + 1 }}/{{ swiperList.length }}
-
-
-
-
-
-
-
+
+
+
+
+
+ 搜索
+
+
-
-
-
-
-
-
-
- {{ item.title }}
- {{ item.content }}
-
+
+
+ {{item.name}}
+
-
-
-
-
- {{ item.title }}
+
+
+
-
-
-
- 精选好物
-
-
-
-
-
-
-
- {{ item.title }}
-
-
- ¥
- {{ item.price }}
-
- 已售{{ item.sales }}件
-
-
-
-
-
-
- 还未添加商品哦~
-
-
-
-
-
-
-
+
diff --git a/pages/supply_chain/supply_chain1.vue b/pages/supply_chain/supply_chain1.vue
new file mode 100644
index 0000000..14c8982
--- /dev/null
+++ b/pages/supply_chain/supply_chain1.vue
@@ -0,0 +1,359 @@
+
+
+
+
+
+ currentNum = e.current" bgColor="#ffffff00">
+
+
+ {{ currentNum + 1 }}/{{ swiperList.length }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.content }}
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+ 精选好物
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ ¥
+ {{ item.price }}
+
+ 已售{{ item.sales }}件
+
+
+
+
+
+
+ 还未添加商品哦~
+
+
+
+
+
+
+
+
+
+
+
+
+