Просмотр исходного кода

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

xy 7 лет назад
Родитель
Сommit
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(
         dialog('¥'+this.state.sumPrice,'确认支付吗?').then(
             (e)=>{
             (e)=>{
                 //console.log('ok ',e)
                 //console.log('ok ',e)
-                this.toCreateOrder(['1'])
+                this.toCreateOrder('1')
             },(e)=>{
             },(e)=>{
                 //console.log('fail ',e)
                 //console.log('fail ',e)
                 this.toCreateOrder('0')
                 this.toCreateOrder('0')