diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index d78cc2a..3df2123 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -38,7 +38,7 @@
{{storeInfo.merchant.type_name}}
自营
- {{storeInfo.store_name}}
+ {{storeInfo.store_name || ''}}
@@ -200,7 +200,7 @@
-
+
@@ -282,7 +282,7 @@
@@ -93,7 +93,7 @@
自营
-
+
{{item.care_count<10000 ? item.care_count : (item.care_count/10000).toFixed(2)+'万'}}人关注
@@ -106,7 +106,7 @@
-
+
@@ -114,7 +114,7 @@
¥{{itemn.price}}
-
+
@@ -132,7 +132,7 @@
自营
-
+
{{item.care_count<10000 ? item.care_count : (item.care_count/10000).toFixed(2)+'万'}}人关注
@@ -147,7 +147,7 @@
-
+
@@ -155,7 +155,7 @@
¥{{itemn.price}}
-
+
@@ -488,7 +488,7 @@
},
// 进店
goStore(id) {
- if (this.hide_mer_status != 1) {
+ if (this.hide_mer_status != 1 && this.sotreParam.merchant_type != 2) {
uni.navigateTo({
url: `/pages/store/home/index?id=${id}`
})
@@ -557,6 +557,17 @@
}
})
},
+ // 点击进入商品详情
+ goProduct(product){
+ if (this.sotreParam.merchant_type != 2) {
+ uni.navigateTo({
+ url: `/pages/goods_details/index?id=${product.product_id}`
+ })
+ }
+ }
+
+
+
},
//刷新
onPullDownRefresh() {},
diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue
index fcb2178..cef5110 100644
--- a/pages/users/order_confirm/index.vue
+++ b/pages/users/order_confirm/index.vue
@@ -24,10 +24,10 @@
-
+
- {{item.mer_name}}
-
+ {{item.mer_name}}
+
@@ -114,24 +114,63 @@
+
配送方式
-
+
{{item.order.isTake==0 ? deliveryName :'到店核销'}}
-
- {{item.order.isTake==0 ? deliveryName :'到店核销'}}
-
+ {{item.order.isTake==0 ? deliveryName :'到店核销'}}
- {{item.take.mer_take_name}}
- {{item.take.mer_take_address}}
-
-
- 查看地图
-
+
+
+
+
+ 请选择提货点
+
+
+
+
+
+
+ {{item.take.mer_take_name || ''}}
+ {{item.take.mer_take_address || ''}}
+
+
+
+
+ 查看地图
+
+
+
+
+
+
+
+
+
+ {{item.take.mer_take_name || ''}}
+ {{item.take.mer_take_address || ''}}
+
+
+
+
+ 查看地图
+
+
+
+
+
@@ -1714,6 +1748,68 @@
text-align: right;
}
}
+.store-address{
+ .picker-content{
+ width: 100% !important;
+ }
+ .point-content{
+ width: 100%;
+ display: inline-flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ justify-content: space-between;
+ align-items: center;
+ .left{
+ width: calc(100% - 130rpx);
+ .mer_take_name{
+ width: 100%;
+ font-size: 30rpx;
+ height: 45rpx;
+ line-height: 45rpx;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ .mer_take_address{
+ width: 100%;
+ font-size: 26rpx;
+ height: 35rpx;
+ line-height: 35rpx;
+ color: #aaaaaa;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
+ .right{
+ width: 130rpx;
+ display: inline-flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ justify-content: flex-end;
+ align-items: center;
+ .map{
+ .icon-chakanditu{}
+ .map_text{}
+ }
+ .icon-xiangxia{
+ width: 60rpx;
+ text-align: right;
+ font-size: 35rpx;
+ cursor: pointer;
+ }
+ }
+ }
+ .point-multiple{
+ .left{
+ width: calc(100% - 200rpx) !important;
+ }
+ .right{
+ width: 200rpx !important;
+ }
+ }
+}
+
/deep/checkbox .uni-checkbox-input.uni-checkbox-input-checked,
@@ -2373,7 +2469,7 @@
}
.map {
text-align: center;
- padding-left: 40rpx;
+ padding-left: 25rpx;
position: relative;
&::before {
content: '';