|
|
|
@ -58,12 +58,12 @@ Page({ |
|
|
|
},1) |
|
|
|
wx.showModal({ |
|
|
|
title: '提示', |
|
|
|
content: '呼叫人工客服\n0512-66555111', |
|
|
|
content: '呼叫人工客服\n18136165673', |
|
|
|
confirmColor:"#0B898E", |
|
|
|
success (res) { |
|
|
|
if (res.confirm) { |
|
|
|
wx.makePhoneCall({ |
|
|
|
phoneNumber: '0512-66555111', |
|
|
|
phoneNumber: '18136165673', |
|
|
|
}) |
|
|
|
} else if (res.cancel) { |
|
|
|
} |
|
|
|
|