第一次提交
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<image v-if="show.img" class="popup_jb_headerImg" :src="baseUrl + imgSrc "></image>
|
||||
<slot name="coment"/>
|
||||
<view v-if="show.footer" class="popup_jb_footer">
|
||||
<view @tap='closeFn' :style="{background:butten.coloseBg,color:butten.coloseColor}" class="popup_jb_close">{{butten.colse}}</view>
|
||||
<view @tap='confirmFn' :style="{background:butten.confirmBg,color:butten.confirmColor}" class="popup_jb_ok">{{butten.confirm}}</view>
|
||||
<view @tap='closeFn' :style="{background:butten.coloseBg,color:butten.coloseColor,borderRadius:butten.borderRadius?butten.borderRadius:''}" class="popup_jb_close">{{butten.colse}}</view>
|
||||
<view @tap='confirmFn' :style="{background:butten.confirmBg,color:butten.confirmColor,borderRadius:butten.borderRadius?butten.borderRadius:''}" class="popup_jb_ok">{{butten.confirm}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-popup>
|
||||
|
||||
Reference in New Issue
Block a user