This commit is contained in:
2024-02-03 11:23:04 +08:00
parent dd036a3c05
commit 64d4e3340b
21 changed files with 58 additions and 60 deletions

View File

@ -9,12 +9,6 @@
"navigationStyle": "custom", "navigationStyle": "custom",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}, { }, {
"path": "pages/message/message", "path": "pages/message/message",
"style": { "style": {
@ -40,17 +34,23 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
} }
], ],
"subPackages": [{ "subPackages": [{
"root": "pagesB", "root": "pagesB",
"pages": [{ "pages": [{
"path": "register/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "Behaviorpoints/Behaviorpoints", "path": "Behaviorpoints/Behaviorpoints",
"style": { "style": {
"navigationBarTitleText": "积分兑换", "navigationBarTitleText": "积分兑换",

View File

@ -204,7 +204,7 @@
// //
login() { login() {
uni.navigateTo({ uni.navigateTo({
url: "/pages/login/login" url: "/pagesB/login/login"
}) })
}, },
// //
@ -232,7 +232,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
}, },
// //

View File

@ -87,7 +87,7 @@
success(res) { success(res) {
if (res.confirm) { if (res.confirm) {
uni.redirectTo({ uni.redirectTo({
url: "/pages/register/register" url: "/pagesB/register/register"
}) })
} else { } else {
wx.exitMiniProgram() wx.exitMiniProgram()
@ -125,7 +125,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },
@ -157,7 +157,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
@ -178,7 +178,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, 0) }, 0)
@ -196,7 +196,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },
@ -215,7 +215,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, 50) }, 50)
@ -234,7 +234,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, 0) }, 0)
@ -254,7 +254,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, 0) }, 0)

View File

@ -448,7 +448,7 @@
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
duration: '1000', duration: '1000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
}, },
// //
@ -486,7 +486,7 @@
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
}, },
// //
@ -558,7 +558,7 @@
// success(res) { // success(res) {
// if (res.confirm) { // if (res.confirm) {
// uni.redirectTo({ // uni.redirectTo({
// url: "/pages/login/login?mode=" // url: "/pagesB/login/login?mode="
// }) // })
// } else { // } else {
// wx.exitMiniProgram() // wx.exitMiniProgram()
@ -568,7 +568,7 @@
// } else { // } else {
// this.getSetting() // this.getSetting()
// uni.navigateTo({ // uni.navigateTo({
// url: '/pages/login/login' // url: '/pagesB/login/login'
// }); // });
// } // }
}, },

View File

