抖音b端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

errorPage.ttml 277 B

123456789
  1. <view class='success'>
  2. <view class='success_logo'>
  3. <icon class='iconfont icon-cuo'></icon>
  4. </view>
  5. <view class='info'>
  6. <text>{{errTitle}}</text>
  7. </view>
  8. <button hover-class='active' bindtap='reBack' class='reBack'>返回首页</button>
  9. </view>