diff --git a/App.vue b/App.vue
index d85e9fd..92f0e3e 100644
--- a/App.vue
+++ b/App.vue
@@ -61,6 +61,14 @@ export default {
});
}
}
+ if(event.indexOf('paySuccess') > -1){
+ console.log('app.vue监听到成功支付');
+ if(data.type=='GandanFile'){
+ uni.$emit('paySuccess',{
+ type:'GandanFile',
+ });
+ }
+ }
});
// #endif
} catch (error) {
diff --git a/api/api.js b/api/api.js
index 7897d04..5196122 100644
--- a/api/api.js
+++ b/api/api.js
@@ -599,6 +599,7 @@ const api = {
getOrderStatus(data){
return request('/expertPay/getOrderStatus', data, 'post', false);
},
+
getOrderStatus(data){
return request('/expertPay/getOrderStatus', data, 'post', false);
},
@@ -660,6 +661,17 @@ const api = {
downloadGanDanFile(data){
return request('/expertAPI/downloadGanDanFile', data, 'post', false,'application/json',{},'arraybuffer');
},
+ downloadGanDanFileV2(data){
+ return request('/expertAPI/downloadGanDanFileV2', data, 'post', false);
+ },
+ feedBack(data){
+ return request('/expert/feedBack', data, 'post', false);
+ },
+ getPointUnitPrice(data){
+ return request('/expertApp/getPointUnitPrice', data, 'post', false);
+ },
+
+
}
export default api
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 8508173..cf5b387 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "肝胆相照专家版",
"appid" : "__UNI__89F511F",
"description" : "",
- "versionName" : "4.1.5",
- "versionCode" : 100,
+ "versionName" : "4.1.9",
+ "versionCode" :419,
"transformPx" : false,
"app-plus" : {
/* 5+App特有相关 */
@@ -31,7 +31,8 @@
"VideoPlayer" : {},
"OAuth" : {},
"Barcode" : {},
- "Camera" : {}
+ "Camera" : {},
+ "Payment" : {}
},
/* 模块配置 */
"distribute" : {
diff --git a/pages.json b/pages.json
index 727b58e..4d13562 100644
--- a/pages.json
+++ b/pages.json
@@ -489,6 +489,57 @@
}
}
},
+ {
+ "path": "buyPoint/buyPoint",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "myWelfare/myWelfare",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "myWelfareCard/myWelfareCard",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "myPoint/myPoint",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "积分",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+
+ {
+ "path": "pointGoods/pointGoods",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
{
"path": "newsList/newsList",
"style": {
@@ -509,6 +560,16 @@
}
}
},
+ {
+ "path": "patientInfo/patientInfo",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "患者信息",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
{
"path": "replayText/replayText",
"style": {
@@ -743,16 +804,7 @@
// }
// },
- // {
- // "path": "myWelfareCard/myWelfareCard",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "uni-app分页",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
+
// {
// "path": "myWelfareCard/exchange",
// "style": {
@@ -773,27 +825,7 @@
// }
// },
- // {
- // "path": "buyPoint/buyPoint",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "uni-app分页",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
- // {
- // "path": "pointGoods/pointGoods",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "uni-app分页",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
// {
// "path": "msg/msg",
// "style": {
@@ -804,16 +836,7 @@
// }
// }
// },
- // {
- // "path": "myWelfare/myWelfare",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "uni-app分页",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
+
// {
// "path": "caseRecord/caseRecord",
@@ -1178,15 +1201,7 @@
// }
// },
// {
- // "path": "myPoint/myPoint",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "积分",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
+
// {
// "path": "feedback/feedback",
// "style": {
@@ -1221,83 +1236,83 @@
]
- }
- // {
- // "root": "pages_goods",
- // "pages": [
- // {
- // "path": "coupon/coupon",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "积分券",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
- // {
- // "path": "pointMall/pointMall",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "积分商城",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
- // {
- // "path": "myRedemption/myRedemption",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "我的兑换",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
+ },
+ {
+ "root": "pages_goods",
+ "pages": [
+ {
+ "path": "coupon/coupon",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "积分券",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "pointMall/pointMall",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "积分商城",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "myRedemption/myRedemption",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "我的兑换",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
- // {
- // "path": "productDetail/productDetail",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "商品详情",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
- // {
- // "path": "exchange/index",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "在线兑换",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
- // {
- // "path": "exchange/address_list",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "地址管理",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
- // {
- // "path": "exchange/address",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "收货地址",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // }
- // ]
- // },
+ {
+ "path": "productDetail/productDetail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "商品详情",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "exchange/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "在线兑换",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "exchange/address_list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "地址管理",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "exchange/address",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "收货地址",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ }
+ ]
+ }
// {
// "root": "pages_chat",
// "pages": [
diff --git a/pages_app/buyPoint/buyPoint.vue b/pages_app/buyPoint/buyPoint.vue
index 43e3681..badfe27 100644
--- a/pages_app/buyPoint/buyPoint.vue
+++ b/pages_app/buyPoint/buyPoint.vue
@@ -1,5 +1,5 @@
-
+ > -->
+
@@ -46,20 +47,52 @@
+
@@ -138,7 +160,7 @@
}
.buy-point-page {
- height: calc(100vh - 180rpx);
+ height: 100vh;
background-color: $bg-color;
overflow: hidden; // 隐藏滚动条
@@ -224,6 +246,7 @@
}
.main-content {
+ margin-top: calc(var(--status-bar-height) + 44px);
padding: 40rpx 0rpx;
.page-title {
diff --git a/pages_app/consult/consult.vue b/pages_app/consult/consult.vue
index 97c53b4..aba37e2 100644
--- a/pages_app/consult/consult.vue
+++ b/pages_app/consult/consult.vue
@@ -4,6 +4,7 @@
新的咨询
+
我已回答
@@ -20,14 +21,18 @@
>
- {{ item.maskName }}
+
+ {{ item.maskName }}
+ ({{item.sex==1?'女':'男' }} {{ calcAge(item.birthDate) }}岁)
+
{{ item.date }}
- {{ item.content }}
+ {{ item.disease_describe }}