Browse Source

去掉不用的东西

gcz 1 year ago
parent
commit
b5555c6214
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/ticketlist.vue

+ 1 - 1
pages/ticketlist.vue

@@ -17,7 +17,7 @@
 				circular
 			></u-swiper>
 			<view class="content">
-				<view class="share" @click="openShare(item)">
+				<view class="share" @click="openShare()">
 					<image class="icon" :src="staticUrl+'/img/share-ico.png'" ></image>
 				</view>
 			</view>