Commit 4fe92189bd7ec09bdcf2ffe01b557dc550373f53

Authored by ly525
1 parent b5c2fa18

update view text for use template

front-end/h5/src/locales/lang/zh-CN.js
... ... @@ -2,7 +2,7 @@
2 2 * @Author: ly525
3 3 * @Date: 2019-11-24 18:51:58
4 4 * @LastEditors: ly525
5   - * @LastEditTime: 2019-11-30 00:31:54
  5 + * @LastEditTime: 2019-11-30 19:39:09
6 6 * @FilePath: /luban-h5/front-end/h5/src/locales/lang/zh-CN.js
7 7 * @Github: https://github.com/ly525/luban-h5
8 8 * @Description: Do not edit
... ... @@ -29,7 +29,7 @@ export default {
29 29 workCard: {
30 30 description: '描述',
31 31 createTime: '时间',
32   - useNow: '立即使用',
  32 + useNow: '立即查看',
33 33 preview: '预览',
34 34 createNewWork: '创建新作品',
35 35 edit: '编辑',
... ...
front-end/h5/src/views/work-manager/templates.vue
... ... @@ -172,7 +172,7 @@ export default {
172 172 window.open(routeData.href, '_blank')
173 173 }}
174 174 style={{ marginLeft: '12px' }}
175   - >立即使用</a-button>
  175 + >立即查看</a-button>
176 176 </div>
177 177 : <a-spin tip="复制中" />
178 178 }
... ...