提交 bbf995ae 编写于 作者: 赵十四's avatar 赵十四

Merge branch 'frontend' of https://gitcode.net/qq_50679803/great-teamwork into frontend

...@@ -60,14 +60,14 @@ ...@@ -60,14 +60,14 @@
"geolocation" : { "geolocation" : {
"amap" : { "amap" : {
"__platform__" : [ "ios", "android" ], "__platform__" : [ "ios", "android" ],
"appkey_ios" : "d8ed7a0b95d0c729908f38b495767549", "appkey_ios" : "921f50bdf0f2d9511ac8c0824f04e6c2",
"appkey_android" : "d8ed7a0b95d0c729908f38b495767549" "appkey_android" : "921f50bdf0f2d9511ac8c0824f04e6c2"
} }
}, },
"maps" : { "maps" : {
"amap" : { "amap" : {
"appkey_ios" : "d8ed7a0b95d0c729908f38b495767549", "appkey_ios" : "921f50bdf0f2d9511ac8c0824f04e6c2",
"appkey_android" : "d8ed7a0b95d0c729908f38b495767549" "appkey_android" : "921f50bdf0f2d9511ac8c0824f04e6c2"
} }
}, },
"ad" : {} "ad" : {}
......
...@@ -212,23 +212,18 @@ ...@@ -212,23 +212,18 @@
} }
.content1 { .content1 {
height: 50%; height: 50%;
} }
.distance { .distance {
width: 70%; width: 70%;
font-weight: bold; font-weight: bold;
font-size: 65rpx; font-size: 55rpx;
margin-top: 15rpx; margin-top: 35rpx;
float: left; float: left;
} }
.type-icon { .type-icon {
float: right; float: right;
margin-top: 50rpx; margin-top: 50rpx;
margin-right: 70rpx; margin-right: 70rpx;
......
...@@ -202,12 +202,10 @@ ...@@ -202,12 +202,10 @@
} }
.distance { .distance {
width: 70%; width: 70%;
font-weight: bold; font-weight: bold;
font-size: 65rpx; font-size: 55rpx;
margin-top: 15rpx; margin-top: 35rpx;
float: left; float: left;
} }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
duration: res.duration, duration: res.duration,
pace: res.duration / res.distance pace: res.duration / res.distance
}); });
const subNVue = uni.getSubNVueById('popup1'); // 通过 id 获取 nvue 子窗体 const subNVue = uni.getSubNVueById('popup'); // 通过 id 获取 nvue 子窗体
subNVue.show('slide-in-top', 250); // 打开 nvue 子窗体 subNVue.show('slide-in-top', 250); // 打开 nvue 子窗体
}, },
data() { data() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册