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ů.
|
- <view class='success'>
- <view class='info'>
- <text>今日解单已提交</text>
- <text>金额:{{oldTradeAmt/100}}元</text>
- <text>时间:{{timer}}</text>
- <text>新提交金额:{{newTradeAmt}}元</text>
- </view>
- <view class='btn'>
- <button bindtap='subList' hover-class='active'>确认</button>
- <button class='check' hover-class='active' bindtap='cancel' data-type='1'>取消</button>
- </view>
-
- </view>
|