Commit dfa4cac4 authored by xieyishang's avatar xieyishang

addxx

parent 7fe0c9a7
......@@ -145,6 +145,12 @@ Page({
icon:"none"
})
return false;
}else if(types == 3 && this.data.join_income <50){
wx.showToast({
title: "提现金额不能小于50!",
icon:"none"
})
return false;
}
wx.showModal({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment