reward.pug 415 Bytes
Newer Older
caihaifei's avatar
caihaifei committed
1 2 3 4 5 6 7 8 9
div(class=`${is_post() ? 'post-reward' : ''}`).reward
  div.reward-button= __('reward.btn_text')
  div.reward-qrcode
    span.reward-qrcode-alipay
      img.reward-qrcode-alipay__img(src=theme.reward.alipay)
      div.reward-qrcode-alipay__text= __('reward.alipay')
    span.reward-qrcode-wechat
      img.reward-qrcode-wechat__img(src=theme.reward.wechat)
      div.reward-qrcode-wechat__text= __('reward.wechat')