ycm 2 年 前
コミット
cd61ea7a1e
1 ファイル変更0 行追加1 行削除
  1. 0 1
      pages/my/cashier/cashier.js

+ 0 - 1
pages/my/cashier/cashier.js

@@ -60,7 +60,6 @@ Page({
 
     pay() {
         let that = this
-
         if (that.data.price > 0) {
             this.wxPay();
         } else {