tanyanfei 5 years ago
parent
commit
fbfd588357
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/pay/pay.js

+ 1 - 1
pages/pay/pay.js

@@ -59,7 +59,7 @@ Page({
       data:{
         total_fee: data.price,
         signup_id:data.id,
-        bill_type: this.data.account+1,
+        bill_type: Number(this.data.account)+1,
         bill_no: form.bill_no,
         bill_mat:1
       },