Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
16df5f80
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
16df5f80
编写于
9月 21, 2023
作者:
shutao-dc
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dev' of
https://gitcode.net/dcloud/hello-uni-app-x
into dev
上级
24174acc
3d5913ee
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
4 addition
and
4 deletion
+4
-4
pages/API/get-location/get-location.uvue
pages/API/get-location/get-location.uvue
+1
-1
pages/component/general-attribute/general-attribute.uvue
pages/component/general-attribute/general-attribute.uvue
+1
-1
pages/template/drop-card/card/card.uvue
pages/template/drop-card/card/card.uvue
+1
-1
pages/template/pull-zoom-image/pull-zoom-image.uvue
pages/template/pull-zoom-image/pull-zoom-image.uvue
+1
-1
未找到文件。
pages/API/get-location/get-location.uvue
浏览文件 @
16df5f80
...
...
@@ -6,7 +6,7 @@
真机运行标准基座仅包含系统定位,即system。\n
部分手机因gms兼容不好可能导致无法定位。\n
gcj国标、逆地理信息等功能需三方sdk定位。如果需要类似能力可以下载腾讯定位插件,打包自定义基座。参考示例:</text>
<u-link :href="'https://
gitcode.net/dcloud/uni-api/'" :text="'https://gitcode.net/dcloud/uni-api/
'" :inWhiteList="true"></u-link>
<u-link :href="'https://
ext.dcloud.net.cn/plugin?id=14569'" :text="'https://ext.dcloud.net.cn/plugin?id=14569
'" :inWhiteList="true"></u-link>
</view>
<view class="uni-padding-wrap uni-common-mt">
...
...
pages/component/general-attribute/general-attribute.uvue
浏览文件 @
16df5f80
...
...
@@ -69,7 +69,7 @@ export default {
},
methods: {
validateGeneralAttributes() {
const generalTarget = this.$refs
.get('general-target')
as Element
const generalTarget = this.$refs
['general-target']
as Element
const generalId = generalTarget.getAttribute('id')
if (generalId != this.generalId) {
this.validateGeneralAttrText = '基础属性 id 验证失败'
...
...
pages/template/drop-card/card/card.uvue
浏览文件 @
16df5f80
...
...
@@ -82,7 +82,7 @@
setElementStyle(refName:string,propertyName : string, propertyStyle : any) : void {
let element : Element | null = this.$elementMap.get(refName)
if(element == null){
element = this.$refs
.get(refName)
as Element;
element = this.$refs
[refName]
as Element;
this.$elementMap.set(refName,element)
}else{
// console.log('直接拿');
...
...
pages/template/pull-zoom-image/pull-zoom-image.uvue
浏览文件 @
16df5f80
...
...
@@ -64,7 +64,7 @@
setElementStyle(refName : string, propertyName : string, propertyStyle : any) : void {
let element : Element | null = this.$elementMap.get(refName)
if (element == null) {
element = this.$refs
.get(refName)
as Element;
element = this.$refs
[refName]
as Element;
this.$elementMap.set(refName, element)
}
element.style.setProperty(propertyName, propertyStyle);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录