ソースを参照

Update apply-refound.wxml

lex-xin 4 ヶ月 前
コミット
66d6157fb7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      miniprogram/components/apply-refound/apply-refound.wxml

+ 1 - 1
miniprogram/components/apply-refound/apply-refound.wxml

@@ -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>