|
@@ -3,7 +3,7 @@
|
|
|
<view class="useRefound-mask"></view>
|
|
|
<view class="useRefound-container">
|
|
|
<image bind:tap="onRefoundClose" class="icon-close" src="./images/icon-close.png"></image>
|
|
|
- <view class="use-title">选择退款原因</view>
|
|
|
+ <view class="use-title">申请退款</view>
|
|
|
<view class="use-form">
|
|
|
<textarea placeholder="请输入您的退款原因" maxlength="100" bindinput="textareaInput" value="{{ refoundValue }}"></textarea>
|
|
|
<view class="num">{{ refoundValue.length }}/100</view>
|