|
|
@ -69,7 +69,7 @@ |
|
|
|
v-if="show && spotGuide.length > 0"> |
|
|
|
<view class="main" |
|
|
|
v-for="(item, index) in spotGuide" |
|
|
|
@click="toUrl(item)" |
|
|
|
@click.stop="toUrl(item)" |
|
|
|
:key="index"> |
|
|
|
<image |
|
|
|
class="main-image" |
|
|
@ -97,14 +97,14 @@ |
|
|
|
</view> |
|
|
|
<view class="f"> |
|
|
|
<image |
|
|
|
@click="openLocation(item)" |
|
|
|
@click.stop="openLocation(item)" |
|
|
|
src="/static/image/tourGuide/f.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
v-if="item.categoryId == 0" |
|
|
|
class="f"> |
|
|
|
<image |
|
|
|
@click="textToSpeech" |
|
|
|
@click.stop="textToSpeech" |
|
|
|
src="/static/image/tourGuide/a.png" mode=""></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -125,7 +125,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
var plugin = requirePlugin("WechatSI") |
|
|
|
// var plugin = requirePlugin("WechatSI") |
|
|
|
|
|
|
|
// "plugins" : { |
|
|
|
// "WechatSI" : { |
|
|
|