diff --git a/pages/client-detail/basic-information.vue b/pages/client-detail/basic-information.vue
index 524bc3a..4ea7829 100644
--- a/pages/client-detail/basic-information.vue
+++ b/pages/client-detail/basic-information.vue
@@ -89,13 +89,15 @@
产房面积:
- {{ info.plantArea }}m²
+ {{ info.plantArea }}
+ m²
年营业额:
- {{ info.annualTurnover }}万
+ {{ info.annualTurnover }}
+ 万
diff --git a/pages/mall/index.vue b/pages/mall/index.vue
index ffa6620..fa1e628 100644
--- a/pages/mall/index.vue
+++ b/pages/mall/index.vue
@@ -140,6 +140,9 @@ export default {
this.getSupplier(this.$store.state.supplierInfo.supplierId)
}
},
+ onShow() {
+ this.downCallback()
+ },
methods: {
back,
// 获取上新商品数量
@@ -155,11 +158,11 @@ export default {
} else {
this.logo = res.logo
}
- if (res.backgroundImg === '') {
- this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;'
- } else {
- this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;'
- }
+ // if (res.backgroundImg === '') {
+ // this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;'
+ // } else {
+ // this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;'
+ // }
}
})
.catch((err) => {
@@ -423,7 +426,7 @@ export default {
z-index: 9999;
right: 32rpx;
bottom: 122rpx;
- background-color: #007aff;
+ background-color: #007AFF;
border-radius: 50%;
padding: 10rpx;
text-align: center;
@@ -439,6 +442,7 @@ export default {
.my-image {
width: 100rpx;
height: 100rpx;
+
}
}
diff --git a/pages/my-offer/index.vue b/pages/my-offer/index.vue
index 442287f..8abe502 100644
--- a/pages/my-offer/index.vue
+++ b/pages/my-offer/index.vue
@@ -13,9 +13,9 @@
{{items.belongEnterpriseName}}
{{ controlItems[items.orderStatus - 1] }}
-
-
-
+
+
+
{{ item.brandName }}{{ item.categoryName }}
diff --git a/pages/quotation-details/index.vue b/pages/quotation-details/index.vue
index d7ef22e..b63c5bf 100644
--- a/pages/quotation-details/index.vue
+++ b/pages/quotation-details/index.vue
@@ -192,7 +192,7 @@ export default {
// 修改报价按钮
editPrice() {
var params = {
- title: '修改报价'
+ title: '修改报价',
}
go2('submit-quotation', params)
}