fix:去除微信余额支付

This commit is contained in:
WJB3
2021-11-18 20:31:28 +08:00
parent cbea8c96c3
commit 51aed6f26d
2 changed files with 4 additions and 3 deletions

View File

@@ -144,6 +144,7 @@ class API {
const _this = this
return Taro.request( options ).then( ( res ) => {
// debugger;
if (showLoading) {
Taro.hideLoading()
}
@@ -200,7 +201,7 @@ class API {
} else {
return Promise.reject( this.reqError( data, `API error: ${statusCode}` ) )
}
} ).catch( e => {
} ).catch( e => {
return Promise.reject( this.reqError( {
message: e.statusText,
statusCode: e.status

View File

@@ -141,7 +141,7 @@ export default class PaymentPicker extends Component {
</View>
</View>
)}
{isShowBalance && isWeixin && (
{/* {isShowBalance && isWeixin && (
<View
className={`payment-item ${
disabledPayment && disabledPayment['deposit'] ? 'is-disabled' : ''
@@ -164,7 +164,7 @@ export default class PaymentPicker extends Component {
></SpCheckbox>
</View>
</View>
)}
)} */}
{isShowDelivery && (
<View
className={`payment-item ${