修改技师项目 下单
This commit is contained in:
parent
f5ac5466a4
commit
41fbd2c76d
|
@ -386,8 +386,6 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
liliaoshi(){
|
liliaoshi(){
|
||||||
// this.$queue.setData('taocanDd', '2');
|
|
||||||
|
|
||||||
uni.setStorage({
|
uni.setStorage({
|
||||||
key: 'taocanDd',
|
key: 'taocanDd',
|
||||||
data: '支付',
|
data: '支付',
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
</u-tabs>
|
</u-tabs>
|
||||||
<view v-if="fwIndex == 0&&XCXIsSelect !='否'" class="tab ">
|
<view v-if="fwIndex == 0&&XCXIsSelect !='否'" class="tab ">
|
||||||
<view class="xiangmu" v-for="(item,index) in artificerlist"
|
<view class="xiangmu" v-for="(item,index) in artificerlist"
|
||||||
:key="index" @click="goNav(item.massageTypeId,classifyId)">
|
:key="index" @click="goNav(item)">
|
||||||
<image class="xiangmu-img" :src="item.massageImg" mode=""></image>
|
<image class="xiangmu-img" :src="item.massageImg" mode=""></image>
|
||||||
<view class="xiangmu-cont">
|
<view class="xiangmu-cont">
|
||||||
<view class="xiangmu-cont-top">
|
<view class="xiangmu-cont-top">
|
||||||
|
@ -539,9 +539,15 @@
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
var data={
|
||||||
|
massageTypeId:massageTypeId,
|
||||||
|
tripWay:this.order.tripWay,
|
||||||
|
artificerId:this.order.artificerId,
|
||||||
|
artificerName:this.order.artificerName
|
||||||
|
}
|
||||||
|
this.$queue.setData('getJishi',data)
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/index/order/orderDet?massageTypeId=" + massageTypeId + '&artificerId=' + this
|
url: "/my/order/payModify"
|
||||||
.artificerId + '&tripWay=' + this.tripWay + '&classifyId=' + this.classifyId
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue