Commit 5862be13 by wangshuo

单集购买

parent 9140df26
......@@ -125,6 +125,7 @@ class Detail extends Component {
}
};
weixinPay = (weixin_code) => {
const _this = this;
http.get(`${API['base-api']}/pay/wxpay/pub_charge/oid/${getParam('oid')}/code/${weixin_code}`).then((res) => {
if (res.data.errno === 0) {
const data = res.data.data;
......
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