You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
381 B
9 lines
381 B
<view class="detail-msg">
|
|
<view class='title'>{{product.name}}</view>
|
|
<view class='price'>¥{{product.price/100}}</view>
|
|
<view class='line'></view>
|
|
<view class='time-title'>剩余支付时间</view>
|
|
<view class='time-box'>{{clockTime}}</view>
|
|
</view>
|
|
<view class='btn-bg' wx:if="{{reminder=='支付时间已结束'}}"></view>
|
|
<button class='pay-btn'>{{reminder}}</button>
|