You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
<!--pages/setAnnunciateImg/index.wxml-->
|
|
<canvas type='2d' style='position: absolute;left:-2000px; width: 425px; height: 350px; background: #fff;' id='canvasId'></canvas>
|
|
<view class='content'>
|
|
<view class='imgBox' hover-class='none' hover-stop-propagation='false'>
|
|
<view class wx:for='{{imgList}}' wx:for-item='src' hover-class='none' hover-stop-propagation='false'>
|
|
<image class src='{{src}}' mode='aspectFit|aspectFill|widthFix' lazy-load='false' binderror bindload></image>
|
|
</view>
|
|
</view>
|
|
<view class='template'>
|
|
<view class='mb8' hover-class='none' hover-stop-propagation='false'>选择其他模版</view>
|
|
<view class='selectTem' hover-class='none' hover-stop-propagation='false'>
|
|
<image class src='../../assets/images/1emptyTem.png' bindtap='changeTem' data-img='1' mode='aspectFit|aspectFill|widthFix' lazy-load='false' binderror bindload></image>
|
|
|
|
<image class src='../../assets/images/1emptyTem1.png' bindtap='changeTem' data-img='2' mode='aspectFit|aspectFill|widthFix' lazy-load='false' binderror bindload></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="bottom">
|
|
<button class="detailBtn ysd-basebg-color" type='primary' role="button">一键保存</button>
|
|
</view>
|