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.
24 lines
911 B
24 lines
911 B
<!--联系客服-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">联系客服</view>
|
|
</cu-custom>
|
|
|
|
<view class="col-1 bg-white mt-15 min-height350 padding" bindtap="callCustomerPhone">
|
|
<view class="text-center" style="margin-top:60rpx">
|
|
<text class="text-blue text-sl">020-82516486</text>
|
|
</view>
|
|
<view class="text-center mt-15" style="font-size:75rpx">
|
|
<text class="cuIcon-servicefill" size="50"></text>
|
|
<text style="font-size:30rpx">联系客服</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="bg-white mt-15 min-height600 padding">
|
|
<text class="text-lg text-black">问题反馈</text>
|
|
<textarea class="solid input-content" placeholder="请输入问题或者反馈意见" bindinput="bindInput"></textarea>
|
|
|
|
<view class="flex flex-direction" style="margin-top:56rpx;margin-bottom:24px">
|
|
<wux-button block type="positive" bind:click="feedbcak">确认</wux-button>
|
|
</view>
|
|
|
|
</view>
|