20 lines
677 B
Vue
20 lines
677 B
Vue
|
<template>
|
||
|
<view class="wrap">
|
||
|
<view class="service-banner">
|
||
|
<image class="" src="/static/aidex/images/service02.png"></image>
|
||
|
</view>
|
||
|
<u-gap height="20" bg-color="#ffffff"></u-gap>
|
||
|
<u-cell-group class="service-box">
|
||
|
<u-cell-item icon="phone-fill" title="联系电话" label="15389457063" :arrow="true"></u-cell-item>
|
||
|
<u-cell-item icon="weixin-circle-fill" title="官方微信" label="识别二维码,关注官方微信" :arrow="true"></u-cell-item>
|
||
|
<u-cell-item icon="qq-circle-fill" title="官方QQ" label="1125373337、487477889" :arrow="true"></u-cell-item>
|
||
|
</u-cell-group>
|
||
|
</view>
|
||
|
</template>
|
||
|
<script>
|
||
|
|
||
|
</script>
|
||
|
<style lang="scss">
|
||
|
|
||
|
</style>
|