给所有支付接口加上了支付宝
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
<text class="method-icon">💳</text>
|
||||
<text class="method-name">微信支付</text>
|
||||
</view>
|
||||
<view class="method-item" bindtap="chooseMethod" data-method="alipay">
|
||||
<text class="method-icon method-icon-alipay">支</text>
|
||||
<text class="method-name">支付宝</text>
|
||||
</view>
|
||||
<view class="method-item" bindtap="chooseMethod" data-method="balance">
|
||||
<text class="method-icon">💰</text>
|
||||
<text class="method-name">佣金抵扣</text>
|
||||
|
||||
Reference in New Issue
Block a user