联系客服拨号,新人优惠券跳转
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<view class="feedback-box">
|
||||
<view class="feedback-title">人工服务</view>
|
||||
<view class="feedback-itme">
|
||||
<view class="manual">
|
||||
<view class="service-phone">拨打官方客服电话:400-100-100</view>
|
||||
<view class="manual" @click="makePhone">
|
||||
<view class="service-phone">拨打官方客服电话:{{ tel400 }}</view>
|
||||
<view class="manual-time">{{ wkTime }}</view>
|
||||
</view>
|
||||
<view class="suggestions" @click="writeComments">意见反馈</view>
|
||||
@@ -31,6 +31,11 @@ export default {
|
||||
this.getHelpList();
|
||||
},
|
||||
methods: {
|
||||
makePhone() {
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: this.tel400,
|
||||
});
|
||||
},
|
||||
viewAnswer(item) {
|
||||
this.$store.commit('setQuestion', item);
|
||||
this.$u.route('pageE/setting/question');
|
||||
|
||||
Reference in New Issue
Block a user