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