- 使用 uni.getAccountInfoSync().miniProgram 替代 uni.getExtConfigSync() - 更新相关页面和组件中的 appId 获取逻辑 - 修改 ext.json 中的 app_id 字段为 appId - 统一代码风格,提高代码可维护性lu_quan_dev
parent
114befaa04
commit
50b1c70a40
@ -1,8 +1,8 @@ |
||||
{ |
||||
"extEnable": true, |
||||
"extEnable": false, |
||||
"extAppid": "wx43f2232676218ce3", |
||||
"directCommit": true, |
||||
"directCommit": false, |
||||
"ext": { |
||||
"app_id": "wx43f2232676218ce3" |
||||
"appId": "wx43f2232676218ce3" |
||||
} |
||||
} |
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue