mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:53:27 +08:00
【优化】sku模型增加缓存处理。
【修改】修复商品分类保存更新错误实体的问题。 【修复】修复首页弹窗组件【coreshop-modal-img】缺少关闭按钮的问题。 【修复】修复微信小程序订阅消息数据库被清空的情况下,默认模板加载为空报错的问题。
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<view class="coreshop-modal-box" :class="show?'show':''">
|
||||
<view class="dialog">
|
||||
<view class="coreshop-flex coreshop-align-end coreshop-self-end coreshop-justify-end">
|
||||
<u-icon name="close-circle" color="#ffffff" size="28" @click="closeEvent"></u-icon>
|
||||
</view>
|
||||
<image class="img" :src="src" lazy-load mode="widthFix" @tap="imgEvent"></image>
|
||||
<text class="cuIcon-roundclose close" @tap="closeEvent"></text>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user