mirror of
https://github.com/ChuXunYu/warOfCoins.git
synced 2026-01-31 08:31:26 +00:00
Initial commit
This commit is contained in:
17
components/HistoryModal/HistoryModal.wxml
Normal file
17
components/HistoryModal/HistoryModal.wxml
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--components/HistoryModal/HistoryModal.wxml-->
|
||||
<view class="modal-mask" wx:if="{{show}}" bindtap="closeModal">
|
||||
<view class="modal-content" catchtap="preventBubble">
|
||||
<view class="modal-header">
|
||||
<text class="modal-title">历史案例参考</text>
|
||||
<view class="modal-close" bindtap="closeModal">×</view>
|
||||
</view>
|
||||
<view class="modal-body">
|
||||
<view class="case-title">{{historyCase.title}}</view>
|
||||
<view class="case-image"></view>
|
||||
<view class="case-desc">{{historyCase.description}}</view>
|
||||
</view>
|
||||
<view class="modal-footer">
|
||||
<view class="btn" bindtap="closeModal">了解了</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user