2***@qq.com
2***@qq.com
  • 发布:2024-07-11 17:08
  • 更新:2024-07-11 17:08
  • 阅读:182

UTS 与 VUE中HTML行内式动态编译问题

分类:uni-app x

[plugin:uni:app-uts] 编译失败
16:48:51.649 ‌error: Unresolved reference: orgTop‌
16:48:51.649 at components/common/aniItem.uvue:3:70
16:48:51.649 1 | <template>
16:48:51.649 2 | <view class="ani-item-box">
16:48:51.649 3 | <view v-if="type === 'fire'" class="ani-item ani-item-fire" :style="{
16:48:51.649 | ^
16:48:51.649 4 | '--orgTop': itemInfo.orgTop + 'px',
16:48:51.649 5 | '--orgLeft': itemInfo.orgLeft + 'px',
16:48:51.649 ‌error: Unresolved reference: orgLeft‌
16:48:51.649 at components/common/aniItem.uvue:3:70
16:48:51.650 1 | <template>
16:48:51.650 2 | <view class="ani-item-box">
16:48:51.650 3 | <view v-if="type === 'fire'" class="ani-item ani-item-fire" :style="{
16:48:51.650 | ^
16:48:51.650 4 | '--orgTop': itemInfo.orgTop + 'px',
16:48:51.650 5 | '--orgLeft': itemInfo.orgLeft + 'px',
16:48:51.650 ‌error: Unresolved reference: tarTop‌

动态编辑css变量失败!!!

20:52:17.370 x Index Signature is not supported.
不支持 20:52:17.370 x 索引签名。

20:52:17.370 at components/commonTypes/common.uts:38:1
20:52:17.370 在 components/commonTypes/common.uts:38:1

20:52:17.370 35 | } 20:52:17.370 35 |}
20:52:17.370 36 | export type formListType = formListObjType[]
20:52:17.370 36 |导出类型 formListType = formListObjType[]

20:52:17.370 37 | export interface formDataType {
20:52:17.370 37 |导出接口 formDataType {

20:52:17.370 38 | [key : string] : any
20:52:17.370 38 |[key : string] :any

TS很多写法不支持 比如: type的 & ;比如interface和 type的 索引键 [key: string]:string

索引键失败就是支持any了,但是css都编辑失败还玩个蛇皮

2024-07-11 17:08 负责人:无 分享
已邀请:

要回复问题请先登录注册