Commit 6b90f86d by 高淑倩

去掉微信支付

parent 2af800ad
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</view> </view>
<view class='user-qr-code'> <view class='user-qr-code'>
<canvas canvas-id="barcode" binderror="canvasIdErrorCallback" /> <canvas canvas-id="barcode" binderror="canvasIdErrorCallback" />
<view class='wx-pay-code' bindtap="onTapWxPay">微信支付</view> <!-- <view class='wx-pay-code' bindtap="onTapWxPay">微信支付</view>-->
</view> </view>
</view> </view>
......
...@@ -59,7 +59,8 @@ page{ ...@@ -59,7 +59,8 @@ page{
background-color: #ffffff; background-color: #ffffff;
border-radius: 7rpx; border-radius: 7rpx;
display: flex; display: flex;
height: 300rpx; /* height: 300rpx; */
height: 200rpx;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment