This commit is contained in:
xiaozhiyong
2025-08-06 09:35:44 +08:00
parent 9f0072b506
commit f3a3f3c6c2
5 changed files with 12 additions and 13 deletions

View File

@@ -167,8 +167,8 @@
<text class="text-grey padding-left-sm">专属客服</text>
</view>
<view class="action">
<button class="cu-btn oil-main-btn-color" open-type="contact" @contact="onContact">
<text class="text-grey text-sm">打开会</text>
<button class="cu-btn oil-main-btn-color" @click="makeCall">
<text class="text-grey text-sm">拨打电</text>
</button>
</view>
</view>
@@ -311,7 +311,7 @@
// 拨打电话
makeCall() {
uni.makePhoneCall({
phoneNumber: '4008-56-5355' //仅为示例
phoneNumber: '15653644882'
})
},
onContact(e) {