Commit 2eeb036c authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 571a18d8
......@@ -109,7 +109,14 @@
<view class="set-left-root">
<image class="set-left-img" src="@/static/ic_my_us.png" mode="widthFix">
</image>
<view class="set-left-text">客服</view>
<view class="set-left-text">
<text>如有问题,请直接联系
<text class="agreementText" @click="goAgreement(1)">在线客服</text>
\n处理速度更快,
<text class="agreementText" @click="goAgreement(2)">无需联系支付宝</text>
</text>
</view>
</view>
<view class="set-right-root">
<view class="set-right-text2">></view>
......@@ -204,7 +211,16 @@
},
handleKefu() {
this.showKefuPop = true
// this.showKefuPop = true
uni.makePhoneCall({
phoneNumber: '4000969950',
success() {
console.log('拨打电话成功');
},
fail(err) {
console.error('拨打电话失败', err);
}
});
},
handleFeedback(){
navigateTo(`/pagesD/feedback/feedback`)
......@@ -467,4 +483,8 @@
color: #CFCFCF;
margin-bottom: 6rpx;
}
.agreementText {
color: #ecb882;
}
</style>
\ No newline at end of file
......@@ -18,7 +18,9 @@
</view>
<view class="set-right-root">
<view class="set-right-text1" style="color: white;">111</view>
<input
style="width: 160rpx;height: 60rpx; font-size: 28rpx;background: white;"
type="text" placeholder="修改昵称" v-model="searchStr" />
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment