@@ -36,6 +36,6 @@ export default class ReceiptNotice extends cc.Component {
private initStyle() {
this.lbl_receipt_rmb.string = '¥' + gData.receiptNotice.receip_rmb + '元';
this.lbl_rmb_total.string = '¥' + gData.receiptNotice.receip_total_rmb + '元';
- this.lbl_user_name.string = '用户名';
+ this.lbl_user_name.string = gData.wechatData.nickName || '';
}