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ů.

13 řádky
433 B

  1. <view class='success'>
  2. <view class='info'>
  3. <text>今日解单已提交</text>
  4. <text>金额:{{oldTradeAmt/100}}元</text>
  5. <text>时间:{{timer}}</text>
  6. <text>新提交金额:{{newTradeAmt}}元</text>
  7. </view>
  8. <view class='btn'>
  9. <button bindtap='subList' hover-class='active'>确认</button>
  10. <button class='check' hover-class='active' bindtap='cancel' data-type='1'>取消</button>
  11. </view>
  12. </view>