소스 검색

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 년 전
부모
커밋
5a0788bfd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesHome/order/order.vue

+ 1 - 1
pagesHome/order/order.vue

@@ -87,7 +87,7 @@
 					<view>¥{{goods_total}}</view>
 				</view>
 				<view class="two_2">
-					<text @click="toSubmit">提交订单</text>
+					<text @tap="toSubmit">提交订单</text>
 				</view>
 			</view>
 		</view>