ソースを参照

退款原因处理

kk.shi 3 年 前
コミット
c05c5fe4a8
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      pages/welfareMall/order/orderCompletion.js

+ 3 - 0
pages/welfareMall/order/orderCompletion.js

@@ -17,6 +17,7 @@ Page({
     orderSn: '',
     hidden: true,
     reason: '',
+    inputValue: '',
   },
 
   /**
@@ -139,6 +140,7 @@ Page({
   getMode: function(){
     this.setData({
          hidden: false,
+         inputValue: '',
          reason: '',
     });
 },
@@ -149,6 +151,7 @@ Page({
   cancel: function(){
         this.setData({
           hidden: true,
+          inputValue: '',
           reason: '',
         });
     },