Browse Source

修正 Action.md 中文文档代码遗漏

zousandian 9 năm trước cách đây
mục cha
commit
ea983f350c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      docs/zh-cn/actions.md

+ 1 - 0
docs/zh-cn/actions.md

@@ -121,6 +121,7 @@ actions: {
     // 发出结账的请求,并且清空购物车
     dispatch(types.CHECKOUT_REQUEST)
     // 假设我们的后台 API 接受一个成功回调和一个错误回调
+    shop.buyProducts(
       products,
       // 结账成功
       () => dispatch(types.CHECKOUT_SUCCESS),