暂无
@@ -105,6 +104,19 @@
this.getDetail()
},
methods: {
+ // 放大图片
+ previewImage(url) {
+ console.log(url)
+ uni.previewImage({
+ urls: [url],
+ longPressActions: {
+ itemList: ['很抱歉,暂不支持保存图片到本地'],
+ success: function(res) {
+ // console.log(res,'+++++')
+ }
+ }
+ });
+ },
// 穴位详情
getDetail() {
$http.request({
@@ -139,7 +151,7 @@
.mb-10{ margin-bottom: 10px;}
.content{font-size: 28rpx;}
.swiper-item{
- image{margin: 0 auto; height:200rpx;}
+ image{margin: 0 auto; height:250rpx;}
}
.uni-margin-wrap{ margin-bottom: 20rpx; padding-top: 20rpx;
diff --git a/pages/clock/clock.vue b/pages/clock/clock.vue
index 77cc728..06f9941 100644
--- a/pages/clock/clock.vue
+++ b/pages/clock/clock.vue
@@ -661,7 +661,7 @@
.then(res => {
if (res.code == 0) {
console.log(res, '任务信息')
- if (res.result != {}) {
+ if (res.result != {} && res.result) {
this.taskInfo = res.result
this.taskInfo.video != '' ? this.poster = this.taskInfo.video +
"?x-oss-process=video/snapshot,t_0,f_jpg" : ''
@@ -735,7 +735,7 @@
return
}
- if (!this.taskInfo.id) {
+ if (this.taskInfo != null && !this.taskInfo.id) {
uni.showToast({
title: '当天未发布打卡任务,不可签到哦',
icon: 'none'
diff --git a/pages/peanut/home.vue b/pages/peanut/home.vue
index e055de7..fed7c45 100644
--- a/pages/peanut/home.vue
+++ b/pages/peanut/home.vue
@@ -18,14 +18,15 @@
方药检索
-
-
- 书名检索
-
五运六气
+
+
+ 书名检索
+
+
吴门医述
diff --git a/pages/user/addAddress.vue b/pages/user/addAddress.vue
index f96d1a2..28f1a58 100644
--- a/pages/user/addAddress.vue
+++ b/pages/user/addAddress.vue
@@ -19,9 +19,9 @@
{{addressForm.areaidpathtext}}
-
-
+
+ @confirm="addconfirm" @change="changeHandler" >
+
@@ -50,7 +50,6 @@
+
\ No newline at end of file