Compare commits

..

2 Commits

Author SHA1 Message Date
曹磊 09c63f5ef1 盛安新版本问题优化-1 2024-10-26 16:30:54 +08:00
曹磊 2da9540faa 首页明星技师不显示BUG 2024-09-20 15:43:31 +08:00
6 changed files with 150 additions and 113 deletions

View File

@ -425,7 +425,7 @@
提前结束
</u-button>
<u-button v-if="order.isSupplement!=2" shape="circle" :plain="true"
@tap="saveJZS(order.artificerId)" class="btns">
@tap="saveJZS(order)" class="btns">
服务升级
</u-button>
<u-button v-if="order.addNum ==null&&order.ordersMassageList[0].massageType" shape="circle"
@ -1375,9 +1375,18 @@ export default {
}
})
},
saveJZS(artificerId) {//
saveJZS(order) {//
let classifyId = 0;
if(order.ordersMassageList!=null){
if(order.ordersMassageList[0].userPackageDetail!=null){
classifyId = order.ordersMassageList[0].userPackageDetail.classifyId;
}else{
classifyId = order.ordersMassageList[0].massageType.classifyId;
}
}
let data = {
artificerId: artificerId,
artificerId: order.artificerId,
classifyId: classifyId,
status: 0
}
let that = this;

View File

@ -27,7 +27,7 @@
{url:'/pages/public/pwd',text:'修改密码',imgUrl:'../../static/shezhi1.png'},
{url:'/my/order/tousuList',text:'我的投诉',imgUrl:'../../static/shezhi2.png'},
{url:'/my/help/feedbackIndex',text:'帮助中心',imgUrl:'../../static/shezhi3.png'},
{url:'/my/feedback/index',text:'意见反馈',imgUrl:'../../static/shezhi4.png'},
/* {url:'/my/feedback/index',text:'意见反馈',imgUrl:'../../static/shezhi4.png'}, */
{url:'/my/setting/xieyi',text:'用户协议',imgUrl:'../../static/shezhi5.png'},
{url:'/my/setting/mimi',text:'隐私政策',imgUrl:'../../static/shezhi6.png'},
{url:'/my/setting/zhuxiao',text:'注销账号',imgUrl:'../../static/shezhi7.png'},

View File

@ -16,8 +16,8 @@
}
}
},
// #endif
// #endif
// #ifndef H5
{
"path": "pages/index/index",
@ -324,7 +324,7 @@
"path": "pages/my/myMsOderDrtail",
"style": {
"navigationBarTitleText": "秒杀订单详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -335,7 +335,7 @@
"path": "pages/my/miaoShaOderDrtail",
"style": {
"navigationBarTitleText": "秒杀详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -357,7 +357,7 @@
"path": "pages/my/newseckill",
"style": {
"navigationBarTitleText": "秒杀",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -368,7 +368,7 @@
"path": "pages/my/newseckilldetails",
"style": {
"navigationBarTitleText": "秒杀详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -379,7 +379,7 @@
"path": "pages/my/newTeaml",
"style": {
"navigationBarTitleText": "团购列表",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -412,7 +412,7 @@
"path": "pages/shop/index",
"style": {
"navigationBarTitleText": "约到店",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -615,7 +615,18 @@
"navigationBarTitleText": "服务疗程",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/fuwudajiachangmai",
"style": {
"navigationBarTitleText": "大家常买",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
@ -625,7 +636,7 @@
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
@ -635,7 +646,7 @@
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
@ -645,7 +656,7 @@
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
@ -673,7 +684,8 @@
"navigationBarTitleText": "项目次卡",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
@ -691,7 +703,8 @@
"navigationBarTitleText": "服务套餐",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
@ -773,7 +786,7 @@
"app-plus": {
"titleNView": false
}
}
},
{
@ -825,7 +838,7 @@
}
}
},
{
"path": "pages/publicThree/loginphone",
"style": {
@ -859,7 +872,7 @@
"style": {
"navigationBarTitleText": "注册"
}
},
},
// #ifdef H5
{
"path": "pages/publicTwo/login",
@ -900,7 +913,7 @@
}
}
},
{
"path": "pages/publicTwo/loginphone",
"style": {
@ -934,7 +947,7 @@
"style": {
"navigationBarTitleText": "注册"
}
},
},
// #ifdef H5
{
"path": "pages/public/login",
@ -1009,8 +1022,8 @@
"style": {
"navigationBarTitleText": "注册"
}
},
},
// #ifdef H5
{
"path": "pages/order/index",
@ -1021,7 +1034,7 @@
"titleNView": false
}
}
},
},
// #endif
// #ifndef H5
{
@ -1029,7 +1042,7 @@
"style": {
"navigationBarTitleText": "我的订单"
}
},
},
// #endif
// #ifdef H5
{
@ -1041,7 +1054,7 @@
"titleNView": false
}
}
},
},
// #endif
// #ifndef H5
{
@ -1053,7 +1066,7 @@
"titleNView": false
}
}
},
},
// #endif
{
"path": "pages/therapist/therapistShou",
@ -1062,7 +1075,7 @@
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
},
{
"path": "pages/therapist/therapistList",
"style": {
@ -1074,7 +1087,7 @@
"path": "pages/therapist/orderDetail",
"style": {
"navigationBarTitleText": "技师详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false
}
@ -1619,7 +1632,7 @@
{
"path": "publish/editor",
"style": {
"navigationBarTitleText": "个人发布",
"app-plus": {
"titleNView": false
@ -1721,7 +1734,7 @@
"navigationBarTitleText": "修改手机号"
}
},
{
"path": "order/feedback",
"style": {
@ -1811,9 +1824,9 @@
"buttons": [{
"type": "menu"
}]
}
}
}
},
@ -1826,7 +1839,7 @@
}
}
},
{
"path": "pages/zysc/index/commodityList",
"style": {
@ -1853,7 +1866,7 @@
}
}
},
{
"path": "pages/zysc/my/pinglun",
"style": {
@ -1987,7 +2000,7 @@
//"pagePath": "pages/index/index",
//"iconPath": "static/tabbar/tabrNav.png",
//"selectedIconPath": "static/tabbar/tabrNav.png",
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/bottom5_1.png",
"selectedIconPath": "static/tabbar/bottom5_2.png",

View File

@ -572,7 +572,7 @@
}
// #endif
that.getIsVip()
that.getHomeArtificerList();
// that.getHomeArtificerList();
that.getHomeNearbyList();
}else{
// uni.navigateTo({
@ -1020,7 +1020,6 @@
wx.requestSubscribeMessage({
tmplIds: this.arr,
success(re) {
console.log(JSON.stringify(re), 111111111111)
var datas = JSON.stringify(re);
if (datas.indexOf("accept") != -1) {
console.log(re)
@ -1044,7 +1043,7 @@
},
goOrder(e) {
console.log('授权', uni.getStorageSync('sendMsg'))
// console.log('', uni.getStorageSync('sendMsg'))
if (uni.getStorageSync('sendMsg')) {
console.log('授权+1')
wx.requestSubscribeMessage({
@ -1163,69 +1162,72 @@
}
return status;
},
getHomeNearbyList(){//
getHomeNearbyList(){//
var data={
isStart: 1,
status: 1,
// city:this.cityname,
longitude:this.longitude,
latitude:this.latitude,
page: 1,
limit: 3
}
isStart: 1,
status: 1,
// city:this.cityname,
longitude:this.longitude,
latitude:this.latitude,
page: 1,
limit: 3
}
this.$Request.get("/app/artificer/getHomeArtificerList",data).then(res => {
if (res.code == 0) {
this.nearbyTechnician=res.nearData.list;
// const myLatitude = this.latitude; //
// const myLongitude = this.longitude; //
// const targetLatitude = 39.919; //
// const targetLongitude = 116.486; //
// const targetLatitude = ''; //
// const targetLongitude =''; //
for(var i=0;i<this.nearbyTechnician.length;i++){
const distance = this.calculateDistance(
this.latitude,
this.longitude,
this.nearbyTechnician[i].latitude,
this.nearbyTechnician[i].longitude
);
this.nearbyTechnician[i].dingwei= distance.toFixed(1)
console.log(`距离为: ${distance.toFixed(1)} km`);
}
this.nearbyTechnician.sort((a, b) => a.dingwei - b.dingwei);
// this.classifyId = res.data[0].id;
// this.getorderlist('')
}
});
},
getHomeArtificerList(){//
var data={
isStart: 1,
status: 1,
// city:this.cityname,
longitude:this.longitude,
latitude:this.latitude,
page: 1,
limit: 3
}
this.$Request.get("/app/artificer/getHomeArtificerList",data).then(res => {
if (res.code == 0) {
this.starTechnician = res.startData.list;
// for(var i=0;i<this.starTechnician.length;i++){
// const distance = this.calculateDistance(
// this.latitude,
// this.longitude,
// this.starTechnician[i].latitude,
// this.starTechnician[i].longitude
// );
// this.starTechnician[i].dingwei= distance.toFixed(1)
// console.log(`: ${distance.toFixed(1)} km`);
// }
// this.classifyId = res.data[0].id;
// this.getorderlist('')
this.starTechnician = res.startData.list;
this.nearbyTechnician=res.nearData.list;
// const myLatitude = this.latitude; //
// const myLongitude = this.longitude; //
// const targetLatitude = 39.919; //
// const targetLongitude = 116.486; //
// const targetLatitude = ''; //
// const targetLongitude =''; //
for(var i=0;i<this.nearbyTechnician.length;i++){
const distance = this.calculateDistance(
this.latitude,
this.longitude,
this.nearbyTechnician[i].latitude,
this.nearbyTechnician[i].longitude
);
this.nearbyTechnician[i].dingwei= distance.toFixed(1)
console.log(`距离为: ${distance.toFixed(1)} km`);
}
this.nearbyTechnician.sort((a, b) => a.dingwei - b.dingwei);
// this.classifyId = res.data[0].id;
// this.getorderlist('')
}
});
},
// getHomeArtificerList(){//
// var data={
// isStart: 1,
// status: 1,
// // city:this.cityname,
// longitude:this.longitude,
// latitude:this.latitude,
// page: 1,
// limit: 3
// }
// this.$Request.get("/app/artificer/getHomeArtificerList",data).then(res => {
// console.log(res);
// if (res.code == 0) {
// this.starTechnician = res.startData.list;
// // for(var i=0;i<this.starTechnician.length;i++){
// // const distance = this.calculateDistance(
// // this.latitude,
// // this.longitude,
// // this.starTechnician[i].latitude,
// // this.starTechnician[i].longitude
// // );
// // this.starTechnician[i].dingwei= distance.toFixed(1)
// // console.log(`: ${distance.toFixed(1)} km`);
// // }
// // this.classifyId = res.data[0].id;
// // this.getorderlist('')
// }
// });
// },
//
getBannerList() {
@ -1277,7 +1279,17 @@
chengFel(item){//
this.currentTabFl=item.id;
if(this.currentTabFl=='1'){//
this.remen()
// this.remen()
let userId = uni.getStorageSync('userId')
if (userId) {
uni.navigateTo({
url:'/pages/my/fuwudajiachangmai?text='+'index'
})
}else{
uni.navigateTo({
url: '/pages/public/login'
})
}
}else if(this.currentTabFl=='2'){//
let userId = uni.getStorageSync('userId')
if (userId) {

View File

@ -143,6 +143,18 @@
<image style="padding: 3rpx;" src="../../static/my-gong-7.png" mode=""></image>
<span class="my-use-list-text">设置中心</span>
</view>
<view class="my-use-list" @click="useToUrl('/my/help/feedbackIndex')">
<image style="padding: 3rpx;" src="../../static/my-gong-6.png" mode=""></image>
<span class="my-use-list-text">帮助中心</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/fuwuGengduo?text='+'index')">
<image style="padding: 3rpx;" src="../../static/my-gong-10.png" mode=""></image>
<span class="my-use-list-text">项目推荐</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/invitationUser')">
<image style="padding: 3rpx;" src="../../static/my-gong-3.png" mode=""></image>
<span class="my-use-list-text">分享好友</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/hehuo')">
<image style="padding: 3rpx;" src="../../static/my-gong-2.png" mode=""></image>
<span class="my-use-list-text">申请合作技师</span>
@ -194,20 +206,11 @@
<view class="my-use-list" @click="useToUrl('/pages/my/myteam')">
<image style="padding: 3rpx;" src="../../static/my-gong-9.png" mode=""></image>
<span class="my-use-list-text">我的团队</span>
</view>
<view class="my-use-list" @click="useToUrl('/my/feedback/index')">
<image style="padding: 3rpx;" src="../../static/shezhi4.png" mode=""></image>
<span class="my-use-list-text">我要投诉</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/fuwuGengduo?text='+'index')">
<image style="padding: 3rpx;" src="../../static/my-gong-10.png" mode=""></image>
<span class="my-use-list-text">项目推荐</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/invitationUser')">
<image style="padding: 3rpx;" src="../../static/my-gong-3.png" mode=""></image>
<span class="my-use-list-text">分享好友</span>
</view>
<view class="my-use-list" @click="useToUrl('/my/help/feedbackIndex')">
<image style="padding: 3rpx;" src="../../static/my-gong-6.png" mode=""></image>
<span class="my-use-list-text">帮助中心</span>
</view>
</view>
</view>
<view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)">

View File

@ -3,7 +3,7 @@
<scroll-view scroll-x="true" class="scroll-box" style="height: 100%;">
<view :class="'item-box'+' bg'+((index+'').slice(-1))" v-for="(item,index) in goodsList" :key="index"
@click="chooseItem(item)">
<image style="border-radius: 7px;" :src="item.artificerImg" :style="'width:'+imgWidth+'px;'+'height:'+imgHeight+'px;'" mode=""></image>
<image style="border-radius: 7px;border: 1px solid #019c88;" :src="item.artificerImg" :style="'width:'+imgWidth+'px;'+'height:'+imgHeight+'px;'" mode=""></image>
<view class="item-name">{{item.artificerName}}</view>
<view class="item-descr">{{item.content}}</view>
<!-- <view class="xiangshi" v-if="item.bdxsl">相识度{{item.bdxsl}}%</view> -->