diff --git a/pagesOrder/order/OrderDetails/index.vue b/pagesOrder/order/OrderDetails/index.vue
index 10cf4a5..14a407a 100644
--- a/pagesOrder/order/OrderDetails/index.vue
+++ b/pagesOrder/order/OrderDetails/index.vue
@@ -211,7 +211,7 @@
{{ cart.productInfo.storeName }}
-
+
{{ cart.productInfo.attrInfo.sku || '' }}
@@ -511,7 +511,7 @@
- 联系商家
+ 联系客服
@@ -984,7 +984,7 @@ export default {
const phone = String((this.orderInfo && this.orderInfo.merPhone) || '').trim()
if (!phone) {
uni.showToast({
- title: '暂无商家电话',
+ title: '暂无客服电话',
icon: 'none'
})
return