XinYong Chen

Results 7 comments of XinYong Chen

一个页面同时有多个评分的话,好像只有一个能生效

抱歉~多个评分也是可以的。之前是我多个评分的input id 和label for 都是相同的。

+1 希望计算属性能支持页面data

我的是tabBar页面,按照上面各位的方法在onHide方法内重置也是不行,重新进入页面还是会闪现数据,我查看开发者工具AppData,在页面退出后data的数据并没有被重置到,不知为何? 附上我的data()、onShow()、onHide() ``` data() { return { user: {}, orderList: [] } }, ``` ``` async onShow() { this.user = await this.getUserInfo(); if (this.user.member) { this.orderList = await this.getOrderList(); }...

> You can't remove TDLib version from app version without editing source code of TDLib. Can you tell me which files specifically?

> All requests to TDLib are asynchronous. Responses are delivered as soon the request is completed. There is no way to deliver them faster. Is it possible that the second...

> @levlam What is the difference between development environment and production environment? Why does the application run well in the development environment while in the production environment it always logs...