Fix:3344 【商城小程序】所有功能指引改为:点击整个屏幕即可下一步,跳过按钮不变

This commit is contained in:
linxi
2025-03-14 11:56:11 +08:00
parent eee5c0ae6f
commit d297245140
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<view v-if="show" class="guide-remark white" @touchmove.stop.prevent="" >
<view v-if="show" class="guide-remark white" @touchmove.stop.prevent="" @click="next">
<view class="guid-wrap">
<image
v-for="(img, index) in functionGuideData.imgs"