给商品录入接增加新手引导
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user