Browse Source

修改信息上传头像增加示例,增加跳转支付宝逻辑

ios
王子贤 4 months ago
parent
commit
d3615127da
1 changed files with 1 additions and 0 deletions
  1. 1
      lib/controller/mine/rose_controller.dart

1
lib/controller/mine/rose_controller.dart

@ -83,6 +83,7 @@ class RoseController extends GetxController {
} else {
fluwx.open(target: MiniProgram(
username: 'gh_9ea8d46add6f',
miniProgramType: WXMiniProgramType.preview,
path:"pages/index/index?amount=0.01&paymentOrderId=${data!.paymentOrderId}&url=match-fee"
));
}

Loading…
Cancel
Save