diff --git a/mallplusui-uniapp-app/manifest.json b/mallplusui-uniapp-app/manifest.json
index e9bb0ce..b503a51 100644
--- a/mallplusui-uniapp-app/manifest.json
+++ b/mallplusui-uniapp-app/manifest.json
@@ -19,7 +19,9 @@
"Share" : {},
"Contacts" : {},
"iBeacon" : {},
- "Maps" : {}
+ "Maps" : {},
+ "Camera" : {},
+ "Barcode" : {}
},
"distribute" : {
"android" : {
diff --git a/mallplusui-uniapp-app/pages.json b/mallplusui-uniapp-app/pages.json
index 4be3ec2..1a5b1f2 100644
--- a/mallplusui-uniapp-app/pages.json
+++ b/mallplusui-uniapp-app/pages.json
@@ -757,12 +757,13 @@
}, {
"path": "notice/subjectList",
"style": {
- "navigationBarTitleText": "秒杀列表",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
+ "navigationBarTitleText": "农机服务",
+ "enablePullDownRefresh": true
+ // "app-plus": {
+ // "titleNView": {
+ // "type": "transparent"
+ // }
+ // }
}
}, {
"path": "notice/subjectDetail",
diff --git a/mallplusui-uniapp-app/pages/index/index.vue b/mallplusui-uniapp-app/pages/index/index.vue
index 7faee05..c9a9a35 100644
--- a/mallplusui-uniapp-app/pages/index/index.vue
+++ b/mallplusui-uniapp-app/pages/index/index.vue
@@ -33,28 +33,28 @@
-
+
- 惠农套餐
+ 农业物资
-
+
- 拼团特价
+ 生活物资
-
+
- 税分兑换
+ 拼团特价
-
-
- 限时抢购
+
+
+ 农机服务
-
+
-
+
{{ item.productName }}
- ¥{{ item.price }}
+
+ 惠农价¥{{ item.price }}
+ 县区商超价¥{{ item.price }}
+
+
@@ -226,7 +230,10 @@
{{ item.name }}
- ¥{{ item.price }}
+
+ 惠农价¥{{ item.price }}
+ 县区商超价¥{{ item.price }}
+
@@ -247,8 +254,8 @@
{{ item.name }}
- ¥{{ item.price }}
- 【{{ item.storeName }}】
+ 【{{ item.storeName }}】
+ 惠农价¥{{ item.price }}
@@ -318,7 +325,7 @@
},
onShareAppMessage() {},
onLoad(ops) {
-
+
let isWeiXin = this.$common.isWeiXinBrowser();
this.getNewProductList('refresh');
if (ops.invitecode) {
@@ -454,8 +461,8 @@
async homeNewProduct() {
let params = {};
let groupHotGoodsList = await Api.apiCall('get', Api.index.homeNewProduct, params);
- console.log(groupHotGoodsList)
if (groupHotGoodsList) {
+ console.log("新品推荐》》》》》",groupHotGoodsList.records)
this.homeNewProductList = groupHotGoodsList.records;
}
@@ -467,6 +474,7 @@
async homeRecommendProduct() {
let params = {};
let groupHotGoodsList = await Api.apiCall('get', Api.index.homeRecommendProduct, params);
+ console.log("人气推荐》》》》》",groupHotGoodsList.records)
this.homeRecommendProductList = groupHotGoodsList.records;
},
/**
@@ -491,7 +499,7 @@
let data = await Api.apiCall('get', Api.index.bannerList, params);
console.log("1111111", data)
if (data) {
- console.log("122》》》》》》》》》》》》》》》》》》》》", data)
+ console.log("122》》》》》》》》》》》》》》》》》》》》", data)
this.carouselList = data || [];
this.swiperLength = this.carouselList.length;
this.titleNViewBackground = 'rgb(203, 87, 60)';
@@ -507,7 +515,7 @@
let data = await Api.apiCall('get', Api.index.selectNotRecive, params);
if (data) {
console.log("优惠券")
- console.log("优惠券",data)
+ console.log("优惠券", data)
this.couponList = data || [];
}
},
@@ -1027,6 +1035,13 @@
.price {
color: $uni-color-primary;
}
+
+ .m-price {
+ font-size: $font-sm + 2upx;
+ text-decoration: line-through;
+ color: $font-color-light;
+ margin-left: 8upx;
+ }
}
}
@@ -1147,192 +1162,6 @@
}
}
- /* 分类推荐楼层 */
- .hot-floor {
- width: 100%;
- overflow: hidden;
- margin-bottom: 20upx;
-
- .floor-img-box {
- width: 100%;
- height: 320upx;
- position: relative;
-
- &:after {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: linear-gradient(rgba(255, 255, 255, 0.06) 30%, #f8f8f8);
- }
- }
-
- .floor-img {
- width: 100%;
- height: 100%;
- }
-
- .floor-list {
- white-space: nowrap;
- padding: 20upx;
- padding-right: 50upx;
- border-radius: 6upx;
- margin-top: -140upx;
- margin-left: 30upx;
- background: #fff;
- box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
- position: relative;
- z-index: 1;
- }
-
- .scoll-wrapper {
- display: flex;
- align-items: flex-start;
- }
-
- .floor-item {
- width: 180upx;
- margin-right: 20upx;
- font-size: $font-sm + 2upx;
- color: $font-color-dark;
- line-height: 1.8;
-
- image {
- width: 180upx;
- height: 180upx;
- border-radius: 6upx;
- }
-
- .price {
- color: $uni-color-primary;
- }
- }
-
- .more {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- flex-shrink: 0;
- width: 180upx;
- height: 180upx;
- border-radius: 6upx;
- background: #f3f3f3;
- font-size: $font-base;
- color: $font-color-light;
-
- text:first-child {
- margin-bottom: 4upx;
- }
- }
- }
-
- /* 单条商品 */
- .goods-box-single {
- display: flex;
- padding: 20upx 0;
-
- .goods-img {
- display: block;
- width: 120upx;
- height: 120upx;
- }
-
- .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- padding: 0 30upx 0 24upx;
- overflow: hidden;
-
- .title {
- font-size: $font-base + 2upx;
- color: $font-color-dark;
- line-height: 1;
- }
-
- .attr-box {
- font-size: $font-sm + 2upx;
- color: $font-color-light;
- padding: 10upx 12upx;
- }
-
- .price {
- font-size: $font-base + 2upx;
- color: $font-color-dark;
-
- &:before {
- content: '¥';
- font-size: $font-sm;
- margin: 0 2upx 0 8upx;
- }
- }
- }
- }
-
- .price-box {
- display: flex;
- justify-content: flex-end;
- align-items: baseline;
- padding: 20upx 30upx;
- font-size: $font-sm + 2upx;
- color: $font-color-light;
-
- .num {
- margin: 0 8upx;
- color: $font-color-dark;
- }
-
- .price {
- font-size: $font-lg;
- color: $font-color-dark;
-
- &:before {
- content: '¥';
- font-size: $font-sm;
- margin: 0 2upx 0 8upx;
- }
- }
- }
-
- .action-box {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- height: 100upx;
- position: relative;
- padding-right: 30upx;
- }
-
- .action-btn {
- width: 160upx;
- height: 60upx;
- margin: 0;
- margin-left: 24upx;
- padding: 0;
- text-align: center;
- line-height: 60upx;
- font-size: $font-sm + 2upx;
- color: $font-color-dark;
- background: #fff;
- border-radius: 100px;
-
- &:after {
- border-radius: 100px;
- }
-
- &.recom {
- background: #fff9f9;
- color: $base-color;
-
- &:after {
- border-color: #f7bcc8;
- }
- }
- }
-
/* 猜你喜欢 */
.guess-section {
display: flex;
@@ -1370,12 +1199,25 @@
line-height: 80upx;
}
+ .label {
+ margin-top: -10upx;
+ font-size: 30upx;
+ margin-left: -13upx;
+ }
+
.price {
- font-size: $font-lg;
+ font-size: 18px;
color: $uni-color-primary;
line-height: 1;
}
+ .m-price {
+ font-size: $font-sm + 2upx;
+ text-decoration: line-through;
+ color: $font-color-light;
+ margin-left: 8upx;
+ }
+
.coupon_box {
width: 100%;
height: auto;
diff --git a/mallplusui-uniapp-app/pagesA/build/community.vue b/mallplusui-uniapp-app/pagesA/build/community.vue
index 9d3d019..a95515d 100644
--- a/mallplusui-uniapp-app/pagesA/build/community.vue
+++ b/mallplusui-uniapp-app/pagesA/build/community.vue
@@ -40,14 +40,15 @@
社区团购
-
+
+
社区特供
-
+
- 农机租赁
+ 农机服务
diff --git a/mallplusui-uniapp-app/pagesA/product/product.vue b/mallplusui-uniapp-app/pagesA/product/product.vue
index 34da6a0..de691be 100644
--- a/mallplusui-uniapp-app/pagesA/product/product.vue
+++ b/mallplusui-uniapp-app/pagesA/product/product.vue
@@ -11,12 +11,12 @@
{{ goods.name }}
- ¥
- {{ (goods.price * goods.memberRate) / 10 }}
- {{ goods.price }}
+
+ 惠农价¥{{ (goods.price * goods.memberRate) / 10 }}
+ 惠农价¥{{ goods.price }}
县区商超价{{ goods.originalPrice }}
¥{{ goods.price }}
- 节省 ¥{{ goods.fenxiaoPrice }}
+ 优惠¥{{ goods.originalPrice- goods.price }}
会员折扣{{ goods.memberRate }}折
diff --git a/mallplusui-uniapp-app/pagesU/notice/subjectList.vue b/mallplusui-uniapp-app/pagesU/notice/subjectList.vue
index 328a500..f8c0a0a 100644
--- a/mallplusui-uniapp-app/pagesU/notice/subjectList.vue
+++ b/mallplusui-uniapp-app/pagesU/notice/subjectList.vue
@@ -1,31 +1,25 @@
-
- {{item.name}}
-
-
-
- {{ item.title }}
-
- 收藏量 {{ item.collectCount }}
- 浏览量 {{ item.readCount }}
-
-
-
-
-
-
-
-
-
- {{ item.name }}
-
- {{ tItem.name }}
+
+
+
+
+
+
+ {{item.title}}
+ 发布时间:{{item.createTime | formatCreateTime}}
+
+
+
+
+ 收藏{{item.collectCount}}
+
+ 浏览{{item.readCount}}
-
+
@@ -33,339 +27,239 @@
diff --git a/mallplusui-uniapp-app/static/ic_launcher.png b/mallplusui-uniapp-app/static/ic_launcher.png
deleted file mode 100644
index aa7d642..0000000
Binary files a/mallplusui-uniapp-app/static/ic_launcher.png and /dev/null differ
diff --git a/mallplusui-uniapp-app/static/logo.png b/mallplusui-uniapp-app/static/logo.png
index 8da6a9d..027dde9 100644
Binary files a/mallplusui-uniapp-app/static/logo.png and b/mallplusui-uniapp-app/static/logo.png differ
diff --git a/mallplusui-uniapp-app2/manifest.json b/mallplusui-uniapp-app2/manifest.json
index 7a98152..bdf7f14 100644
--- a/mallplusui-uniapp-app2/manifest.json
+++ b/mallplusui-uniapp-app2/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "汇融云链2",
+ "name" : "汇融云链",
"appid" : "__UNI__557CCCF",
"description" : "",
"versionName" : "4.0.0.0",
diff --git a/mallplusui-uniapp-app2/pages.json b/mallplusui-uniapp-app2/pages.json
index 4be3ec2..ec6a1f5 100644
--- a/mallplusui-uniapp-app2/pages.json
+++ b/mallplusui-uniapp-app2/pages.json
@@ -757,12 +757,13 @@
}, {
"path": "notice/subjectList",
"style": {
- "navigationBarTitleText": "秒杀列表",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
+ "navigationBarTitleText": "农机租赁",
+ "enablePullDownRefresh": true
+ // "app-plus": {
+ // "titleNView": {
+ // "type": "transparent"
+ // }
+ // }
}
}, {
"path": "notice/subjectDetail",
diff --git a/mallplusui-uniapp-app2/pages/index/index.vue b/mallplusui-uniapp-app2/pages/index/index.vue
index 7faee05..337d922 100644
--- a/mallplusui-uniapp-app2/pages/index/index.vue
+++ b/mallplusui-uniapp-app2/pages/index/index.vue
@@ -33,28 +33,28 @@
-
+
惠农套餐
-
+
拼团特价
-
+
- 税分兑换
-
-
-
限时抢购
-
+
+
+ 甄选优品
+
+
-
+