Commit e298194b by yelingying

订单发货小程序订阅消息埋点

parent 7ff86844
......@@ -66,6 +66,10 @@ export default {
if (this.options_orderType == 5 && (key == 'gift_be_expire' || key == 'gift_draw')) {
tmplIds.push(subscribeMessageObj[key]);
}
// 订单发货
if (key == 'order_shipment') {
tmplIds.push(subscribeMessageObj[key]);
}
}
if (tmplIds.length > 0) {
......
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