修改
This commit is contained in:
parent
a5e712afd2
commit
03c3bde132
@ -2,7 +2,7 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<image class="image" :src="imageurl" mode=""></image>
|
<image class="image" :src="imageurl" mode=""></image>
|
||||||
<image class="images" :src="imageurls" mode=""></image>
|
<image class="images" :src="imageurls" mode=""></image>
|
||||||
<image class="yuyue" src="../../static/yuyue.png" mode="" @tap="godetal"></image>
|
<image class="yuyue" src="../../static/pagesB/yuyue.png" mode="" @tap="godetal"></image>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
godetal() {
|
godetal() {
|
||||||
if (this.goto == 'homepage') {
|
if (this.goto == 'homepage') {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/medicine/medicine'
|
url: '/pagesB/medicine/medicine'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
getHeathHousingList
|
getHeathHousingList
|
||||||
} from '@/api/Healthknowledge/index.js'
|
} from '@/api/pagesB/Healthknowledge/index.js'
|
||||||
import baseurl from '@/api/baseurl.js'
|
import baseurl from '@/api/baseurl.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -51,7 +51,7 @@
|
|||||||
//跳转item
|
//跳转item
|
||||||
gohealthitem(item) {
|
gohealthitem(item) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
|
url: `/pagesB/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getHeathHousing() {
|
getHeathHousing() {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="concent">
|
<view class="concent">
|
||||||
<view class="background">
|
<view class="background">
|
||||||
<image src="/static/logo.png" mode=""></image>
|
<image src="/static/pagesB/logo.png" mode=""></image>
|
||||||
<view>
|
<view>
|
||||||
<view class="detailed">
|
<view class="detailed">
|
||||||
敬请期待
|
敬请期待
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
请选择支付方式
|
请选择支付方式
|
||||||
</view>
|
</view>
|
||||||
<view class="chat">
|
<view class="chat">
|
||||||
<image src="/static/chat.png" mode=""></image>
|
<image src="/static/pagesB/chat.png" mode=""></image>
|
||||||
<span>微信支付</span>
|
<span>微信支付</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="submits" @tap='buy'>
|
<view class="submits" @tap='buy'>
|
||||||
@ -66,10 +66,10 @@
|
|||||||
import {
|
import {
|
||||||
informationConfirmation,
|
informationConfirmation,
|
||||||
addHealthConsultationOrder
|
addHealthConsultationOrder
|
||||||
} from '@/api/Informationconfirmation/index.js'
|
} from '@/api/pagesB/Informationconfirmation/index.js'
|
||||||
import {
|
import {
|
||||||
appletGoodsOrderPay
|
appletGoodsOrderPay
|
||||||
} from '@/api/confirmOrder/index.js'
|
} from '@/api/pagesB/confirmOrder/index.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
that.timer = setTimeout(e => {
|
that.timer = setTimeout(e => {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: `/pages/CommodityOrder/CommodityOrder`
|
url: `/pagesB/CommodityOrder/CommodityOrder`
|
||||||
// url: `/pages/orderDetails/orderDetails?goodsOrderId=${id}`
|
// url: `/pages/orderDetails/orderDetails?goodsOrderId=${id}`
|
||||||
})
|
})
|
||||||
}, 1500)
|
}, 1500)
|
||||||
@ -140,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
that.timer = setTimeout(e => {
|
that.timer = setTimeout(e => {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: `/pages/orderDetails/orderDetails?goodsOrderId=${id}`
|
url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${id}`
|
||||||
})
|
})
|
||||||
}, 1500)
|
}, 1500)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
getDiseaseInfo
|
getDiseaseInfo
|
||||||
} from '@/api/disease/index.js'
|
} from '@/api/pagesB/disease/index.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
<u-tabs :list="tabList" :current="tabcurrent" @change="change"></u-tabs>
|
<u-tabs :list="tabList" :current="tabcurrent" @change="change"></u-tabs>
|
||||||
<view class="items">
|
<view class="items">
|
||||||
<view class="item" @tap='godiseasemanagement'>
|
<view class="item" @tap='godiseasemanagement'>
|
||||||
<image src="../../static/zbglzbgl.png" mode=""></image>
|
<image src="../../static/pagesB/zbglzbgl.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
专病管理云社区
|
专病管理云社区
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @tap='gogeriatricdisease'>
|
<view class="item" @tap='gogeriatricdisease'>
|
||||||
<image src="../../static/lnb.png" mode=""></image>
|
<image src="../../static/pagesB/lnb.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
国家老年病中心
|
国家老年病中心
|
||||||
</view>
|
</view>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
//老年病中心
|
//老年病中心
|
||||||
gogeriatricdisease() {
|
gogeriatricdisease() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/geriatricdisease/geriatricdisease'
|
url: '/pagesB/geriatricdisease/geriatricdisease'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="concent">
|
<view class="concent">
|
||||||
<view class="background">
|
<view class="background">
|
||||||
<image src="/static/logo.png" mode=""></image>
|
<image src="/static/pagesB/logo.png" mode=""></image>
|
||||||
<view>
|
<view>
|
||||||
<view class="detailed">
|
<view class="detailed">
|
||||||
<view>
|
<view>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<view class="rate">
|
<view class="rate">
|
||||||
<view class="images">
|
<view class="images">
|
||||||
<view class="itemimgs" v-for="(item,index) in file">
|
<view class="itemimgs" v-for="(item,index) in file">
|
||||||
<image class="delimg" src="../../static/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
<image class="delimg" src="../../static/pagesB/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||||
</image>
|
</image>
|
||||||
<image class="itemimg" :src="item" mode=""></image>
|
<image class="itemimg" :src="item" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
@ -38,11 +38,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import baseurl from '@/api/baseurl.js'
|
import baseurl from '@/api/pagesB/baseurl.js'
|
||||||
import {
|
import {
|
||||||
insertGoodsEvaluate,
|
insertGoodsEvaluate,
|
||||||
uploadEvaluatePictureUrl
|
uploadEvaluatePictureUrl
|
||||||
} from '@/api/goodsorderRate/index.js'
|
} from '@/api/pagesB/goodsorderRate/index.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@ -167,7 +167,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<u-mask :show="usershow" class='masks'>
|
<u-mask :show="usershow" class='masks'>
|
||||||
<view class="information">
|
<view class="information">
|
||||||
<image src="../../static/information.png" mode=""></image>
|
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
请完善个人信息
|
请完善个人信息
|
||||||
</view>
|
</view>
|
||||||
@ -462,7 +462,7 @@
|
|||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
title: '兑换商品成功',
|
title: '兑换商品成功',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
url: `/pages/orderDetails/orderDetails?goodsOrderId=${res.data.id}`
|
url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${res.data.id}`
|
||||||
})
|
})
|
||||||
that.buyshow = false
|
that.buyshow = false
|
||||||
} else {
|
} else {
|
||||||
@ -480,7 +480,7 @@
|
|||||||
title: '请先登录',
|
title: '请先登录',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
duration: '2000',
|
duration: '2000',
|
||||||
url: '/pages/login/login'
|
url: '/pagesB/login/login'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -489,7 +489,7 @@
|
|||||||
title: '请先登录',
|
title: '请先登录',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
duration: '2000',
|
duration: '2000',
|
||||||
url: '/pages/login/login'
|
url: '/pagesB/login/login'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -497,20 +497,20 @@
|
|||||||
upaddress() {
|
upaddress() {
|
||||||
if (this.updata.receiver) {
|
if (this.updata.receiver) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/modifyAddress/modifyAddress?updata=${JSON.stringify(this.updata)}`
|
url: `/pagesB/modifyAddress/modifyAddress?updata=${JSON.stringify(this.updata)}`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
const value = uni.getStorageSync('openid');
|
const value = uni.getStorageSync('openid');
|
||||||
const value2 = uni.getStorageSync('patientId');
|
const value2 = uni.getStorageSync('patientId');
|
||||||
if (value && value2) {
|
if (value && value2) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/information/information'
|
url: '/pagesB/information/information'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '未登录,请先登录',
|
title: '未登录,请先登录',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
url: '/pages/login/login'
|
url: '/pagesB/login/login'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -591,7 +591,7 @@
|
|||||||
title: '请先登录',
|
title: '请先登录',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
duration: '2000',
|
duration: '2000',
|
||||||
url: '/pages/login/login'
|
url: '/pagesB/login/login'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -600,7 +600,7 @@
|
|||||||
title: '请先登录',
|
title: '请先登录',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
duration: '2000',
|
duration: '2000',
|
||||||
url: '/pages/login/login'
|
url: '/pagesB/login/login'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -627,7 +627,7 @@
|
|||||||
goinformation() {
|
goinformation() {
|
||||||
this.usershow = false
|
this.usershow = false
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/information/information'
|
url: '/pagesB/information/information'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -654,4 +654,4 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "./healthybeans.scss";
|
@import "./healthybeans.scss";
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -30,25 +30,25 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="items">
|
<view class="items">
|
||||||
<view class="item" @tap="gosite">
|
<view class="item" @tap="gosite">
|
||||||
<image src="../../static/hlz.png" mode=""></image>
|
<image src="../../static/pagesB/hlz.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
护理机构
|
护理机构
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @tap="gomedicine">
|
<view class="item" @tap="gomedicine">
|
||||||
<image src="../../static/jkzx.png" mode=""></image>
|
<image src="../../static/pagesB/jkzx.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
齐鲁名医
|
齐鲁名医
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @tap='godiseasemanagement'>
|
<view class="item" @tap='godiseasemanagement'>
|
||||||
<image src="../../static/zbgl.png" mode=""></image>
|
<image src="../../static/pagesB/zbgl.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
专病管理
|
专病管理
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @tap='goycjc'>
|
<view class="item" @tap='goycjc'>
|
||||||
<image src="../../static/jiance.png" mode=""></image>
|
<image src="../../static/pagesB/jiance.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
远程监测
|
远程监测
|
||||||
</view>
|
</view>
|
||||||
@ -56,19 +56,19 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="Welfarecustomerservice">
|
<view class="Welfarecustomerservice">
|
||||||
<view class="topimgs">
|
<view class="topimgs">
|
||||||
<image src="../../static/ynph.png" mode="" @tap='gopzyh'></image>
|
<image src="../../static/pagesB/ynph.png" mode="" @tap='gopzyh'></image>
|
||||||
<image src="../../static/jypz.png" mode="" @tap='goseekmedicaladvice'></image>
|
<image src="../../static/pagesB/jypz.png" mode="" @tap='goseekmedicaladvice'></image>
|
||||||
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
|
<image src="../../static/pagesB/qyzq.png" mode="" @tap='gosuyu'></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="rightimg">
|
<view class="rightimg">
|
||||||
<image src="../../static/guanjia.png" mode="" @tap='goguanjia'></image>
|
<image src="../../static/pagesB/guanjia.png" mode="" @tap='goguanjia'></image>
|
||||||
<image class="" src="../../static/96558.png" mode="" @tap='gonight'></image>
|
<image class="" src="../../static/pagesB/96558.png" mode="" @tap='gonight'></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="rightimg">
|
<view class="rightimg">
|
||||||
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image>
|
<image src="../../static/pagesB/fuli.png" mode="" @tap='gomaterialbenefits'></image>
|
||||||
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image>
|
<image src="../../static/pagesB/kefu.png" mode="" @tap='gocustomerservice'></image>
|
||||||
</view>
|
</view>
|
||||||
<image class="shopping" src="../../static/shoping.png" mode="" @tap='goshopping'></image>
|
<image class="shopping" src="../../static/pagesB/shoping.png" mode="" @tap='goshopping'></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="Healthknowledge">
|
<view class="Healthknowledge">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<view class="title">
|
<view class="title">
|
||||||
查看更多
|
查看更多
|
||||||
</view>
|
</view>
|
||||||
<image src="../../static/huijiantou.png" mode=""></image>
|
<image src="../../static/pagesB/huijiantou.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
<view class="item" v-for="(item,index) in informationCategoryVOList" :key="index"
|
<view class="item" v-for="(item,index) in informationCategoryVOList" :key="index"
|
||||||
@ -102,10 +102,10 @@
|
|||||||
} from "vuex";
|
} from "vuex";
|
||||||
import {
|
import {
|
||||||
getPoserInfoListByType
|
getPoserInfoListByType
|
||||||
} from '@/api/homepage/index.js'
|
} from '@/api/pagesB/homepage/index.js'
|
||||||
import {
|
import {
|
||||||
getHeathHousingList
|
getHeathHousingList
|
||||||
} from '@/api/Healthknowledge/index.js'
|
} from '@/api/pagesB/Healthknowledge/index.js'
|
||||||
import baseurl from '../../api/baseurl';
|
import baseurl from '../../api/baseurl';
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -164,13 +164,13 @@
|
|||||||
} else if (e.dictLabel == '新医象') {
|
} else if (e.dictLabel == '新医象') {
|
||||||
this.goycjc();
|
this.goycjc();
|
||||||
} else {
|
} else {
|
||||||
if (e.jumpLink == '/pages/ConsultationDetails/ConsultationDetails') {
|
if (e.jumpLink == '/pagesB/ConsultationDetails/ConsultationDetails') {
|
||||||
const url = `/pages/ConsultationDetails/ConsultationDetails?goto=${'homepage'}`
|
const url = `/pagesB/ConsultationDetails/ConsultationDetails?goto=${'homepage'}`
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: url
|
url: url
|
||||||
})
|
})
|
||||||
} else if (e.jumpLink == '/pages/homepage/homepage' || e.jumpLink ==
|
} else if (e.jumpLink == '/pagesB/homepage/homepage' || e.jumpLink ==
|
||||||
'/pages/Personal/Personal') {
|
'/pagesB/Personal/Personal') {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: e.jumpLink
|
url: e.jumpLink
|
||||||
})
|
})
|
||||||
@ -221,7 +221,7 @@
|
|||||||
//跳转item
|
//跳转item
|
||||||
gohealthitem(item) {
|
gohealthitem(item) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
|
url: `/pagesB/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//齐鲁名医
|
//齐鲁名医
|
||||||
@ -284,13 +284,13 @@
|
|||||||
//齐鲁名医
|
//齐鲁名医
|
||||||
gomedicine() {
|
gomedicine() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/medicine/medicine'
|
url: '/pagesB/medicine/medicine'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//跳转客服
|
//跳转客服
|
||||||
gocustomerservice() {
|
gocustomerservice() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/customerservice/customerservice'
|
url: '/pagesB/customerservice/customerservice'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//跳转护理站页面
|
//跳转护理站页面
|
||||||
@ -298,14 +298,14 @@
|
|||||||
this.openPopup();
|
this.openPopup();
|
||||||
setTimeout(e => {
|
setTimeout(e => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/site/site'
|
url: '/pagesB/site/site'
|
||||||
})
|
})
|
||||||
}, 0)
|
}, 0)
|
||||||
},
|
},
|
||||||
//健康常识
|
//健康常识
|
||||||
gohealth() {
|
gohealth() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/Healthknowledge/Healthknowledge'
|
url: '/pagesB/Healthknowledge/Healthknowledge'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//新人福利
|
//新人福利
|
||||||
@ -317,7 +317,7 @@
|
|||||||
this.openPopup();
|
this.openPopup();
|
||||||
setTimeout(e => {
|
setTimeout(e => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/materialbenefits/materialbenefits'
|
url: '/pagesB/materialbenefits/materialbenefits'
|
||||||
})
|
})
|
||||||
}, 0)
|
}, 0)
|
||||||
},
|
},
|
||||||
@ -326,7 +326,7 @@
|
|||||||
this.openPopup();
|
this.openPopup();
|
||||||
setTimeout(e => {
|
setTimeout(e => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/shopping/shopping'
|
url: '/pagesB/shopping/shopping'
|
||||||
})
|
})
|
||||||
}, 0)
|
}, 0)
|
||||||
},
|
},
|
||||||
@ -356,19 +356,19 @@
|
|||||||
//跳转管家
|
//跳转管家
|
||||||
goguanjia() {
|
goguanjia() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/Industrialbutler/Industrialbutler'
|
url: '/pagesB/Industrialbutler/Industrialbutler'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//跳转
|
//跳转
|
||||||
gopzyh() {
|
gopzyh() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/nursestation/nursestation?nurseStationId=${13}`
|
url: `/pagesB/nursestation/nursestation?nurseStationId=${13}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//跳转贴心智养
|
//跳转贴心智养
|
||||||
gonight() {
|
gonight() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/night/night'
|
url: '/pagesB/night/night'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -612,4 +612,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -57,10 +57,10 @@
|
|||||||
import {
|
import {
|
||||||
getAppStationItemInfo,
|
getAppStationItemInfo,
|
||||||
appletAppointmentOrderPay
|
appletAppointmentOrderPay
|
||||||
} from '@/api/appointmenttime/appointmenttime.js'
|
} from '@/api/pagesB/appointmenttime/appointmenttime.js'
|
||||||
import {
|
import {
|
||||||
accompanyingDiagnosis
|
accompanyingDiagnosis
|
||||||
} from '@/api/hospitalcare/index.js'
|
} from '@/api/pagesB/hospitalcare/index.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
timepicker
|
timepicker
|
||||||
@ -140,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
that.timer = setTimeout(e => {
|
that.timer = setTimeout(e => {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: `/pages/Nursingstationserviceorder/Nursingstationserviceorder`
|
url: `/pagesB/Nursingstationserviceorder/Nursingstationserviceorder`
|
||||||
// url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
// url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
||||||
})
|
})
|
||||||
}, 1500)
|
}, 1500)
|
||||||
@ -156,7 +156,7 @@
|
|||||||
}
|
}
|
||||||
that.timer = setTimeout(e => {
|
that.timer = setTimeout(e => {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
url: `/pagesB/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
||||||
})
|
})
|
||||||
}, 1500)
|
}, 1500)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,16 +99,16 @@
|
|||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
AppIdentification
|
AppIdentification
|
||||||
} from '@/api/AppIdentification/index.js'
|
} from '@/api/pagesB/AppIdentification/index.js'
|
||||||
import {
|
import {
|
||||||
getRegionAndStreetInfo,
|
getRegionAndStreetInfo,
|
||||||
getNurseType,
|
getNurseType,
|
||||||
information
|
information
|
||||||
} from '@/api/information/index.js'
|
} from '@/api/pagesB/information/index.js'
|
||||||
import contenttext from '../../components/text.vue'
|
import contenttext from '../../components/text.vue'
|
||||||
import {
|
import {
|
||||||
getSubordinateRegions,
|
getSubordinateRegions,
|
||||||
} from '@/api/modifyAddress/modifyAddress.js';
|
} from '@/api/pagesB/modifyAddress/modifyAddress.js';
|
||||||
import gkcity from "../../components/m-city/m-city.vue";
|
import gkcity from "../../components/m-city/m-city.vue";
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@ -331,7 +331,7 @@
|
|||||||
},
|
},
|
||||||
godisease(item) {
|
godisease(item) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/disease/disease?diseaseInfoList=${JSON.stringify(this.query.diseaseInfoList)}`
|
url: `/pagesB/disease/disease?diseaseInfoList=${JSON.stringify(this.query.diseaseInfoList)}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeRadio() {
|
changeRadio() {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="vacancies">
|
<view class="vacancies">
|
||||||
<image src="../../static/jifenbeij.png" mode=""></image>
|
<image src="../../static/pagesB/jifenbeij.png" mode=""></image>
|
||||||
<view class="lefttext">
|
<view class="lefttext">
|
||||||
积分余额
|
积分余额
|
||||||
</view>
|
</view>
|
||||||
@ -48,14 +48,14 @@
|
|||||||
</view>
|
</view>
|
||||||
<u-mask :show="gainshow" @click="gainshow = false">
|
<u-mask :show="gainshow" @click="gainshow = false">
|
||||||
<view class="mask" @click.stop="">
|
<view class="mask" @click.stop="">
|
||||||
<image class="close" src="../../static/gb.png" mode="" @tap='gainshow=false'></image>
|
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='gainshow=false'></image>
|
||||||
</image>
|
</image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
获取方式
|
获取方式
|
||||||
</view>
|
</view>
|
||||||
<view class="maskitems">
|
<view class="maskitems">
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<image src="../../static/qiandao.png" mode=""></image>
|
<image src="../../static/pagesB/qiandao.png" mode=""></image>
|
||||||
<view class="titletext">
|
<view class="titletext">
|
||||||
累计签到
|
累计签到
|
||||||
<span style='padding: 0 5rpx;' v-if="list.totalSignInDays"> {{list.totalSignInDays}}</span>
|
<span style='padding: 0 5rpx;' v-if="list.totalSignInDays"> {{list.totalSignInDays}}</span>
|
||||||
@ -99,7 +99,7 @@
|
|||||||
</u-mask>
|
</u-mask>
|
||||||
<u-mask :show="buyshow" @click="buyshow = false">
|
<u-mask :show="buyshow" @click="buyshow = false">
|
||||||
<view class="PurchasePage" @click.stop=''>
|
<view class="PurchasePage" @click.stop=''>
|
||||||
<image class="close" src="../../static/gb.png" mode="" @tap='buyshow=false'></image>
|
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='buyshow=false'></image>
|
||||||
</image>
|
</image>
|
||||||
<view class="topcontent" style="width: 96%;">
|
<view class="topcontent" style="width: 96%;">
|
||||||
<view class="image">
|
<view class="image">
|
||||||
@ -119,7 +119,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="bodys" @tap='upaddress()'>
|
<view class="bodys" @tap='upaddress()'>
|
||||||
<view class="addressinfo">
|
<view class="addressinfo">
|
||||||
<image src="../../static/locatinsmall.png" mode=""></image>
|
<image src="../../static/pagesB/locatinsmall.png" mode=""></image>
|
||||||
<span v-if="loginFlag">
|
<span v-if="loginFlag">
|
||||||
<view class="namephone" v-if='userid'>
|
<view class="namephone" v-if='userid'>
|
||||||
{{updata.receiver}},{{updata.phone}}
|
{{updata.receiver}},{{updata.phone}}
|
||||||
@ -167,7 +167,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<u-mask :show="usershow" class='masks'>
|
<u-mask :show="usershow" class='masks'>
|
||||||
<view class="information">
|
<view class="information">
|
||||||
<image src="../../static/information.png" mode=""></image>
|
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
请完善个人信息
|
请完善个人信息
|
||||||
</view>
|
</view>
|
||||||
@ -188,16 +188,16 @@
|
|||||||
selectPatientSignIn,
|
selectPatientSignIn,
|
||||||
selectExchangeGoods,
|
selectExchangeGoods,
|
||||||
integralGoodsOrder
|
integralGoodsOrder
|
||||||
} from '@/api/integral/index.js'
|
} from '@/api/pagesB/integral/index.js'
|
||||||
import {
|
import {
|
||||||
inviteFriends
|
inviteFriends
|
||||||
} from '@/api/Personal/Personal.js';
|
} from '@/api/pagesB/Personal/Personal.js';
|
||||||
import {
|
import {
|
||||||
goodPatientInfo
|
goodPatientInfo
|
||||||
} from '@/api/modifyAddress/modifyAddress.js';
|
} from '@/api/pagesB/modifyAddress/modifyAddress.js';
|
||||||
import {
|
import {
|
||||||
AppIdentification
|
AppIdentification
|
||||||
} from '@/api/AppIdentification/index.js'
|
} from '@/api/pagesB/AppIdentification/index.js'
|
||||||
import baseurl from '../../api/baseurl';
|
import baseurl from '../../api/baseurl';
|
||||||
import rCanvas from "@/components/r-canvas/r-canvas.vue"
|
import rCanvas from "@/components/r-canvas/r-canvas.vue"
|
||||||
export default {
|
export default {
|
||||||
@ -462,7 +462,7 @@
|
|||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
title: '兑换商品成功',
|
title: '兑换商品成功',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
url: `/pages/orderDetails/orderDetails?goodsOrderId=${res.data.id}`
|
url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${res.data.id}`
|
||||||
})
|
})
|
||||||
that.buyshow = false
|
that.buyshow = false
|
||||||
} else {
|
} else {
|
||||||
@ -497,14 +497,14 @@
|
|||||||
upaddress() {
|
upaddress() {
|
||||||
if (this.updata.receiver) {
|
if (this.updata.receiver) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/modifyAddress/modifyAddress?updata=${JSON.stringify(this.updata)}`
|
url: `/pagesB/modifyAddress/modifyAddress?updata=${JSON.stringify(this.updata)}`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
const value = uni.getStorageSync('openid');
|
const value = uni.getStorageSync('openid');
|
||||||
const value2 = uni.getStorageSync('patientId');
|
const value2 = uni.getStorageSync('patientId');
|
||||||
if (value && value2) {
|
if (value && value2) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/information/information'
|
url: '/pagesB/information/information'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
@ -627,7 +627,7 @@
|
|||||||
goinformation() {
|
goinformation() {
|
||||||
this.usershow = false
|
this.usershow = false
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/information/information'
|
url: '/pagesB/information/information'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user