diff --git a/components/text.vue b/components/text.vue
index d94b222..07934c5 100644
--- a/components/text.vue
+++ b/components/text.vue
@@ -124,7 +124,8 @@
请您理解,我们向您提供的服务是不断更新和发展的。如您选择使用了前述说明当中未涵盖的其他服务,基于该服务我们需要收集您的信息的,我们会通过页面提示、交互流程、协议约定的方式另行向您说明信息收集的范围与目的,并征得您的同意。我们会按照本政策以及相应的用户协议约定使用、存储、对外提供及保护您的信息;如您选择不提供前述信息,您可能无法使用某项或某部分服务,但不影响您使用我们提供的其他服务。
二、我们对Cookie(或同类技术)的使用
- 为使您获得更轻松的访问体验,您访问“新医路健康服务平台”提供的服务时,我们可能会通过小型数据文件识别您的身份,帮您省去重复输入登录信息的步骤,或者帮助您判断您的账户是否安全。这些数据文件可能是Cookie、Flash
+
+ 为使您获得更轻松的访问体验,您访问“新医路健康服务平台”提供的服务时,我们可能会通过小型数据文件识别您的身份,帮您省去重复输入登录信息的步骤,或者帮助您判断您的账户是否安全。这些数据文件可能是Cookie、Flash
Cookie、或您的浏览器或关联应用程序提供的其他本地存储(统称“Cookie”)。请您理解,我们的某些服务只能通过使用Cookie才可得到实现。如果您的浏览器或浏览器附加服务允许,您可以修改对Cookie的接受程度或者拒绝“新医路健康服务平台”的Cookie,但这一举动在某些情况下可能会影响您安全访问“新医路健康服务平台”和使用“新医路健康服务平台”提供的服务。我们使用
Cookie(或同类技术)主要为了实现以下功能或服务:
@@ -224,8 +225,11 @@
本隐私权政策不适用于:
1. 其他第三方产品或服务,可能包括在推荐中向您显示的产品或网站和广告内容或者“新医路健康服务平台”服务中链接到的其他产品或网站。
2. 为“新医路健康服务平台”服务进行广告宣传的其他第三方。
- 第三方主体可能会通过“新医路健康服务平台”向您提供服务。当您进入第三方主体运营的服务界面时,请注意相关服务由第三方主体向您提供。涉及到第三方主体向您收集信息的,建议您仔细查看第三方主体的隐私政策或协议约定。
- 请您了解,本隐私政策中所述的“新医路健康服务平台”及相关服务可能会根据您所使用的手机型号、系统版本、软件应用程序版本、移动客户端等因素而有所不同。最终的产品和服务以您所使用的“新医路健康服务平台”软件及相关服务为准。
+ 第三方主体可能会通过“新医路健康服务平台”向您提供服务。当您进入第三方主体运营的服务界面时,请注意相关服务由第三方主体向您提供。涉及到第三方主体向您收集信息的,建议您仔细查看第三方主体的隐私政策或协议约定。
+
+
+ 请您了解,本隐私政策中所述的“新医路健康服务平台”及相关服务可能会根据您所使用的手机型号、系统版本、软件应用程序版本、移动客户端等因素而有所不同。最终的产品和服务以您所使用的“新医路健康服务平台”软件及相关服务为准。
+
十、第三方软件开发包(SDK)个人信息收集情况
1.地理位置服务:当您使用地理位置相关服务时,我们会将您的WLAN状态信息、定位信息、终端设备唯一标识符,与位置服务提供商(百度地图)进行共享,以便可以返回您的位置信息,并最终向您提供定位服务。我们会使用各种技术进行定位,包括IP地址、GNSS以及能够提供相关信息的其他传感器(如可能会为百度提供附近设备、WLAN接入点和基站的信息)。这些个人信息的收集,仅会在已获得您的终端设备系统权限允许的前提下进行。若您拒绝提供,仅会影响地理位置服务功能,但不影响其他功能的正常使用。
@@ -370,7 +374,7 @@
十一、联系我们
1.如果您对个人信息保护问题有投诉、建议、疑问,您可通过登录“新医路健康服务平台”客户端内的“举报反馈”页面与我们联系,我们核查并验证您的用户身份后会在15个工作日内反馈您的投诉与举报 。
2.如对本隐私政策内容有任何疑问、意见或建议,您也可通过登录“新医路健康服务平台”客户端内的“举报反馈”页面与我们联系。
- 3.APP运营单位:山东新医路信息科技有限公司,地址:山东省济南市槐荫区经十路22799号银座中心2号楼1608室, 联系电话:0558-69900398。
+ 3.APP运营单位:山东新医路信息科技有限公司,地址:山东省济南市槐荫区首诺城市之光东座22楼E10室, 联系电话:0558-69900398。
@@ -381,4 +385,4 @@
+
\ No newline at end of file
diff --git a/main.js b/main.js
index e4eb684..618e870 100644
--- a/main.js
+++ b/main.js
@@ -5,10 +5,12 @@ import Vue from 'vue'
import './uni.promisify.adaptor'
// main.js
import uView from "uview-ui";
+import store from "@/store/index.js"
Vue.use(uView);
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
+ store,
...App
})
app.$mount()
diff --git a/pages.json b/pages.json
index df67051..0b4e9a3 100644
--- a/pages.json
+++ b/pages.json
@@ -224,12 +224,6 @@
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
- }, {
- "path": "disease/disease",
- "style": {
- "navigationBarTitleText": "疾病类型选择",
- "enablePullDownRefresh": false
- }
}, {
"path": "ProductList/ProductList", //商品列表
"style": {
@@ -331,6 +325,12 @@
"navigationBarTitleText": "兴业管家",
"enablePullDownRefresh": false
}
+ }, {
+ "path": "exchangerecords/exchangerecords",
+ "style": {
+ "navigationBarTitleText": "兑换记录",
+ "enablePullDownRefresh": false
+ }
}
]
}],
diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue
index 7d4157b..6762f89 100644
--- a/pages/myinformation/myinformation.vue
+++ b/pages/myinformation/myinformation.vue
@@ -5,7 +5,7 @@
我的
-->
-
+
张三
@@ -111,7 +111,7 @@
-
+
护理服务订单
@@ -187,40 +187,6 @@
}
},
methods: {
- //全部订单
- goorder(index, item) {
- const value = uni.getStorageSync('openid');
- const value2 = uni.getStorageSync('patientId');
- if (value && value2) {
- uni.navigateTo({
- url: `/pagesB/CommodityOrder/CommodityOrder?toindex=${index}&&orderStatus=${item}`
- })
- } else {
- this.gologin();
- }
- },
- //去登陆
- gologin() {
- this.$refs.uToast.show({
- title: '您未登录,请先登录',
- type: 'error',
- duration: '1000',
- url: '/pages/login/login'
- })
- },
- goBehaviorpoints() {
- uni.navigateTo({
- url: '/pagesB/Behaviorpoints/Behaviorpoints'
- })
- },
- gomanagefamily() {
- uni.navigateTo({
- url: '/pagesB/managefamily/managefamily'
- })
- },
- gohealthybeans() {
- uni.navigateTo({})
- },
remove() {
let that = this
const value = uni.getStorageSync('patientId');
@@ -342,13 +308,58 @@
this.gologin();
}
},
+ //全部订单
+ goorder(index, item) {
+ const value = uni.getStorageSync('openid');
+ const value2 = uni.getStorageSync('patientId');
+ if (value && value2) {
+ uni.navigateTo({
+ url: `/pagesB/CommodityOrder/CommodityOrder?toindex=${index}&&orderStatus=${item}`
+ })
+ } else {
+ this.gologin();
+ }
+ },
+ //去登陆
+ gologin() {
+ this.$refs.uToast.show({
+ title: '您未登录,请先登录',
+ type: 'error',
+ duration: '1000',
+ url: '/pages/login/login'
+ })
+ },
+ //护理站服务订单
+ gonursestation() {
+ const value = uni.getStorageSync('openid');
+ const value2 = uni.getStorageSync('patientId');
+ if (value && value2) {
+ uni.navigateTo({
+ url: '/pagesB/Nursingstationserviceorder/Nursingstationserviceorder'
+ })
+ } else {
+ this.gologin();
+ }
+ },
+ //行为积分
+ goBehaviorpoints() {
+ uni.navigateTo({
+ url: '/pagesB/Behaviorpoints/Behaviorpoints'
+ })
+ },
+ //管理家庭乘员
+ gomanagefamily() {
+ uni.navigateTo({
+ url: '/pagesB/managefamily/managefamily'
+ })
+ },
//积分页面
...mapActions(["integralopenPopup"]),
gointegral() {
const value = uni.getStorageSync('openid');
const value2 = uni.getStorageSync('patientId');
if (value && value2) {
- // this.integralopenPopup();
+ this.integralopenPopup();
setTimeout(e => {
uni.navigateTo({
url: `/pagesB/healthybeans/healthybeans?integral=${this.appPersonallist.integral}`
@@ -358,11 +369,17 @@
this.gologin();
}
},
- //健康档案
- goHealthrecords() {
- uni.navigateTo({
- url: '/pages/Healthrecords/Healthrecords'
- })
+ //修改信息
+ updatainfo() {
+ const value = uni.getStorageSync('openid');
+ const value2 = uni.getStorageSync('patientId');
+ if (value && value2) {
+ uni.navigateTo({
+ url: `/pagesB/modify/modify`
+ })
+ } else {
+ this.gologin();
+ }
},
}
}
diff --git a/pagesB/Behaviorpoints/Behaviorpoints.vue b/pagesB/Behaviorpoints/Behaviorpoints.vue
index 6bccdd2..c5b4b97 100644
--- a/pagesB/Behaviorpoints/Behaviorpoints.vue
+++ b/pagesB/Behaviorpoints/Behaviorpoints.vue
@@ -7,13 +7,12 @@
1000
-
+
积分商城
兑换记录
-
@@ -43,6 +42,9 @@
+
\ No newline at end of file
diff --git a/pagesB/CommodityOrder/CommodityOrder.scss b/pagesB/CommodityOrder/CommodityOrder.scss
index fd75565..655ae0d 100644
--- a/pagesB/CommodityOrder/CommodityOrder.scss
+++ b/pagesB/CommodityOrder/CommodityOrder.scss
@@ -60,7 +60,7 @@ page{
.submits {
width: 501rpx;
height: 71rpx;
- background: #4C7BC9;
+ background: #26A888;
border-radius: 26rpx;
text-align: center;
line-height: 71rpx;
@@ -158,7 +158,7 @@ page{
.harvest {
margin-left: 10rpx;
- background: #4C7BC9;
+ background: #26A888;
}
}
@@ -254,7 +254,7 @@ page{
span {
position: absolute;
right: 0%;
- color: #4C7BC9;
+ color: #26A888;
// line-height: 67px;
display: inline-block;
diff --git a/pagesB/disease/disease.scss b/pagesB/disease/disease.scss
deleted file mode 100644
index 8880869..0000000
--- a/pagesB/disease/disease.scss
+++ /dev/null
@@ -1,73 +0,0 @@
-.app {
- height: 100%;
- padding: 30rpx 0 70rpx;
- .btn {
- width: 217rpx;
- height: 68rpx;
- background: #4C7BC9;
- border-radius: 26rpx;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 68rpx;
- margin: 100rpx 0 0 60%;
- }
-
- .items {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- color: #000000;
-
- .other {
- margin: 0 auto;
- height: 93rpx;
- display: flex;
- background-color: #fff;
- border-radius: 20rpx;
- width: 100%;
- box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
- margin: 20rpx auto;
- line-height: 93rpx;
-
- view {
- height: 93rpx;
- font-size: 32rpx;
- line-height: 93rpx;
- }
-
- span {
- display: inline-block;
- line-height: 93rpx;
- height: 93rpx;
- width: 30%;
- font-size: 32rpx;
- }
-
- ::v-deep .u-input__input {
- height: 93rpx;
- font-size: 32rpx;
- }
-
- ::v-deep .uni-input-wrapper {
- height: 93rpx;
- line-height: 93rpx;
- }
-
- ::v-deep .u-input {
- width: 70%;
- height: 93rpx;
- line-height: 93rpx;
- }
- }
-
- .item {
- width: 100%;
- height: 93rpx;
- background: #ffffff;
- box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
- border-radius: 20rpx;
- margin: 0 auto 20rpx;
- line-height: 93rpx;
- }
- }
- }
\ No newline at end of file
diff --git a/pagesB/disease/disease.vue b/pagesB/disease/disease.vue
deleted file mode 100644
index 198544b..0000000
--- a/pagesB/disease/disease.vue
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- {{item.diseaseName}}
-
-
- 其他:
-
-
-
- 提交
-
-
-
-
-
-
-
-
diff --git a/pagesB/exchangerecords/exchangerecords.vue b/pagesB/exchangerecords/exchangerecords.vue
new file mode 100644
index 0000000..3e1a339
--- /dev/null
+++ b/pagesB/exchangerecords/exchangerecords.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pagesB/modify/modify.scss b/pagesB/modify/modify.scss
index 349db3e..ee79edc 100644
--- a/pagesB/modify/modify.scss
+++ b/pagesB/modify/modify.scss
@@ -150,8 +150,17 @@
height: 400rpx;
border-bottom: 1rpx solid #D8D4D4;
position: relative;
-
+ .text{
+ position: absolute;
+ top: 85%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #333333;
+ }
.picture {
+ border-radius: 50%;
width: 200rpx;
height: 200rpx;
position: absolute;
diff --git a/pagesB/modify/modify.vue b/pagesB/modify/modify.vue
index 00eb804..4336d38 100644
--- a/pagesB/modify/modify.vue
+++ b/pagesB/modify/modify.vue
@@ -4,6 +4,9 @@
+
+ 点击编辑头像
+
姓名:
@@ -53,14 +56,6 @@
-
- 基础疾病:
-
-
- {{item.diseaseName}}
-
-
@@ -169,7 +164,6 @@
locationName: '',
sex: '',
},
- patientDiseaseInfoList: [], //获取个人信息
addresslength: null,
}
},
@@ -197,12 +191,6 @@
if (that.appPersonallist.areaName) {
that.address = that.appPersonallist.areaName
}
- that.patientDiseaseInfoList = that.appPersonallist.patientDiseaseInfoList
- if (that.patientDiseaseInfoList.length > 0) {
- that.patientDiseaseInfoList.forEach(e => {
- e.id = e.diseaseId
- })
- }
} else if (Response.code == 9999) {} else {
uni.navigateBack({
delta: 1
@@ -274,7 +262,6 @@
timeout: 5000,
success(res) {
that.appPersonallist.headPictureUrl = JSON.parse(res.data).imgUrl
- that.appPersonallist.diseaseInfoList = that.patientDiseaseInfoList
information(that.appPersonallist).then(res => {
if (res.code == 200) {
that.$refs.uToast.show({
@@ -301,7 +288,6 @@
}
})
} else {
- that.appPersonallist.diseaseInfoList = that.patientDiseaseInfoList
information(that.appPersonallist).then(res => {
if (res.code == 200) {
that.$refs.uToast.show({
@@ -392,12 +378,6 @@
this.list = res.data;
})
},
- //跳转疾病选择
- godisease() {
- uni.navigateTo({
- url: `/pages/disease/disease?diseaseInfoList=${JSON.stringify(this.patientDiseaseInfoList)}`,
- })
- },
changeRadio() {
if (this.radio == 1) {
this.radio = 2;
@@ -416,18 +396,18 @@
},
//带参返回
onShow() {
- let that = this
- // const chooseLocation = requirePlugin('chooseLocation');
- // const location = chooseLocation.getLocation(); // 如果点击确认选点按钮,则返回选点结果对象,否则返回null
- // if (location) {
- // that.appPersonallist.locationName = location.address
- // that.appPersonallist.homeLongitude = location.longitude;
- // that.appPersonallist.homeLatitude = location.latitude;
- // }
- uni.$on('disease', function(data) {
- that.patientDiseaseInfoList = JSON.parse(data.disease)
- uni.$off('disease')
- })
+ // let that = this
+ // // const chooseLocation = requirePlugin('chooseLocation');
+ // // const location = chooseLocation.getLocation(); // 如果点击确认选点按钮,则返回选点结果对象,否则返回null
+ // // if (location) {
+ // // that.appPersonallist.locationName = location.address
+ // // that.appPersonallist.homeLongitude = location.longitude;
+ // // that.appPersonallist.homeLatitude = location.latitude;
+ // // }
+ // uni.$on('disease', function(data) {
+ // that.patientDiseaseInfoList = JSON.parse(data.disease)
+ // uni.$off('disease')
+ // })
},
}
diff --git a/pagesB/orderDetails/orderDetails.scss b/pagesB/orderDetails/orderDetails.scss
index df33d2c..a219199 100644
--- a/pagesB/orderDetails/orderDetails.scss
+++ b/pagesB/orderDetails/orderDetails.scss
@@ -3,7 +3,7 @@
.submits {
width: 501rpx;
height: 71rpx;
- background: #4C7BC9;
+ background: #26A888;
border-radius: 26rpx;
text-align: center;
line-height: 71rpx;
@@ -83,11 +83,11 @@
height: 70rpx;
margin: 30rpx auto 0;
line-height: 70rpx;
- background-color:#4C7BC9 ;
+ background-color:#26A888 ;
border-radius: 50rpx;
// color: #4C7BC9;
color: #FFFFFF;
- border: 1rpx solid #4C7BC9;
+ border: 1rpx solid #26A888;
}
.buy {
background: #FFFFFF;
@@ -115,7 +115,7 @@
height: 68rpx;
text-align: center;
color: #ffffff;
- background: #4C7BC9;
+ background:#26A888;
border-radius: 26rpx;
font-size: 36rpx;
line-height: 68rpx;