Authored by 郭成尧

code-error

@@ -205,8 +205,11 @@ exports.ticketsOrderCompute = (uid, productSku, buyNumber, yohoCoin) => { @@ -205,8 +205,11 @@ exports.ticketsOrderCompute = (uid, productSku, buyNumber, yohoCoin) => {
205 */ 205 */
206 exports.orderSub = (uid, addressId, cartType, deliveryTime, 206 exports.orderSub = (uid, addressId, cartType, deliveryTime,
207 deliveryWay, invoices, paymentId, paymentType, remark, 207 deliveryWay, invoices, paymentId, paymentType, remark,
208 - couponCode, yohoCoin, skuList, qhyUnio = '',  
209 - userAgent, times, activityInfo = null) => { 208 + couponCode, yohoCoin, skuList, qhyUnio,
  209 + userAgent, times, activityInfo) => {
  210 + if (!qhyUnio) {
  211 + qhyUnio = '';
  212 + }
210 213
211 if (!userAgent) { 214 if (!userAgent) {
212 userAgent = null; 215 userAgent = null;