@ -530,7 +530,7 @@
that.$refs.uToast.show({ that.$refs.uToast.show({
title: res.msg, title: res.msg,
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}) })
@ -538,7 +538,7 @@
that.$refs.uToast.show({ that.$refs.uToast.show({
title: '未登录,请先登录', title: '未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },
@ -712,7 +712,7 @@
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '未登录,请先登录', title: '未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
} }

View File

@ -180,7 +180,7 @@
that.$refs.uToast.show({ that.$refs.uToast.show({
title: res.msg, title: res.msg,
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}) })
@ -188,7 +188,7 @@
that.$refs.uToast.show({ that.$refs.uToast.show({
title: '未登录,请先登录', title: '未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },

View File

@ -136,7 +136,7 @@
appletAppointmentOrderPay appletAppointmentOrderPay
} from '@/api/pagesB/appointmenttime/appointmenttime.js' } from '@/api/pagesB/appointmenttime/appointmenttime.js'
import baseurl from '@/api/baseurl.js' import baseurl from '@/api/baseurl.js'
import appointmenttext from '../../components/appointmenttimetext.vue' import appointmenttext from '../appointmenttimetext.vue'
import tabs from '../utabs/u-tabs.vue' import tabs from '../utabs/u-tabs.vue'
export default { export default {
components: { components: {

View File

@ -104,7 +104,7 @@
const value3 = uni.getStorageSync('Refresh'); const value3 = uni.getStorageSync('Refresh');
if (value) {} else { if (value) {} else {
uni.navigateTo({ uni.navigateTo({
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
if (value3) { if (value3) {

View File

@ -212,7 +212,7 @@
}) })
// uni.navigateTo({ // uni.navigateTo({
// url:`/pages/register/register?headPictureUrl=${this.tempImg}` // url:`/pagesB/register/register?headPictureUrl=${this.tempImg}`
// }) // })
}, },

View File

@ -481,7 +481,7 @@
title: '请先登录', title: '请先登录',
type: 'error', type: 'error',
duration: '2000', duration: '2000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}) })
@ -490,7 +490,7 @@
title: '请先登录', title: '请先登录',
type: 'error', type: 'error',
duration: '2000', duration: '2000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },
@ -511,7 +511,7 @@
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '未登录,请先登录', title: '未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
} }
@ -592,7 +592,7 @@
title: '请先登录', title: '请先登录',
type: 'error', type: 'error',
duration: '2000', duration: '2000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}) })
@ -601,7 +601,7 @@
title: '请先登录', title: '请先登录',
type: 'error', type: 'error',
duration: '2000', duration: '2000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },

View File

@ -105,7 +105,7 @@
getNurseType, getNurseType,
information information
} from '@/api/pagesB/information/index.js' } from '@/api/pagesB/information/index.js'
import contenttext from '../../components/text.vue'; import contenttext from '../text.vue';
import { import {
appPersonal, appPersonal,
} from '@/api/pages/myinformation/myinformation.js'; } from '@/api/pages/myinformation/myinformation.js';

View File

@ -24,7 +24,8 @@
} }
.scroll-Y{ .scroll-Y{
padding-top: 20rpx; padding-top: 20rpx;
height:800rpx ; height:800rpx;
width: 100%;
overflow-y:scroll; overflow-y:scroll;
text-align: left; text-align: left;
text-indent: 2em; text-indent: 2em;

View File

@ -24,7 +24,7 @@
用户协议与隐私政策 用户协议与隐私政策
</view> </view>
<scroll-view scroll-y="true" class="scroll-Y" style=""> <scroll-view scroll-y="true" class="scroll-Y" style="">
<contenttext></contenttext> <contenttext v-if="maskshow"></contenttext>
</scroll-view> </scroll-view>
<view class="cancel" @tap='maskshow=false'> <view class="cancel" @tap='maskshow=false'>
取消 取消
@ -53,7 +53,7 @@
import { import {
mapMutations mapMutations
} from "vuex"; } from "vuex";
import contenttext from '../../components/text.vue'; import contenttext from '../text.vue';
export default { export default {
components: { components: {
contenttext, contenttext,
@ -176,7 +176,7 @@
} }
that.timer = setTimeout(() => { that.timer = setTimeout(() => {
uni.redirectTo({ uni.redirectTo({
url: '/pages/register/register', url: '/pagesB/register/register',
}) })
}, 1500) }, 1500)
} else if (resp.data.code == '2') { } else if (resp.data.code == '2') {

View File

@ -148,7 +148,7 @@
title: '请先登录', title: '请先登录',
type: 'error', type: 'error',
duration: '2000', duration: '2000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}) })
@ -157,7 +157,7 @@
title: '请先登录', title: '请先登录',
type: 'error', type: 'error',
duration: '2000', duration: '2000',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },

View File

@ -242,7 +242,7 @@
// that.$refs.uToast.show({ // that.$refs.uToast.show({
// title: res.msg, // title: res.msg,
// type: 'error', // type: 'error',
// url: '/pages/login/login' // url: '/pagesB/login/login'
// }) // })
// } // }
// }) // })
@ -250,7 +250,7 @@
// that.$refs.uToast.show({ // that.$refs.uToast.show({
// title: ',', // title: ',',
// type: 'error', // type: 'error',
// url: '/pages/login/login' // url: '/pagesB/login/login'
// }) // })
// } // }
}, },

View File

@ -107,7 +107,7 @@
import { import {
getRegionAndStreetInfo getRegionAndStreetInfo
} from '@/api/pagesB/information/index.js' } from '@/api/pagesB/information/index.js'
import contenttext from '../../components/text.vue'; import contenttext from '../text.vue';
import baseurl from '@/api/baseurl.js' import baseurl from '@/api/baseurl.js'
import { import {
appPersonal, appPersonal,

View File

@ -355,7 +355,7 @@
that.$refs.uToast.show({ that.$refs.uToast.show({
title: res.msg, title: res.msg,
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}) })
@ -364,7 +364,7 @@
that.$refs.uToast.show({ that.$refs.uToast.show({
title: '未登录,请先登录', title: '未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} }
}, },

View File

@ -142,7 +142,7 @@
getNurseType, getNurseType,
information information
} from '@/api/pagesB/information/index.js' } from '@/api/pagesB/information/index.js'
import contenttext from '../../components/text.vue'; import contenttext from '../text.vue';
import { import {
getSubordinateRegions, getSubordinateRegions,
} from '@/api/pagesB/modifyAddress/modifyAddress.js'; } from '@/api/pagesB/modifyAddress/modifyAddress.js';

View File

@ -209,7 +209,8 @@
<view> 访问隐私政策</view> <view> 访问隐私政策</view>
<view> 您可以在我的设置中查看本隐私政策的全部内容</view> <view> 您可以在我的设置中查看本隐私政策的全部内容</view>
<view style="text-indent: 0em;padding: 10rpx 0;"> 未成年人使用条款</view> <view style="text-indent: 0em;padding: 10rpx 0;"> 未成年人使用条款</view>
<view> 若您是未满18周岁的未成年人且无完全民事行为能力在使用智慧家庭医生服务平台及相关服务前应在您的父母或其他监护人监护指导下共同阅读并在征得您父母或者监护人同意的前提下使用我们的服务或向我们提供信息 <view>
若您是未满18周岁的未成年人且无完全民事行为能力在使用智慧家庭医生服务平台及相关服务前应在您的父母或其他监护人监护指导下共同阅读并在征得您父母或者监护人同意的前提下使用我们的服务或向我们提供信息
</view> </view>
<view> <view>
我们根据国家相关法律法规的规定保护未成年人的个人信息只会在法律允许父母或其他监护人明确同意或保护未成年人所必要的情况下收集使用储存共享转让或披露未成年人的个人信息如果我们发现在违背了法律有关规定或未事先获得可证实的父母同意的情况下收集了未成年人的个人信息则会设法尽快删除相关信息 我们根据国家相关法律法规的规定保护未成年人的个人信息只会在法律允许父母或其他监护人明确同意或保护未成年人所必要的情况下收集使用储存共享转让或披露未成年人的个人信息如果我们发现在违背了法律有关规定或未事先获得可证实的父母同意的情况下收集了未成年人的个人信息则会设法尽快删除相关信息
@ -361,8 +362,6 @@
</uni-tr> </uni-tr>
</uni-table> </uni-table>
</view> </view>
<view> 友盟 SDK 安全能力通过</view> <view> 友盟 SDK 安全能力通过</view>
<view> 公安部三级等保认证非银机构最高安全等级</view> <view> 公安部三级等保认证非银机构最高安全等级</view>
<view> ISO27001 信息安全管理体系认证</view> <view> ISO27001 信息安全管理体系认证</view>
@ -380,9 +379,7 @@
<view></view> <view></view>
</view> </view>
</template> </template>
<script> <script>
</script> </script>
<style> <style>
</style> </style>

View File

@ -47,7 +47,7 @@
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '您未登录,请先登录', title: '您未登录,请先登录',
type: 'error', type: 'error',
url: '/pages/login/login' url: '/pagesB/login/login'
}) })
} else { } else {
if (item.surveySubject == 1001) { if (item.surveySubject == 1001) {