Explorar o código

Update apply-refound.wxml

lex-xin hai 4 meses
pai
achega
798e972046
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>