Commit 2eeb036c authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 571a18d8
...@@ -109,7 +109,14 @@ ...@@ -109,7 +109,14 @@
<view class="set-left-root"> <view class="set-left-root">
<image class="set-left-img" src="@/static/ic_my_us.png" mode="widthFix"> <image class="set-left-img" src="@/static/ic_my_us.png" mode="widthFix">
</image> </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>
<view class="set-right-root"> <view class="set-right-root">
<view class="set-right-text2">></view> <view class="set-right-text2">></view>
...@@ -204,7 +211,16 @@ ...@@ -204,7 +211,16 @@
}, },
handleKefu() { handleKefu() {
this.showKefuPop = true // this.showKefuPop = true
uni.makePhoneCall({
phoneNumber: '4000969950',
success() {
console.log('拨打电话成功');
},
fail(err) {
console.error('拨打电话失败', err);
}
});
}, },
handleFeedback(){ handleFeedback(){
navigateTo(`/pagesD/feedback/feedback`) navigateTo(`/pagesD/feedback/feedback`)
...@@ -466,5 +482,9 @@ ...@@ -466,5 +482,9 @@
font-size: 34rpx; font-size: 34rpx;
color: #CFCFCF; color: #CFCFCF;
margin-bottom: 6rpx; margin-bottom: 6rpx;
}
.agreementText {
color: #ecb882;
} }
</style> </style>
\ No newline at end of file
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
</view> </view>
<view class="set-right-root"> <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>
</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