0.0.1 • Published 11 months ago

meixigoodsname v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

meixiordertypebutton

用于子系统中获取当前用户支持的订单类型。

安装依赖

npm install meixiordertypebutton

插件使用

//子系统中
import { meixiordertypebutton } from "meixiordertypebutton";
components: {
  meixiordertypebutton;
}


// 组件事件
this.$emit("onHandleOrderType", value);
// value 类型
// "normal"  普通订单
// "earnest" 定金单
// "delay"   延迟订单
// "coupon"  优惠券订单
// "burst"   爆品订单