2020年3月28日

小程序支付功能

摘要: 场景:做小程序支付功能,正常操作是前端这边调用微信的 wx.requestpayment接口即可。 //比如说,点击付款按钮,然后就会弹出支付的窗口,这里就应该调用wx.requestPayment()<view bindtap="confirmPay">确定付款</view>confirmPay( 阅读全文

posted @ 2020-03-28 15:53 有匪 阅读(601) 评论(0) 推荐(0) 编辑

小程序 苹果6plus 查看图片不显示且其他机型未发现此现象

摘要: 关于图片布局代码: <view class="parent"> <view class="child-left"> <image src="xxx" alt="" class="img"></image> </view> <view class="child-rght"> </view></view 阅读全文

posted @ 2020-03-28 10:29 有匪 阅读(533) 评论(0) 推荐(0) 编辑

导航