Fix:3344 【商城小程序】所有功能指引改为:点击整个屏幕即可下一步,跳过按钮不变
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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">
|
<view class="guid-wrap">
|
||||||
<image
|
<image
|
||||||
v-for="(img, index) in functionGuideData.imgs"
|
v-for="(img, index) in functionGuideData.imgs"
|
||||||
|
|||||||
Reference in New Issue
Block a user