detail.js 1.06 KB
Newer Older
dragondean@qq.com's avatar
dragondean@qq.com committed
1
export default {
Smile's avatar
Smile committed
2 3 4 5
  activity: 'Promo details',
  illustrate: 'Integral help',
  maxIntegral: 'Cumulative Max point',
  date: 'Expiry Date',
chenwei's avatar
chenwei committed
6
  rulesIllustrate: 'Rule Description',
Smile's avatar
Smile committed
7 8
  total: 'Total',
  integral: 'Integral',
chenwei's avatar
chenwei committed
9 10 11
  num: val => {
    return `'total ${val} pieces'`
  },
Smile's avatar
Smile committed
12 13 14 15 16 17 18 19 20
  exchangeTitle: 'Exchange details',
  activityTime: 'Promotion Time',
  exchangeOutlets: 'Promotion Location',
  exchangeType: 'Method of exchange',
  address: 'Delivery Address',
  courierNum: 'Tracking No.',
  courierCompany: 'Express Company',
  courierTime: 'Delivery Date',
  remark: 'Remark',
chenwei's avatar
chenwei committed
21
  errorMsg:
Smile's avatar
Smile committed
22
      'The address cannot be modified after changed. If you need to change the address, please contact customer service',
chenwei's avatar
chenwei committed
23 24 25 26
  registerLabel: val => `${val} points for successful registration`,
  referralCodeLabel: val => `Earn ${val} points for each person invited to register and log in`,
  shareLabel: val => `Get ${val} points per click after sharing on social platforms`,
  orderRuleLabel: params => `${params.low}${params.unit}-${params.high}${params.unit} Get ${params.score}`,
Smile's avatar
Smile committed
27
  to: 'To',
chenwei's avatar
chenwei committed
28
}