客服中心

dev
rose 2 years ago
parent b1bb5ffc77
commit 4d20d2c348
  1. 2
      pages.json
  2. 173
      pages/personcenter/aboutus.vue
  3. 6
      pages/personcenter/personcenter.vue
  4. 2
      static/ancss/an.css
  5. 32
      static/animg/v-phone.svg
  6. 1
      static/animg/v-server.svg

@ -210,7 +210,7 @@
{
"path": "pages/personcenter/aboutus",
"style": {
"navigationBarTitleText": "关于我们"
"navigationBarTitleText": "客服电话"
}
},
{

@ -1,65 +1,132 @@
<template>
<view class="">
<view class="mode_com">
<view class="dy_fx_clu">
<view class="guy_img"><image :src="src" class="tup_size_160"></image></view>
<view class="fx_1">
<view class="abt_ht_text">
{{ name }}文旅APP
<!-- <text>版本号:3.2.1</text> -->
</view>
<view class="nr_cot">
{{ name }}文旅是利用互联网物联网大数据人工智能融合5G技术打造的全域旅游智慧营销和管理平台实现了
<text class="lgn_t_h1">旅游全程智能化</text>
游客只需要用一部手机就可以满足游前游中游后的旅游需求为游客在 旅游信息获取文化旅游行程规划产品预订游记分享特产展示投诉建议
等方面提供一站式智能化便捷服务
</view>
</view>
<view class="bot_about_k an_t_2">
查看
<view @tap="goToPage('xieyi')" class="t_col_1">用户协议</view>
<view @tap="goToPage('zhengce')" class="t_col_1">隐私政策</view>
</view>
<view class="v-about">
<view class="v-about-top">
<view class="v-about-top-left">
<view class="v-about-top-text">客服服务中心</view>
<view class="v-about-top-eg">Customer Service Center</view>
</view>
<view class="v-about-top-right">
<image src="../../static/animg/v-server.svg" class="v-about-top-img" mode="widthFix"></image>
</view>
</view>
<view class="v-about-item" @click="getPhone('zixun')">
<text>咨询电话</text><text class="num">03182355980</text>
<image src="../../static/animg/v-phone.svg" class="v-about-top-tel" mode="widthFix"></image>
</view>
<view class="v-about-item" @click="getPhone('tousu')">
<text>投诉电话</text><text class="num">03182999253</text>
<image src="../../static/animg/v-phone.svg" class="v-about-top-tel" mode="widthFix"></image>
</view>
<view class="v-about-item" @click="getPhone('jiuyuan')">
<text>救援电话</text><text class="num">03182995392</text>
<image src="../../static/animg/v-phone.svg" class="v-about-top-tel" mode="widthFix"></image>
</view>
</view>
</template>
<script>
export default {
data() {
return {
name: this.$param.cityName,
src: '../../static/images/' + this.$param.cityPy + '.png'
};
},
onLoad(options) {
if (options.isRedirect == '1') {
uni.switchTab({
url: '/pages/personcenter/personcenter'
});
}
},
methods: {
goToPage:function(type){
if(type == "xieyi"){
uni.navigateTo({
url: '/pages/xieyi/xieyi'
});
}else if(type == "zhengce"){
uni.navigateTo({
url: '/pages/zhengce/zhengce'
export default {
data() {
return {
name: this.$param.cityName,
src: '../../static/images/' + this.$param.cityPy + '.png'
};
},
onLoad(options) {
if (options.isRedirect == '1') {
uni.switchTab({
url: '/pages/personcenter/personcenter'
});
}
},
methods: {
getPhone: function(type) {
if (type == 'zixun') {
uni.makePhoneCall({
phoneNumber: '18531186026' //
})
} else if (type == 'tousu') {
uni.makePhoneCall({
phoneNumber: '0318—2999253' //
})
} else if (type == 'jiuyuan') {
uni.makePhoneCall({
phoneNumber: '0318—2995392' //
})
}
}
}
}
};
};
</script>
<style>
@import url('../../static/css/common.css');
page {
background: #fff;
}
.mode_com{ padding-top:60rpx;}
</style>
@import url('../../static/css/common.css');
page {
background: #fff;
}
.v-about {
padding: 20rpx 40rpx;
}
.v-about-top {
display: flex;
align-items: center;
}
.v-about-top-left {
flex: auto;
padding-left: 20rpx;
}
.v-about-top-right {}
.v-about-top-img {
width: 200rpx;
}
.v-about-top-tel {
width: 50rpx;
}
.v-about-top-text {
color: #ae3523;
font-size: 50rpx;
font-weight: 600;
}
.v-about-top-eg {
color: #ae3523;
font-weight: 600;
}
.v-about-item {
display: flex;
margin: 40rpx 0;
align-items: center;
padding: 25rpx 40rpx;
border-radius: 10rpx;
color: #fff;
font-weight: 600;
font-size: 30rpx;
background-color: #ae3523;
}
.v-about-item .num {
position: relative;
flex: auto;
font-size: 36rpx;
}
.v-about-item .num::after {
content: "";
position: absolute;
right: 30rpx;
top: 50%;
transform: translate(0, -50%);
width: 2rpx;
height: 95%;
background-color: #fff;
}
</style>

@ -32,7 +32,7 @@
<view class="mode_com">
<text class="tit_com">我的应用</text>
<view class="dly_flex hd_pter mt_hb dzhi_bq2" style="background: #fff; padding-bottom: 40rpx; border-radius: 20rpx">
<view class="w_33" @tap="jump('yuyue')">
<view class="w_33" @tap="jump('myReserve')">
<view class=""><image src="../../static/animg/p_wdpj.png" class="kou_top3" mode="aspectFill"></image></view>
<text class="ht_text">我的预约</text>
</view>
@ -355,13 +355,13 @@ export default {
url: '/pages/suggest/sug_list'
});
} else if (obj == 'myReserve') {
if (this.$util.isBlack(aes.aesDecrypt(uni.getStorageSync('unionid')))) {
/* if (this.$util.isBlack(aes.aesDecrypt(uni.getStorageSync('unionid')))) {
uni.showToast({
title: '请先授权',
icon: 'none'
});
return;
}
} */
uni.navigateTo({
url: '/pages/myReserve/myReserve'
});

@ -180,7 +180,7 @@ s首页菜单
.an_t{ position: relative;}
.an_t:after{ display: block; position: absolute; right:0; top:10px; width: 20rpx; height: 20rpx; border-top:3rpx solid #AAA; border-right: 3rpx solid #aaa; transform: rotate(45deg); content: '';}
.an_t_1{position: relative; font-size: 38rpx; padding-bottom: 10rpx; font-weight: bold; }
.an_t_1{position: relative; font-size: 38rpx; padding-bottom: 10rpx; font-weight: bold; color: #ae3523 !important; }
.an_t_2{ font-size: 28rpx; }
.at_size_1{ width:80rpx; height: 80rpx;}
.at_t{font-size: 30rpx; padding-top:5rpx}

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g>
<path class="st0" d="M53.9,50.1c2-3.6,0.9-6.3-2.7-9c-4.3-3.2-8.4-5.4-11.4-1.9c0,0-3.2,3.8-12.5-5.1c-10.9-10.4-6.3-14-6.3-14
c3.8-3.8,1.4-6.6-1.8-10.9c-3.2-4.3-6.4-5.7-11-2c-8.9,7.1,3.6,23.8,10,30.3l0,0c0,0,9.6,9.9,15.7,13.2l3.2,1.8
c4.6,2.4,9.9,3.5,13.5,1.3C50.5,53.8,52.3,52.9,53.9,50.1z"/>
<path class="st0" d="M33.1,20.3h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C34.2,19.8,33.7,20.3,33.1,20.3z"/>
<path class="st0" d="M39.3,20.3h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C40.4,19.8,39.9,20.3,39.3,20.3z"/>
<path class="st0" d="M45.5,20.3h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C46.6,19.8,46.1,20.3,45.5,20.3z"/>
<path class="st0" d="M33.1,24.3h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C34.2,23.8,33.7,24.3,33.1,24.3z"/>
<path class="st0" d="M39.3,24.3h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C40.4,23.8,39.9,24.3,39.3,24.3z"/>
<path class="st0" d="M45.5,24.3h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C46.6,23.8,46.1,24.3,45.5,24.3z"/>
<path class="st0" d="M33.1,28.5h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C34.2,28,33.7,28.5,33.1,28.5z"/>
<path class="st0" d="M39.3,28.5h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C40.4,28,39.9,28.5,39.3,28.5z"/>
<path class="st0" d="M45.5,28.5h-2.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1
C46.6,28,46.1,28.5,45.5,28.5z"/>
<path class="st0" d="M39.3,32.9h-2.8c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h2.8c0.6,0,1.1,0.5,1.1,1.1S39.9,32.9,39.3,32.9z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -0,0 +1 @@
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200" xml:space="preserve"><style>.st0{fill:#a73723}</style><path class="st0" d="M56.2 71.7c6.3-18.9 23.9-31.9 43.9-31.9 20.1 0 37.9 13.3 44.1 32.3 1.5 4.6 8.8 2.6 7.2-2-7.3-22.1-27.8-37.8-51.4-37.8-23.5 0-43.8 15.3-51.2 37.4-1.3 4.6 5.9 6.5 7.4 2zM31.1 124.5c-6-1.7-12.4-6-12.4-13s6.4-11.4 12.5-13.1c4.6-1.3 2.7-8.6-2-7.2-9.3 2.7-18 9.9-18 20.3s8.6 17.6 17.9 20.3c4.7 1.3 6.6-6 2-7.3z"/><path class="st0" d="M42.8 140.1h-1.3c-6.6 0-12-5.4-12-12V92.3c0-6.6 5.4-12 12-12h1.3c6.6 0 12 5.4 12 12v35.8c-.1 6.6-5.5 12-12 12zM92.9 157.1c0-4.7 4.6-3.9 7.9-3.9 3.1 0 9.3-1.2 9.8 3.2.5 4.7-5 3.9-7.9 3.9-2.9 0-9.4 1.2-9.8-3.2-.4-4.8-7.9-4.8-7.5 0 .5 5 3.3 9.3 8.4 10.4 2.8.6 6 .2 8.9.2 3.2 0 6.6.3 9.6-1.2 3.9-2 5.9-6 5.8-10.2-.1-4.5-2.9-8.7-7.3-10.1-3.1-1-6.8-.6-10.1-.6-3 0-6.2-.3-9.1.9-4.2 1.9-6.4 6-6.4 10.5.2 4.9 7.7 4.9 7.7.1z"/><path class="st0" d="M101.2 53.5c-21.6 0-39.3 17.7-39.3 39.3v29.7c0 9.3 3.3 17.9 8.8 24.7h10.9c1.9-4.1 6.1-7 10.9-7h17.4c4.8 0 9 2.9 10.9 7h10.9c5.5-6.8 8.8-15.4 8.8-24.7V92.8c0-21.6-17.7-39.3-39.3-39.3z"/><path class="st0" d="M38.4 128.1c0 6.2-.3 12.3 2.4 18 3.6 7.7 11.1 13 19.5 14.1 9.2 1.2 18.8.2 28.1.2 4.8 0 4.8-7.5 0-7.5-8.1 0-16.2.2-24.3 0-6.6-.1-12.6-3-15.9-8.9-2.8-4.9-2.3-10.5-2.3-15.9 0-4.8-7.5-4.8-7.5 0zM56.1 115.6V71.4c0-4.8-7.5-4.8-7.5 0v44.2c0 4.9 7.5 4.9 7.5 0zM170.9 131.7c9.3-2.7 17.9-9.9 17.9-20.3s-8.7-17.7-18-20.3c-4.7-1.3-6.6 5.9-2 7.2 6 1.7 12.5 6.1 12.5 13.1s-6.3 11.3-12.4 13c-4.6 1.4-2.7 8.7 2 7.3z"/><path class="st0" d="M157.2 140.1h1.3c6.6 0 12-5.4 12-12V92.3c0-6.6-5.4-12-12-12h-1.3c-6.6 0-12 5.4-12 12v35.8c.1 6.6 5.5 12 12 12z"/><path class="st0" d="M151.6 115.8V71.6c0-4.8-7.5-4.8-7.5 0v44.2c0 4.9 7.5 4.9 7.5 0z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

Loading…
Cancel
Save