|
@@ -64,8 +64,8 @@ async function getReportInfo() {
|
|
|
getReportInfo()
|
|
|
|
|
|
// 拨打电话
|
|
|
-function handleCallPhone(tel) {
|
|
|
- let tel = userInfo.value.SellerPhone
|
|
|
+function handleCallPhone() {
|
|
|
+ let tel = ''
|
|
|
if (!tel) {
|
|
|
systemConfig.forEach(item => {
|
|
|
if (item.ConfKey === 'ServicePhone') {
|
|
@@ -108,7 +108,7 @@ onUnmounted(() => {
|
|
|
})
|
|
|
|
|
|
function handleGoLogin(){
|
|
|
- const redirectUrl=encodeURIComponent(`/pages-report/reportDetail/index?id=${route.query.reportid}`)
|
|
|
+ const redirectUrl=encodeURIComponent(`/pages-report/reportDetail/index?id=${route.query.reportid}&ReportSource=${route.query.ReportSource}`)
|
|
|
wx.miniProgram.reLaunch({
|
|
|
url:`/pages/login/index?redirectUrl=${redirectUrl}`
|
|
|
})
|