Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用Demo 扫码后,绑定的数据无法显示 #291

Closed
Skandinaviske opened this issue Dec 5, 2022 · 4 comments
Closed

使用Demo 扫码后,绑定的数据无法显示 #291

Skandinaviske opened this issue Dec 5, 2022 · 4 comments

Comments

@Skandinaviske
Copy link

描述这个问题

使用GaiaXAndroidDemo app 在Android手机上扫码Gaiax Studio上绘制的图案后,可出现相应的图案,但是无法显示绑定的文字以及绑定的图片(在Studio上输入过了相应的URL)

预期正确的结果

应该显示出绑定的文字与图片信息

截图

如果可以的话,添加截图来帮助解释您的问题。

客户端 (请填写如下信息) :

  • 设备: OPPO FInd X3
  • 系统: ColorOS 13
  • GaiaX SDK版本 使用的Main分支上的Demo
  • Gaia Studio版本 0.1.8
  • GaiaX 模板文件和模板数据

崩溃日志
log.zip

附加信息
在这里添加有关该问题的任何其他信息。

@Skandinaviske
Copy link
Author

a.json.zip
使用GAIAX STudio生成的json文件

@liyafly
Copy link

liyafly commented Dec 5, 2022

iOS 同样不显示文本。使用demo 运行扫码普通单label 模版。文本绑定不显示。

long GXAnalyze::check(string s, vector<GXATSNode> array, void *p_analyze, void *source,
                      string expression)

方法中捕捉错误

2022-12-05 16:18:42.755733+0800 GaiaXiOSDemo[550:69131] 错误信息:expressionError: unexpected identifier 'helloword' in expression 'helloword'

截屏2022-12-05 16 23 00

模版如下
haier.zip
使用 studio ,添加一个单label,在mock数据处填写 helloword 不显示。

@liyafly
Copy link

liyafly commented Dec 5, 2022

在 index.data 中改为这样就可以显示了

{
  "label": {
    "value": "'helloword'"
  }
}

@MXPDS6688
Copy link
Collaborator

studio版本问题,已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants