给商品录入接增加新手引导

This commit is contained in:
季圣华
2021-10-20 23:51:09 +08:00
parent cdc4e3c4b0
commit fa64fdc05a
2 changed files with 12 additions and 13 deletions

View File

@@ -668,10 +668,9 @@ export function handleIntroJs(module, cur_version) {
if (Vue.ls.get('intro_cache_' + module) === cur_version) {
return;
}
introJs().setOptions({
introJs(".ant-modal-cust-warp").setOptions({
prevLabel: '← 上一步',
nextLabel: '下一步 →',
skipLabel: '跳过',
doneLabel: '知道了',
exitOnOverlayClick: false //点击空白区域是否关闭提示组件
}).oncomplete(function(){