mall + pay:

1. 简化支付宝支付的配置界面
This commit is contained in:
YunaiV
2023-07-21 09:19:59 +08:00
parent 654b70c514
commit da529851bd
3 changed files with 21 additions and 82 deletions

View File

@@ -213,7 +213,9 @@
<el-button @click="cancel"> </el-button>
</div>
</el-dialog>
<wechat-channel-form :transferParam="channelParam"></wechat-channel-form>
<!-- 弹窗 -->
<wechat-channel-form :transferParam="channelParam" />
<ali-pay-channel-form :transferParam="channelParam"></ali-pay-channel-form>
</div>
</template>