@xuda.io/runtime-bundle 1.0.282 → 1.0.283

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,10 +133,6 @@ const get_app_build_info = async function (SESSION_ID, app_id) {
133
133
  };
134
134
 
135
135
  const get_user_group_account_info = async function (SESSION_ID, uid) {
136
- // const ret = await func.common.db(SESSION_ID, 'get_account_info', {
137
- // uid_query: $.cookie('uid'),
138
- // });
139
-
140
136
  var _session = SESSION_OBJ[SESSION_ID];
141
137
 
142
138
  const response = await fetch(`https://${_session.domain}/cpi/get_account_info`, {
@@ -33578,7 +33578,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
33578
33578
  let new_arr = reference_source_obj.ret.value;
33579
33579
  if (field_prop.props.fieldType === 'object' && !val_is_reference_field) {
33580
33580
  let obj_item = new_arr[arr_idx];
33581
- let e_exp = bind_field_exp.replace('@_FOR_VAL', 'obj_item');
33581
+ let e_exp = bind_field_exp.replace(bind_field_id, 'obj_item');
33582
33582
  let new_val = eval(e_exp + `="${value}"`);
33583
33583
  new_arr[arr_idx] = obj_item;
33584
33584
  } else {