...
|
...
|
@@ -166,7 +166,7 @@ const submit = (uid, other) => { |
|
|
|
|
|
Object.assign(theOther, other, {
|
|
|
delivery_time: 2, // 平时和周末都送货
|
|
|
delivery_way: 1, // 普通快递
|
|
|
delivery_way: 2, // blk统一为顺丰
|
|
|
payment_id: 1, // 支付宝
|
|
|
payment_type: 1, // 在线支付
|
|
|
use_yoho_coin: other.use_yoho_coin / 100 // 有货币稀释
|
...
|
...
|
|