Task:指引功能

This commit is contained in:
modendeveloper
2025-01-18 12:32:13 +08:00
parent f3be581278
commit ec33f6f4c0
5 changed files with 272 additions and 64 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<view v-if="show" class="guide-remark white">
<view v-if="show" class="guide-remark white" @touchmove.stop.prevent="" >
<view class="guid-wrap">
<image
v-for="(img, index) in functionGuideData.imgs"
@@ -38,7 +38,7 @@
type: Object,
default: ()=> {
return {
step: 2,
step: 1,
tips: '', // 介绍
tipsPosition: '', // 介绍 显示位置
btnGroupPosition: '', // 按钮组显示位置