当前位置:网站首页>复制客服微信号,前往微信添加,拨打电话
复制客服微信号,前往微信添加,拨打电话
2022-07-23 23:38:00 【嘿,小苹果】

<view class="mainbox">
<view class="title">
客服电话
</view>
<view class="content flex_between m_t_32" @click="tocall">
<image :src="src1" class="images"></image>
<text class="text">{
{
phone}}</text>
</view>
</view>
<view class="mainbox m_t_36">
<view class="title">
微信客服
</view>
<view class="tips m_t_18">复制客服微信号,前往微信添加</view>
<view class="content flex_between m_t_32" @click="tocopy">
<text>{
{
wechat}}</text>
<image :src="src2" class="text images"></image>
</view>
</view>
// 拨打电话
tocall(){
uni.makePhoneCall({
phoneNumber: this.phone
})
},
// 复制
tocopy(){
// uni.showModal({
// content:'0371-0236842',
// confirmText:'复制内容',
// success:()=> {
uni.setClipboardData({
data: this.wechat,
success:()=> {
uni.showToast({
title:'复制成功'
})
}
})
// }
// })
},
边栏推荐
- [array] longest continuous subsequence in nc95 array - difficult
- 中原证券靠谱吗?是否合法?开股票账户安全吗?
- Analytic hierarchy process (matlab)
- [Fifth space 2019 finals]pwn5
- [第五空间2019 决赛]PWN5
- jarvisoj_level2
- strncat() strncmp()
- Operating system not found solution after importing ISO into virtual machine
- 虚拟机导入iso后 Operating System not found 解决方法
- USB Foundation
猜你喜欢
随机推荐
SQL语句实战学习
strncat() strncmp()
jarvisoj_ level2
Mobile, telecom and Unicom: fancy solution of 5g to B
Solidity-delegateCall插槽冲突分析与解决
关于使用 Jackson 解析 JSON 你需要知道的一切
归并排序思想应用
strncat() strncmp()
pwn1_sctf_2016
中原证券靠谱吗?是否合法?开股票账户安全吗?
【OpenCV】- cv.threshold()函数的参数type是数字时,代表的含义
Kirin OS and Godson environment compilation and installation of greatsql
BGP基础实验
js把数字转大写
BGP routing, MPLS
Classification model - logistic regression, Fisher linear discriminant (SPSS)
Quickly learn to use file permissions
ret2text
【三年面试五年模拟】算法工程师的独孤九剑秘籍(前六式汇总篇)V1版
Qt创建窗口被阻塞不能及时显示的问题









![[Fifth space 2019 finals]pwn5](/img/51/03e6078961a8eab991fa08bb178a7b.png)