- 在GoodsSelectDialog组件中为图片添加placeholder模板 - 在processImage页面中为图片添加placeholder模板 - 在shot页面中为图片添加placeholder模板 - 所有图片占位符都显示对应的动作名称标签 - 更新应用版本号从1.3.7到1.3.8
@@ -66,6 +66,9 @@
fit="contain"
:preview-teleported="true"
>
+ <template #placeholder>
+ <span class="tag">{{ image.action_name }}</span>
+ </template>
<template #error>
<div class="image-slot">
<span class="tag">{{ image.action_name }}</span>
@@ -69,6 +69,9 @@
lazy
@@ -118,6 +118,9 @@
@@ -1,8 +1,8 @@
{
"name": "ZhiHuiYin",
- "version": "1.3.7",
- "description": "智慧拍照机是一种结合人工智能技术与传统摄影设备的创新产品,版本号为1.3.7",
- "releaseNotes": "1.3.7 更新版本,不再删除output目录 自定义详情页调整",
+ "version": "1.3.8",
+ "description": "智慧拍照机是一种结合人工智能技术与传统摄影设备的创新产品,版本号为1.3.8",
+ "releaseNotes": "1.3.8 更新版本, 自定义详情页调整",
"main": "main.js",
"scripts": {
"dev": "ee-bin dev",