diff --git a/pages/article/newInfo/index.wxml b/pages/article/newInfo/index.wxml
index f9cc2b4..13187ab 100644
--- a/pages/article/newInfo/index.wxml
+++ b/pages/article/newInfo/index.wxml
@@ -146,7 +146,7 @@
-
+
diff --git a/pages/article/newInfo/index.wxss b/pages/article/newInfo/index.wxss
index f0263ff..e4cd6d9 100644
--- a/pages/article/newInfo/index.wxss
+++ b/pages/article/newInfo/index.wxss
@@ -188,6 +188,7 @@ page {
width: 240rpx;
height: 180rpx;
float: right;
+ overflow: hidden;
}
.tableStyle {
diff --git a/pages/mall/detail/index.js b/pages/mall/detail/index.js
index 7455f8f..93655e5 100644
--- a/pages/mall/detail/index.js
+++ b/pages/mall/detail/index.js
@@ -373,5 +373,17 @@ Page({
wx.hideLoading()
util.showToast(err)
})
- }
+ },
+ phoneShopInfo: function () {
+ if (!app.globalData.userInfo) {
+ wx.navigateTo({
+ url: '/pages/login/index'
+ })
+ return
+ }
+ wx.makePhoneCall({
+ phoneNumber: this.data.orderInfo.ownerPhone|| '0000'
+ })
+
+ },
})
\ No newline at end of file
diff --git a/pages/mall/detail/index.wxml b/pages/mall/detail/index.wxml
index 81d2eeb..a014aad 100644
--- a/pages/mall/detail/index.wxml
+++ b/pages/mall/detail/index.wxml
@@ -6,56 +6,71 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
- 活动倒计时:{{expiredTime || ''}}
-
- 正在进行
+
+ 活动倒计时:{{expiredTime || ''}}
+
+ 正在进行
{{current}}/{{imgList.length}}
-
+
-
-
- ¥{{ formate.formatePrice(orderInfo.unitPrice, kg) }}
- {{ kg? '元/KG' : '元/吨' }}
-
- {{orderInfo.secondCategoryName}}
+
+
+
+
+ ¥{{ formate.formatePrice(orderInfo.unitPrice, kg) }}
+ {{ kg? '元/KG' : '元/吨' }}
+ 价格面议
+
+ {{orderInfo.secondCategoryName}}
-
-
- 发货地址
- {{orderInfo.locProvinceName}}{{orderInfo.locCityName}}{{orderInfo.locDistrictName}}
+
+ 发货地址
+ {{orderInfo.locProvinceName}}{{orderInfo.locCityName}}{{orderInfo.locDistrictName}}
+
- 平台保障
- 平台担保交易、维护买卖双方权益
+ 平台保障
+ 平台担保交易、维护买卖双方权益
-
-
+
+
竞价记录
@@ -63,12 +78,15 @@
-
+
+
-
+
-
+
{{item.mobile || ''}}
@@ -77,26 +95,28 @@
¥{{formate.formatePrice2(item.biddingUnitPrice, kg)}}
- 当前我的报价:{{formate.formatePrice2(offered, kg)}}
+ 当前我的报价:{{formate.formatePrice2(offered, kg)}}
- 库存
- {{formate.formateWeight(orderInfo.stock, kg)}}
-
-
- 起订重量
- {{formate.formateWeight(orderInfo.lowestNum, kg)}}
-
-
+ 库存
+ {{formate.formateWeight(orderInfo.stock, kg)}}
+
+
+ 起订重量
+ {{formate.formateWeight(orderInfo.lowestNum, kg)}}
+
+
含杂比例
- {{orderInfo.dopantRateName}}
-
-
+ {{orderInfo.dopantRateName}}
+
+
湿水比例
- {{orderInfo.waterRateName}}
-
-
+ {{orderInfo.waterRateName}}
+
+
商品描述
@@ -106,7 +126,9 @@
-
+
+
+
-
+
\ No newline at end of file
diff --git a/pages/mall/product-item/index.wxml b/pages/mall/product-item/index.wxml
index aaa4632..44967de 100644
--- a/pages/mall/product-item/index.wxml
+++ b/pages/mall/product-item/index.wxml
@@ -16,9 +16,10 @@
起拍单价
- ¥{{formate.formatePrice(item.unitPrice, kg)}}
- {{ kg? '元/KG' : '元/吨' }}
+ ¥{{formate.formatePrice(item.unitPrice, kg)}}
+ {{ kg? '元/KG' : '元/吨' }}
+ 价格面议
{{item.description || ''}}