Преглед изворни кода

Merge branch 'master' of http://gogs.ioobot.com:6680/xy/online

xy пре 7 година
родитељ
комит
3bcd8bc30b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/case/ShopApp/src/components/OrderPage/OrederPage.jsx

+ 1 - 1
src/case/ShopApp/src/components/OrderPage/OrederPage.jsx

@@ -212,7 +212,7 @@ class OrderPage extends React.Component{
         dialog('¥'+this.state.sumPrice,'确认支付吗?').then(
             (e)=>{
                 //console.log('ok ',e)
-                this.toCreateOrder(['1'])
+                this.toCreateOrder('1')
             },(e)=>{
                 //console.log('fail ',e)
                 this.toCreateOrder('0')