mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
fix:去除微信余额支付
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ${
|
||||
|
||||
Reference in New Issue
Block a user