搜索
This commit is contained in:
parent
1ed614c588
commit
ee3f40a8e9
@ -20,7 +20,7 @@
|
||||
text-align: center;
|
||||
width: 300rpx;
|
||||
height: 70rpx;
|
||||
margin: 30rpx auto 0;
|
||||
margin: 30rpx auto 30rpx;
|
||||
line-height: 70rpx;
|
||||
background-color:#26A888 ;
|
||||
border-radius: 50rpx;
|
||||
|
||||
@ -98,8 +98,9 @@
|
||||
<view class="bottom">
|
||||
<span>更多</span>
|
||||
<span @tap="cancle"
|
||||
v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'">取消订单</span>
|
||||
<!-- <span@tap="evaluate" v-if="list.orderStatus=='COMPLETED'">服务评价</span> -->
|
||||
|
||||
v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'&&list.orderStatus!='REFUNDED'">取消订单</span>
|
||||
<!-- <span@tap="evaluate" v-if="list.orderStatus=='COMPLETED'">服务评价</span> -->
|
||||
</view>
|
||||
<!-- <u-popup v-model="evaluateshow" mode="bottom" length="45%" border-radius="30" :closeable='true'>
|
||||
<view class="evaluate">
|
||||
|
||||
@ -121,8 +121,9 @@
|
||||
},
|
||||
},
|
||||
onLoad(options) {
|
||||
console.log(options,'777')
|
||||
this.baseurl = baseurl
|
||||
this.order = JSON.parse(options.order)
|
||||
this.order = JSON.parse(options.list)
|
||||
this.order.id = this.order.goodsOrderId
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<web-view src="https://msg.xinyilu.cn/" @message="handlePostMessage"></web-view>
|
||||
<web-view :src="src" @message="handlePostMessage"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -8,16 +8,18 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
src: '',
|
||||
};
|
||||
},
|
||||
methods:{
|
||||
handlePostMessage(e){
|
||||
console.log(e,'000')
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
||||
},
|
||||
onLoad(options) {
|
||||
this.src =
|
||||
`https://msg.xinyilu.cn?userId=xinyilu_mp&userName=123&userSig=eJwtjMEKgkAURf9l1iEq816N0EKiMmoRZgtXETmNL0cbTEOJ-r1Jvbt7DpwPSw4n5y1rFjDfcdls*JTJqqE7DbijqifdXkoz2VdWXI2hjAUeunYoOB*N7AzV0nIA8K0ZaUPln6FAsRAIOFVI2Xj*0LmnzjHc1iuRxDCPeYp7xft0i0mB*rgJw3YXAUbPJfv*AIBJMqE_&roomId=123`
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
BIN
static/yis.png
Normal file
BIN
static/yis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Loading…
Reference in New Issue
Block a user