修改
This commit is contained in:
parent
71d59faed3
commit
a5e712afd2
@ -42,7 +42,7 @@
|
||||
<script>
|
||||
import {
|
||||
goodsOrder
|
||||
} from '@/api/CommodityOrder/index.js'
|
||||
} from '@/api/pagesB/CommodityOrder/index.js'
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
export default {
|
||||
data() {
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
import {
|
||||
refundReason,
|
||||
refund
|
||||
} from '@/api/Applforrefund/index.js'
|
||||
} from '@/api/pagesB/Applforrefund/index.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="number">1000
|
||||
</view>
|
||||
<view class="PointsMall">
|
||||
<view class="PointsMall" @tap="gomodify">
|
||||
积分商城
|
||||
</view>
|
||||
<view class="Exchangerecords">
|
||||
@ -50,10 +50,14 @@
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
gomodify() {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/modify/modify'
|
||||
})
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import './Behaviorpoints.scss'
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
</view>
|
||||
<u-mask :show="buyshow" @click="buyshow = false" class='mask'>
|
||||
<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%;height: 300rpx;">
|
||||
<view class="image">
|
||||
@ -79,7 +79,7 @@
|
||||
@scrolltolower="lower" @scroll="scroll">
|
||||
<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}}
|
||||
@ -149,7 +149,7 @@
|
||||
支付方式
|
||||
</view>
|
||||
<view class="chat">
|
||||
<image src="/static/chat.png" mode=""></image>
|
||||
<image src="/static/pagesB/chat.png" mode=""></image>
|
||||
<span>微信支付</span>
|
||||
</view>
|
||||
</view>
|
||||
@ -164,7 +164,7 @@
|
||||
<u-toast ref="uToast" />
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/information.png" mode=""></image>
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
@ -178,7 +178,7 @@
|
||||
</u-mask>
|
||||
<u-mask :show="couponshow" class='mask' @click="couponshow = false">
|
||||
<view class="couponmask" @click.stop=''>
|
||||
<image class="close" src="../../static/gb.png" mode="" @tap='couponshow=false'></image>
|
||||
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='couponshow=false'></image>
|
||||
</image>
|
||||
<view class="titles">
|
||||
选择优惠券
|
||||
@ -255,18 +255,18 @@
|
||||
<script>
|
||||
import {
|
||||
goodsDetails
|
||||
} from '@/api/CommodityDetails/CommodityDetails.js'
|
||||
} from '@/api/pagesB/CommodityDetails/CommodityDetails.js'
|
||||
import {
|
||||
AppIdentification
|
||||
} from '@/api/AppIdentification/index.js'
|
||||
} from '@/api/pageB/AppIdentification/index.js'
|
||||
import {
|
||||
goodPatientInfo
|
||||
} from '@/api/modifyAddress/modifyAddress.js';
|
||||
} from '@/api/pageB/modifyAddress/modifyAddress.js';
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
import {
|
||||
addStationGoodsOrder,
|
||||
appletGoodsOrderPay
|
||||
} from '@/api/confirmOrder/index.js'
|
||||
} from '@/api/pageB/confirmOrder/index.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -302,7 +302,7 @@
|
||||
goodsAttributeContent: '', //商品属性
|
||||
giveIntegral: 0, //赠送积分
|
||||
transportPrice: 0.00, //运费
|
||||
discountPrice: 0.00, //优惠
|
||||
discountPrice: 0.00, //优惠
|
||||
buySource: '', //下单来源 '护理站:NURSE_STATION,商城:SHOPPING_MALL'
|
||||
orderChannel: 'WECHAT_APPLET', //下单方式 手机App:MOBILE_APP,微信小程序:WECHAT_APPLET,支付宝小程序:ALI_PAY_APPLET'
|
||||
receiver: null, //收货人
|
||||
@ -698,20 +698,20 @@
|
||||
upaddress() {
|
||||
if (this.loginFlag) {
|
||||
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'
|
||||
})
|
||||
}
|
||||
}
|
||||
@ -835,4 +835,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import "./CommodityDetailsstyle.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
<view class="detailslist">
|
||||
<image :src="baseurl+item.personPictureUrl" mode=""
|
||||
v-if="item.orderType =='HEALTH_CONSULTATION'&&item.personPictureUrl"></image>
|
||||
<image src="@/static/yis.png" mode=""
|
||||
<image src="@/static/pagesB/yis.png" mode=""
|
||||
v-if="item.orderType =='HEALTH_CONSULTATION'&&!item.personPictureUrl"></image>
|
||||
<image :src="baseurl+item.attributePitureUrl" mode=""
|
||||
v-if="item.orderType !='HEALTH_CONSULTATION'"></image>
|
||||
@ -112,11 +112,11 @@
|
||||
import {
|
||||
ssgoodsOrder,
|
||||
confirmReceipt
|
||||
} from '@/api/CommodityOrder/index.js'
|
||||
} from '@/api/pagesB/CommodityOrder/index.js'
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
import {
|
||||
appletGoodsOrderPay
|
||||
} from '@/api/confirmOrder/index.js'
|
||||
} from '@/api/pageB/confirmOrder/index.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -141,7 +141,7 @@
|
||||
//查看评价
|
||||
golookrate(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/lookrate/lookrate?item=${JSON.stringify(item)}`
|
||||
url: `/pagesB/lookrate/lookrate?item=${JSON.stringify(item)}`
|
||||
})
|
||||
},
|
||||
//收货
|
||||
@ -157,7 +157,7 @@
|
||||
uni.setStorageSync("Refresh", 'Refresh')
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: `/pages/goodsorderRate/goodsorderRate?item=${JSON.stringify(this.orderNoitem)}&delta=${1}`
|
||||
url: `/pagesB/goodsorderRate/goodsorderRate?item=${JSON.stringify(this.orderNoitem)}&delta=${1}`
|
||||
})
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/orderDetails/orderDetails?goodsOrderId=${this.orderNoitem.goodsOrderId}`
|
||||
@ -199,7 +199,7 @@
|
||||
title: '支付成功',
|
||||
type: 'success',
|
||||
duration: 1500,
|
||||
url: `/pages/paysuccess/paysuccess?delta=${1}`
|
||||
url: `/pagesB/paysuccess/paysuccess?delta=${1}`
|
||||
})
|
||||
},
|
||||
fail: function(err) {
|
||||
@ -222,19 +222,19 @@
|
||||
//物流页面
|
||||
gologistics(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/logistics/logistics?item=${JSON.stringify(item)}`
|
||||
url: `/pagesB/logistics/logistics?item=${JSON.stringify(item)}`
|
||||
})
|
||||
},
|
||||
//评价
|
||||
rate(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/goodsorderRate/goodsorderRate?item=${JSON.stringify(item)}&delta=${1}`
|
||||
url: `/pagesB/goodsorderRate/goodsorderRate?item=${JSON.stringify(item)}&delta=${1}`
|
||||
})
|
||||
},
|
||||
//订单详情页面
|
||||
goorderdetails(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/orderDetails/orderDetails?goodsOrderId=${item.goodsOrderId}`
|
||||
url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${item.goodsOrderId}`
|
||||
})
|
||||
},
|
||||
//商品订单请求
|
||||
|
||||
@ -133,7 +133,7 @@
|
||||
getAppPatientList,
|
||||
submitAppointment,
|
||||
appletAppointmentOrderPay
|
||||
} from '@/api/appointmenttime/appointmenttime.js'
|
||||
} from '@/api/pagesB/appointmenttime/appointmenttime.js'
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
import appointmenttext from '../../components/appointmenttimetext.vue'
|
||||
import tabs from '../utabs/u-tabs.vue'
|
||||
@ -344,7 +344,7 @@
|
||||
}
|
||||
that.timer = setTimeout(e => {
|
||||
uni.redirectTo({
|
||||
url: `/pages/Nursingstationserviceorder/Nursingstationserviceorder`
|
||||
url: `/pagesB/Nursingstationserviceorder/Nursingstationserviceorder`
|
||||
// url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
||||
})
|
||||
}, 1500)
|
||||
@ -360,7 +360,7 @@
|
||||
}
|
||||
that.timer = setTimeout(e => {
|
||||
uni.redirectTo({
|
||||
url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
||||
url: `/pagesB/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}`
|
||||
})
|
||||
}, 1500)
|
||||
}
|
||||
@ -476,7 +476,7 @@
|
||||
checkboxGroupChange(e) {},
|
||||
goaddress() {
|
||||
uni.navigateTo({
|
||||
url: `/pages/modifyAddress/modifyAddress?updata=${JSON.stringify(this.orderlist)}`
|
||||
url: `/pagesB/modifyAddress/modifyAddress?updata=${JSON.stringify(this.orderlist)}`
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
import {
|
||||
cancellationOrder
|
||||
} from '@/api/cancelorder/cancelorder.js'
|
||||
} from '@/api/pagesB/cancelorder/cancelorder.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
import {
|
||||
goodsList,
|
||||
getGoodsCategoryNameList
|
||||
} from '@/api/ProductList/ProductList.js';
|
||||
} from '@/api/pagesB/ProductList/ProductList.js';
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
export default {
|
||||
data() {
|
||||
@ -104,7 +104,7 @@
|
||||
const value3 = uni.getStorageSync('Refresh');
|
||||
if (value) {} else {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login/login'
|
||||
url: '/pagesB/login/login'
|
||||
})
|
||||
}
|
||||
if (value3) {
|
||||
@ -205,7 +205,7 @@
|
||||
//跳转详情页
|
||||
goCommodityDetails(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/CommodityDetails/CommodityDetails?goodsPrice=${item.goodsPrice}&goodsInfoId=${item.goodsInfoId}&buySource=${'SHOPPING_MALL'}&goodsAttributeId=${item.goodsAttributeId}`
|
||||
url: `/pagesB/CommodityDetails/CommodityDetails?goodsPrice=${item.goodsPrice}&goodsInfoId=${item.goodsInfoId}&buySource=${'SHOPPING_MALL'}&goodsAttributeId=${item.goodsAttributeId}`
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
<script>
|
||||
import {
|
||||
queryLogistics
|
||||
} from '@/api/logistics/index.js'
|
||||
} from '@/api/pagesB/logistics/index.js'
|
||||
import baseurl from '../../api/baseurl';
|
||||
export default {
|
||||
data() {
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
<script>
|
||||
import {
|
||||
lookrate
|
||||
} from '@/api/lookrate/index.js'
|
||||
} from '@/api/pagesB/lookrate/index.js'
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
export default {
|
||||
data() {
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
</view>
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/information.png" mode=""></image>
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
@ -98,10 +98,10 @@
|
||||
import {
|
||||
couponByUseStatus,
|
||||
insertCouponReceive
|
||||
} from '@/api/materialbenefits/index.js'
|
||||
} from '@/api/pagesB/materialbenefits/index.js'
|
||||
import {
|
||||
AppIdentification
|
||||
} from '@/api/AppIdentification/index.js'
|
||||
} from '@/api/pagesB/AppIdentification/index.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -148,7 +148,7 @@
|
||||
title: '请先登录',
|
||||
type: 'error',
|
||||
duration: '2000',
|
||||
url: '/pages/login/login'
|
||||
url: '/pagesB/login/login'
|
||||
})
|
||||
}
|
||||
})
|
||||
@ -157,7 +157,7 @@
|
||||
title: '请先登录',
|
||||
type: 'error',
|
||||
duration: '2000',
|
||||
url: '/pages/login/login'
|
||||
url: '/pagesB/login/login'
|
||||
})
|
||||
}
|
||||
},
|
||||
@ -182,12 +182,12 @@
|
||||
goinformation(item) {
|
||||
this.usershow = false
|
||||
uni.navigateTo({
|
||||
url: `/pages/information/information?couponId=${this.item.couponId}`
|
||||
url: `/pagesB/information/information?couponId=${this.item.couponId}`
|
||||
})
|
||||
},
|
||||
goshoping() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/shopping/shopping'
|
||||
url: '/pagesB/shopping/shopping'
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user