瀏覽代碼

Update apply-refound.wxml

lex-xin 4 月之前
父節點
當前提交
798e972046
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      miniprogram/components/apply-refound/apply-refound.wxml

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

@@ -16,7 +16,7 @@
         <input placeholder="请输入手机号码" type="number" maxlength="11" bindinput="phoneInput" value="{{ refoundPhone }}"></input>
       </view>
       <view class="btnSection">
-        <button type="primary" bind:tap="onRefound">申请退款</button>
+        <button type="primary" bind:tap="onRefound">提交申请</button>
       </view>
     </view>
   </view>