You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
644 B
16 lines
644 B
<!--pages/message/detail/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">联系客服</view>
|
|
</cu-custom>
|
|
|
|
<van-cell clickable is-link custom-style="margin-top:24rpx" bind:click="callCustomerPhone">
|
|
<view slot="title" class="flex" style="padding: 24rpx 0rpx">
|
|
<van-icon name="service-o" size="80rpx"/>
|
|
<view style="margin-left:18rpx;width:100%;flex:1">
|
|
<view class="text-xxl text-bold text-blue">020-82516486</view>
|
|
<view class="text-sg text-black" style="line-height:32rpx;margin-top:24rpx">联系客服</view>
|
|
</view>
|
|
</view>
|
|
</van-cell>
|
|
|
|
<notification id="qn-notification" />
|