C端小程序
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ů.

18 řádky
642 B

  1. <navbar home back text="报名成功"></navbar>
  2. <view style="padding-top:{{navigationBarHeight}}">
  3. <view class='title' wx:if="{{credit}}">您已扣除{{credit}}积分</view>
  4. <view class='success'>
  5. <image src='{{chenghr}}' mode="widthFix"></image>
  6. <text class='tit'>恭喜报名成功</text>
  7. <text class='mess'>请您在我的活动中查看您的报名状态</text>
  8. </view>
  9. <view class="btns clearfix" hover-class="none" hover-stop-propagation="false">
  10. <button class="fr" bindtap='gotomyAc'>
  11. 我的活动
  12. </button>
  13. <button class="fl" bindtap='goback'>
  14. 返回首页
  15. </button>
  16. </view>
  17. </view>