diff --git a/src/project/fengdu/AppStore/EvaluateForm.vue b/src/project/fengdu/AppStore/EvaluateForm.vue index a005e7f..6172739 100644 --- a/src/project/fengdu/AppStore/EvaluateForm.vue +++ b/src/project/fengdu/AppStore/EvaluateForm.vue @@ -11,16 +11,20 @@

经营者

{{ shopInfo.name }}
-
+

经营类型

{{ $dict.getLabel('operatorType', shopInfo.operatorType) }}
+
+ + +
@@ -203,6 +207,9 @@ export default { return `${year}-${month}-${day}`; }, + callPhone(phone) { + uni.makePhoneCall({ phoneNumber: phone }) + }, }, } @@ -238,6 +245,7 @@ export default { } .flex-info { width: 100%; + position: relative; .flex-item { display: inline-block; position: relative; @@ -264,9 +272,14 @@ export default { } .item-phone { padding: 0 32px; + img { + width: 40px; + height: 40px; + margin-top: 16px; + } } .item-type { - padding-left: 32px; + padding: 0 32px; } } } diff --git a/src/project/fengdu/AppStore/StoreDetail.vue b/src/project/fengdu/AppStore/StoreDetail.vue index c75d1e3..f71521d 100644 --- a/src/project/fengdu/AppStore/StoreDetail.vue +++ b/src/project/fengdu/AppStore/StoreDetail.vue @@ -25,17 +25,17 @@

经营者

{{ detailInfo.name }}
-
-
-

联系电话

-
{{ detailInfo.phone }}
- +

经营类型

{{ $dict.getLabel('operatorType', detailInfo.operatorType) }}
+
+ + +
@@ -219,7 +219,10 @@ export default { previewShopImg() { var imgList = [{url: this.detailInfo.fileUrl}] this.$previewImage(imgList, 0, 'url'); - } + }, + callPhone(phone) { + uni.makePhoneCall({ phoneNumber: phone }) + }, }, onReachBottom() { this.current++ @@ -336,7 +339,13 @@ export default { border-right: 1px solid #D9D9D9; } } - + .item-phone { + img { + width: 40px; + height: 40px; + margin-top: 16px; + } + } } } .line-bg { diff --git a/src/project/fengdu/AppStore/components/Evaluate.vue b/src/project/fengdu/AppStore/components/Evaluate.vue index a5f7408..14cfab4 100644 --- a/src/project/fengdu/AppStore/components/Evaluate.vue +++ b/src/project/fengdu/AppStore/components/Evaluate.vue @@ -43,16 +43,14 @@

经营者

{{ item.name }}
-
-

联系电话

-
{{ item.phone }}
- -
-
+

经营类型

{{ $dict.getLabel('operatorType', item.operatorType) }}
+
+ +
@@ -147,7 +145,10 @@ export default { }, toStoreDetail(id) { this.$emit('toStoreDetail', {shopId: id}) - } + }, + callPhone(phone) { + uni.makePhoneCall({ phoneNumber: phone }) + }, }, } @@ -197,7 +198,7 @@ export default { box-sizing: border-box; margin-bottom: 32px; .left { - width: 168px; + width: 176px; image { width: 152px; height: 174px; @@ -205,7 +206,7 @@ export default { } } .right { - width: calc(100% - 168px); + width: calc(100% - 176px); .right-btn { position: absolute; top: 0; @@ -253,6 +254,7 @@ export default { } .flex-info { width: 100%; + position: relative; .flex-item { display: inline-block; position: relative; @@ -279,9 +281,15 @@ export default { box-sizing: border-box; } .item-phone { - width: calc(100% - 232px); - padding: 0 32px; + padding: 20px; box-sizing: border-box; + position: absolute; + top: 0; + right: 0; + img { + width: 40px; + height: 40px; + } } .item-type { width: 128px; diff --git a/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue b/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue index 6a5ae4d..039bdce 100644 --- a/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue +++ b/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue @@ -213,7 +213,7 @@ export default { }) }, showDetail(e) { - uni.navigateTo({url: `/apps/AppPeopleList/DetailCard?id=${e.resident_id}`}) + uni.navigateTo({url: `/mods/AppPeopleList/DetailCard?id=${e.resident_id}`}) } }, } diff --git a/src/project/weiyang/AppSpecialPeople/add.vue b/src/project/weiyang/AppSpecialPeople/add.vue index 180f1b9..4ecf6f9 100644 --- a/src/project/weiyang/AppSpecialPeople/add.vue +++ b/src/project/weiyang/AppSpecialPeople/add.vue @@ -154,7 +154,7 @@ {{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
- +