Browse Source

no message

ios
ZHR007 4 months ago
parent
commit
3cd14a50ce
2 changed files with 3 additions and 4 deletions
  1. 5
      lib/controller/discover/room_controller.dart
  2. 2
      lib/controller/mine/rose_controller.dart

5
lib/controller/discover/room_controller.dart

@ -32,7 +32,7 @@ class RoomController extends GetxController {
final NetworkService _networkService;
CurrentRole currentRole = CurrentRole.normalUser;
bool isLive = false;
final userData = GlobalData().userData.obs;
///
final Rxn<RtcChannelData> rtcChannel = Rxn<RtcChannelData>();
final Rxn<RtcChannelDetail> rtcChannelDetail = Rxn<RtcChannelDetail>();
@ -44,8 +44,7 @@ class RoomController extends GetxController {
final RxList<GiftProductModel> giftProducts = <GiftProductModel>[].obs;
///
final LiveChatMessageService _messageService =
LiveChatMessageService.instance;
final LiveChatMessageService _messageService = LiveChatMessageService.instance;
@override
void onInit() {

2
lib/controller/mine/rose_controller.dart

@ -79,7 +79,7 @@ class RoseController extends GetxController {
final data = response.data.data;
fluwx.open(target: MiniProgram(
username: 'gh_9ea8d46add6f',
// path:"pages/user/recharge?amount=0.01&orderId=$mchOrderNo"
path:"pages/index/index?amount=0.01&paymentOrderId=${data!.paymentOrderId}&url=match-fee"
));
SmartDialog.showToast('下单成功');

Loading…
Cancel
Save