From 40a5066526082839a936499a099cb4eb68e29a9c Mon Sep 17 00:00:00 2001 From: "DESKTOP-A1SENDA\\HUzy" <472860318@qq.com> Date: Thu, 13 May 2021 11:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=96=E5=BA=9F=E7=BA=B8=E7=BA=B8=E5=93=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA,=E6=8F=90=E7=8E=B0=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=B6=88=E6=81=AF=E6=89=93=E5=BC=80=E6=8B=A8?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mall/product-item/index.wxml | 2 +- pages/mall/purchase-item/index.wxml | 2 +- pages/message/index/index.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/mall/product-item/index.wxml b/pages/mall/product-item/index.wxml index ec01ad8..44967de 100644 --- a/pages/mall/product-item/index.wxml +++ b/pages/mall/product-item/index.wxml @@ -7,7 +7,7 @@ - {{item.secondCategoryName || item.firstCategoryName}} + {{item.firstCategoryName || item.secondCategoryName}} {{item.locProvinceName + item.locCityName}} diff --git a/pages/mall/purchase-item/index.wxml b/pages/mall/purchase-item/index.wxml index cf425bb..c33d58b 100644 --- a/pages/mall/purchase-item/index.wxml +++ b/pages/mall/purchase-item/index.wxml @@ -9,7 +9,7 @@ - {{item.firstCategoryName || item.secondCategoryName}} + {{item.secondCategoryName || item.firstCategoryName}} diff --git a/pages/message/index/index.js b/pages/message/index/index.js index d960411..ed47d6a 100644 --- a/pages/message/index/index.js +++ b/pages/message/index/index.js @@ -157,6 +157,10 @@ Page({ wx.navigateTo({ url: '/pages/ztbvip/index' }) } else if(redirect.targetView == 'proxySellSellerOrderDetail'){// 代卖详情proxySellSellerOrderDetail wx.navigateTo({ url: '/pages/agent/detail/index?id=' + redirect.params.id }) + }else if(redirect.targetView == 'callServer'){// 提现消息 + wx.makePhoneCall({ + phoneNumber: redirect.params.phone + }) } else { wx.navigateTo({ url: '/pages/message/detail/index?id=' + redirect.params.id }) }