pifa
fanfan 2 months ago
parent c8f628534c
commit c43541081a
  1. 2
      pages/order/index.vue
  2. 20
      pages/order/reviewOrder.vue

@ -27,7 +27,7 @@
<image class="icon" v-if="item.storeInfo && item.storeInfo.image_url" <image class="icon" v-if="item.storeInfo && item.storeInfo.image_url"
:src="item.storeInfo.image_url"></image> :src="item.storeInfo.image_url"></image>
{{item.storeInfo.store_name}} {{item.storeInfo.store_name}}
<view class="shenhe" :style="{ color: (item.standard_status==20)?'red':'green' }" <view class="shenhe" v-if="item.standard_status" :style="{ color: (item.standard_status==20)?'red':'green' }"
@click="onShenOrderTips(item.standard_status)"> @click="onShenOrderTips(item.standard_status)">
<text v-if="item.standard_status==10">审核通过</text> <text v-if="item.standard_status==10">审核通过</text>
<text v-if="item.standard_status==20">审核不通过</text> <text v-if="item.standard_status==20">审核不通过</text>

@ -4,14 +4,12 @@
<u-navbar title="审单" :border-bottom="false" :background="background"></u-navbar> <u-navbar title="审单" :border-bottom="false" :background="background"></u-navbar>
</view> </view>
<view style="overflow: hidden;position: relative;"> <view style="overflow: hidden;position: relative;">
<!-- <image :src="$picUrl+'/static/standard_backdrop.png'" <!-- <view class="park-title">
style="width: 200rpx;height:380rpx ;position: absolute;top:60rpx" mode=""></image> -->
<view class="park-title">
您的反馈<br>订单安心交付 您的反馈<br>订单安心交付
</view> </view> -->
<view class="park-tips"> <!-- <view class="park-tips">
拒绝一切平台单 拒绝一切平台单
</view> </view> -->
<view class="park-content"> <view class="park-content">
为了更好的维护市场秩序遵守渠道规则也为了更好的服务客户请您耐心按照渠道商要求进行审单页面的填写 为了更好的维护市场秩序遵守渠道规则也为了更好的服务客户请您耐心按照渠道商要求进行审单页面的填写
</view> </view>
@ -98,8 +96,9 @@
提交审核 提交审核
</view> </view>
<view class="shendanCode" v-if="storeInfo.standard_image"> <view class="shendanCode" v-if="storeInfo.standard_image">
<image @click="previewImage(storeInfo.standard_image.preview_url)" <!-- @click="previewImage(storeInfo.standard_image.preview_url)" -->
:src="storeInfo.standard_image.preview_url" mode=""></image> <image
:src="storeInfo.standard_image.preview_url" show-menu-by-longpress mode=""></image>
<view class="name"> <view class="name">
审单疑问 欢迎咨询 审单疑问 欢迎咨询
</view> </view>
@ -136,7 +135,7 @@
background: { background: {
background: 'none' background: 'none'
}, },
indexBackgroundImage: 'https://www.amiami.com.cn/static/standard.png?t=1', indexBackgroundImage: 'https://www.amiami.com.cn/static/standard.png?t='+new Date().getTime(),
action: '', action: '',
header: '', header: '',
justList: [], justList: [],
@ -232,6 +231,7 @@
}); // onLoad }); // onLoad
} }
} }
uni.$emit('syncRefresh');
// //
uni.navigateBack({ uni.navigateBack({
delta: 1 // delta 1 delta: 1 // delta 1
@ -400,7 +400,7 @@
padding: 24rpx 32rpx; padding: 24rpx 32rpx;
background-color: #bdbbeb; background-color: #bdbbeb;
line-height: 34rpx; line-height: 34rpx;
margin: 30rpx auto 24rpx auto; margin: 370rpx auto 24rpx auto;
} }
.park-button { .park-button {

Loading…
Cancel
Save