Browse Source

【修改】 将图片素材换到本地

【删除】 副本页面
【修改】 用户id已修改为动态获取,而不是写死的1
master
邓平艺 4 years ago
parent
commit
a8e8629957
  1. 3
      common/request.js
  2. 82
      packages/addAddress/addAddress-副本.vue
  3. 2
      packages/addAddress/addAddress.vue
  4. 5
      packages/address/address.vue
  5. 4
      packages/ratingQueryDetail/ratingQueryDetail.vue
  6. 4
      packages/sonpingDetail/ratingTrajectory.vue
  7. 20
      packages/sonpingDetail/sonpingDetail.vue
  8. 6
      packages/sonpingDetail/viewDetail.vue
  9. 284
      pages/index/index - 副本.vue
  10. 35
      pages/index/index.vue
  11. 329
      pages/order/order-副本.vue
  12. 18
      pages/order/order.vue
  13. 227
      pages/order/wodedingdan_daiqueren-副本2.vue
  14. 349
      pages/order/wodedingdan_shaixuan-副本.vue
  15. 8
      pages/ratingCriteria/ratingCriteria.vue
  16. 12
      pages/write/baseInfo.vue
  17. 14
      pages/write/distribution.vue
  18. BIN
      static/icon/aixin.png
  19. 0
      static/icon/delete.png
  20. 0
      static/icon/edit.png
  21. BIN
      static/icon/level.png
  22. BIN
      static/icon/line.png
  23. 0
      static/icon/order1.png
  24. 0
      static/icon/order2.png
  25. 0
      static/icon/order3.png
  26. 0
      static/icon/order4.png
  27. BIN
      static/icon/order_status1.png
  28. BIN
      static/icon/order_status2.png
  29. BIN
      static/icon/order_status3.png
  30. BIN
      static/icon/order_status4.png
  31. BIN
      static/icon/tianxie1.png
  32. BIN
      static/icon/tianxie2.png
  33. BIN
      static/icon/tianxie3.png
  34. BIN
      static/icon/tianxie4.png
  35. BIN
      static/icon/tianxie5.png
  36. BIN
      static/icon/tianxie6.png
  37. BIN
      static/images/logo.png
  38. BIN
      static/下一步.png
  39. BIN
      static/全面评级.png
  40. BIN
      static/勾选.png
  41. BIN
      static/卡品评级.png
  42. BIN
      static/套壳服务.png
  43. BIN
      static/搜索.png
  44. BIN
      static/未选择.png
  45. BIN
      static/签名评级.png
  46. BIN
      static/默认头像.png

3
common/request.js

@ -71,8 +71,7 @@ export default function request(options){
// 判断传入用户token和id
let userInfo = uni.getStorageSync('userInfo') || {};
if(userInfo && userInfo.id && !data.user_id){
// data.user_id = userInfo.id; // todo userId 暂都传
data.user_id = 1;
data.user_id = userInfo.id;
}
// 获取页面options参数

82
packages/addAddress/addAddress-副本.vue

@ -1,82 +0,0 @@
<template>
<view class="pages">
<u-form
labelPosition="left"
labelWidth="100"
:model="model1"
ref="form1"
>
<u-form-item
label="收货人"
prop="userInfo.name"
borderBottom
ref="item1"
>
<u--input
border="none"
placeholder="请填写收货人姓名"
></u--input>
</u-form-item>
<u-form-item
label="手机号码"
prop="userInfo.sex"
borderBottom
ref="item1"
>
<u--input
disabledColor="#ffffff"
placeholder="请填写收货人手机号码"
border="none"
></u--input>
</u-form-item>
<u-form-item
label="所在区域"
prop="userInfo.sex"
borderBottom
ref="item1"
>
<u--input
disabled
disabledColor="#ffffff"
placeholder="请选择所在地区"
border="none"
></u--input>
<u-icon
slot="right"
name="arrow-right"
></u-icon>
</u-form-item>
<u-form-item
label="详细地址"
prop="userInfo.sex"
borderBottom
ref="item1"
>
<u--input
disabledColor="#ffffff"
placeholder="请填写详细地址:如道路、门牌号、楼栋号、单元室等"
border="none"
></u--input>
</u-form-item>
</u-form>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
view{
display: block;
}
</style>

2
packages/addAddress/addAddress.vue

@ -18,7 +18,7 @@
<text class="text_7" :class="{'black-color': regionNotEmpty}">{{ address.region.length > 0 ? address.region.join(',') : '请选择所在地区' }}</text>
</view>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_6"
/>
</view>

5
packages/address/address.vue

@ -16,8 +16,8 @@
</label>
</radio-group>
<view class="rightPanel">
<image class="optionsBtn" src="../../static/删除.png" @click.stop="remove(item.id)"></image>
<image class="optionsBtnEdit" src="../../static/编辑.png" @click.stop="$url('/packages/addAddress/addAddress?id='+ item.id)"></image>
<image class="optionsBtn" src="@/static/icon/delete.png" @click.stop="remove(item.id)"></image>
<image class="optionsBtnEdit" src="@/static/icon/edit.png" @click.stop="$url('/packages/addAddress/addAddress?id='+ item.id)"></image>
</view>
</view>
<view style="height: 30rpx;background-color: #F6F6F6;"></view>
@ -48,7 +48,6 @@
}
},
onShow(){
// todo
this.addressList = [];
this.getUserAddress();
},

4
packages/ratingQueryDetail/ratingQueryDetail.vue

@ -100,7 +100,7 @@
}
},
methods: {
// todo
// todo
setClipboardData(){
uni.setClipboardData({
data: '测试'
@ -167,7 +167,7 @@
margin-right: 78rpx;
margin-top: 6rpx;
padding: 80rpx 0;
background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793713644030.png');
background-image: url('https://qxk-img.leadfyy.com/qxk_app_images/pingfenkuang.png');
background-position: 0px 0px;
background-size: 100% 100%;
background-repeat: no-repeat;

4
packages/sonpingDetail/ratingTrajectory.vue

@ -15,9 +15,9 @@
<view class="card">
<u-steps current="0" direction="column" :dot="true">
<!-- todo 评级轨迹icon字段对接 -->
<u-steps-item :title="item.title" :desc="item.created_at" v-for="(item, index) in details.logs" :key="index">
<text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
<!-- <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text> -->
<image style="width: 30rpx; height: 30rpx;" :src="item.icon_url" slot="icon"></image>
</u-steps-item>
</u-steps>
</view>

20
packages/sonpingDetail/sonpingDetail.vue

@ -15,7 +15,7 @@
<text class="text_6">{{ details.order.num }}</text>
</view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497780150582913.png"
src="@/static/icon/rightArrow.png"
class="image_6"
/>
</view>
@ -25,7 +25,7 @@
<text class="text_8">{{ details.order.amount || '暂无' }}</text>
</view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497780230366393.png"
src="@/static/icon/rightArrow.png"
class="image_6"
/>
</view>
@ -37,7 +37,7 @@
<view class="text_11">{{ details.order.address.tel }}</view>
</view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497780269942998.png"
src="@/static/icon/rightArrow.png"
class="image_6"
/>
</view>
@ -48,12 +48,12 @@
<view class="flex-col group_13" @click="$url('/packages/sonpingDetail/ratingTrajectory?id='+ id)">
<view class="flex-row">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497775960694116.png"
:src="details.logs && details.logs[0].icon_url"
class="image_10"
/>
<text class="text_13">{{ details.logs && details.logs[0].title }}</text>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497780327296781.png"
src="@/static/icon/rightArrow.png"
class="image_6 image_11"
/>
</view>
@ -61,7 +61,7 @@
</view>
<view class="flex-row group_15">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497777959592422.png"
src="@/static/icon/aixin.png"
class="image_12"
/>
<text class="text_15">温馨提示如需发票请在订单完成后一个月内到官网申请</text>
@ -75,7 +75,7 @@
<text class="text_18">{{ details.order.express_type }} {{ details.order.express_numb }}</text>
</view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497780290849398.png"
src="@/static/icon/rightArrow.png"
class="image_6"
/>
</view>
@ -197,8 +197,8 @@
}
.image_6 {
margin: 10rpx 0 8rpx;
width: 16rpx;
height: 26rpx;
width: 44rpx;
height: 44rpx;
}
.equal-division-item {
margin-left: 28rpx;
@ -449,7 +449,7 @@
.text_13 {
margin-left: 10rpx;
display: inline-block;
width: 586rpx;
width: 557rpx;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;

6
packages/sonpingDetail/viewDetail.vue

@ -93,12 +93,6 @@
console.log("res", res)
this.order = res.data.datas.order;
},
previewImage(){
uni.previewImage({
urls: ['https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768927244914.png'],
current: 0
})
}
}
};
</script>

284
pages/index/index - 副本.vue

@ -1,284 +0,0 @@
<template>
<view class="content">
<view class="nav">
<view :style="{height:h+'px'}"></view>
<view class="navContent">
<view class="searchBtn">
<image class="searchIcon" src="../../static/搜索.png"></image>
</view>
<text class="title">评级中心</text>
<view style="flex: 1;"></view>
</view>
</view>
<view class="splitLine"></view>
<view class="headContent" @click="toSettings">
<view class="avatarPanle">
<view class="avatarContent">
<u-avatar size="56" :src="src"></u-avatar>
<u-badge class="badge" :absolute="true" numberType="overflow" :offset="[1,-10]" max="99" :value="value"></u-badge>
</view>
</view>
<view class="namePanel">
<text>请先登录</text>
<image class="nextIcon" src="../../static/下一步.png"></image>
</view>
</view>
<view style="height: 30rpx;background-color: #F6F6F6;"></view>
<view class="orderPanel">
<view class="orderPanelTop">
<view>
我的订单
</view>
<view>
<view>全部</view>
<image class="nextIcon" src="../../static/下一步.png"></image>
</view>
</view>
<view class="orderItemPanel">
<view class="orderItem">
<image class="orderIcon" src="../../static/待确认.png"></image>
<u-badge class="badge" :absolute="true" numberType="overflow" :offset="[0,0]" max="99" :value="value"></u-badge>
<text class="orderItemTitel">待确认</text>
</view>
<view class="orderItem">
<image class="orderIcon" src="../../static/评级中.png"></image>
<u-badge class="badge" :absolute="true" numberType="overflow" :offset="[0,0]" max="99" :value="value"></u-badge>
<text class="orderItemTitel">评级中</text>
</view>
<view class="orderItem">
<image class="orderIcon" src="../../static/待付款.png"></image>
<u-badge class="badge" :absolute="true" numberType="overflow" :offset="[0,0]" max="99" :value="value"></u-badge>
<text class="orderItemTitel">待付款</text>
</view>
<view class="orderItem">
<image class="orderIcon" src="../../static/待收货.png"></image>
<u-badge class="badge" :absolute="true" numberType="overflow" :offset="[0,0]" max="99" :value="value"></u-badge>
<text class="orderItemTitel">待收货</text>
</view>
</view>
<view style="height: 30rpx;background-color: #F6F6F6;"></view>
<view class="servicePanel">
<view class="serviceTitlePanel" >
<view>
<view>快速评级</view>
<view>7days</view>
</view>
<view>
<view>
查看详情
</view>
<image class="nextIcon" src="../../static/下一步.png"></image>
</view>
</view>
<view class="serviceItemPanel">
<view class="serviceItem serviceItemSelected">
<image class="serviceItemIcon" src="../../static/全面评级.png"></image>
<text class="serviceItemTitle">全面评级</text>
</view>
<view class="serviceItem serviceItemNormal">
<image class="serviceItemIcon" src="../../static/全面评级.png"></image>
<text class="serviceItemTitle">全面评级</text>
</view>
</view>
<view class="serviceItemPanel">
<view class="serviceItem serviceItemNormal">
<image class="serviceItemIcon" src="../../static/全面评级.png"></image>
<text class="serviceItemTitle">全面评级</text>
</view>
<view class="serviceItem serviceItemNormal">
<image class="serviceItemIcon" src="../../static/全面评级.png"></image>
<text class="serviceItemTitle">全面评级</text>
</view>
</view>
<view class="agreetPanel">
<view class="agreetTop">
<image class="checkBtn" src="../../static/勾选.png"></image>
<text>阅读并同意</text>
<text>相关协议</text>
</view>
<view class="serviceNextBtn">
<text>下一步</text>
</view>
</view>
</view>
<view class=""></view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
title: 'Hello',
h:0,
src:"https://cdn.uviewui.com/uview/album/1.jpg",
value:888,
type:"warning"
}
},
onLoad() {
let sysInfo = uni.getSystemInfoSync()
console.log(sysInfo)
this.h = sysInfo.statusBarHeight
},
onShow(){
// let sysInfo = uni.getStorageInfoSync()
// console.log(sysInfo)
// this.h = sysInfo.statusBarHeight
},
methods: {
toSettings(){
uni.navigateTo({
url:"../settings/settings"
})
}
}
}
</script>
<style>
.content {
display: flex;
flex-direction: column;
}
.nav{
display: flex;
flex-direction: column;
background-color: white;
}
.navContent{
display: flex;
flex-direction: row;
justify-content: space-between;
height: 44px;
align-items: center;
}
.searchIcon{
width: 38rpx;
height: 36rpx;
margin-left: 34rpx;
}
.searchBtn{
flex: 1;
display: flex;
align-items: center;
}
.title{
text-align: center;
color: #333333;
font-size: 36rpx;
font-weight: bold;
flex: 1;
}
.headContent{
height: 258rpx;
align-items: center;
flex-direction: column;
}
.avatarPanle{
margin-top: 40rpx;
}
.avatarContent{
display: block;
position: relative;
}
.badge{
background-color: #EA2B2B;
}
.nextIcon{
width: 44rpx;
height: 44rpx;
}
.namePanel{
margin-top: 20rpx;
font-size: 34rpx;
}
.orderIcon{
width: 60rpx;
height: 60rpx;
}
.orderPanel{
margin-top: 30rpx;
flex-direction: column;
}
.orderItem{
flex-direction: column;
position: relative;
align-items: center;
}
.orderItemPanel{
justify-content: space-around;
margin-bottom: 40rpx;
}
.orderPanelTop{
justify-content: space-between;
margin-left: 32rpx;
margin-right: 32rpx;
margin-bottom: 40rpx;
}
.orderItemTitel{
margin-top: 12rpx;
font-size: 28rpx;
color: #555555;
}
.serviceItem{
width: 332rpx;
height: 160rpx;
border-radius: 6rpx;
flex-direction: column;
justify-content: center;
align-items: center;
}
.serviceItemSelected{
border: #E7A23F 2rpx solid;
}
.serviceItemNormal{
border: #c3c3c3 2rpx solid;
}
.serviceItemIcon{
width: 50rpx;
height: 50rpx;
margin-bottom: 14rpx;
}
.servicePanel{
flex-direction: column;
}
.serviceItemPanel{
justify-content: space-around;
margin-top: 20rpx;
}
.serviceTitlePanel{
justify-content: space-between;
}
.checkBtn{
width: 44rpx;
height: 44rpx;
margin-right: 14rpx;
}
.agreetPanel{
flex-direction: column;
}
.agreetTop{
margin-left: 32rpx;
margin-top: 20rpx;
}
.serviceNextBtn{
margin-top: 20rpx;
height: 96rpx;
background-color: #E7A23F;
color: white;
margin-left: 32rpx;
margin-right: 32rpx;
align-items: center;
justify-content: center;
border-radius: 6rpx;
margin-bottom: 40rpx;
}
</style>

35
pages/index/index.vue

@ -7,9 +7,7 @@
</view>
</lf-header>
<view class="flex-col items-center group_3">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497755645259901.png"
class="image_6" />
<image src="@/static/icon/line.png" class="image_6" />
<view class="flex-col section_2">
<view class="flex-col">
<!-- 用户信息 -->
@ -18,9 +16,7 @@
<view class="flex-col items-end image-wrapper">
<image class="avatar" :src="user.avatar" mode="aspectFill" v-if="user.avatar"></image>
<image class="avatar" src="@/static/mrtx.png" mode="aspectFill" v-else></image>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497944681815904.png"
class="image_7" />
<image src="@/static/icon/level.png" class="image_7" />
<view class="flex-col items-center badge" v-if="$isRight(dots.system)">
<text>{{ dots.system > 99 ? '99+' : dots.system }}</text>
</view>
@ -37,17 +33,13 @@
<text class="text_4">我的订单</text>
<view class="right-group flex-row" @click="nextToOrder">
<text>全部</text>
<image
src="@/static/icon/rightArrow.png"
class="image_8" />
<image src="@/static/icon/rightArrow.png" class="image_8" />
</view>
</view>
<view class="justify-between equal-division" >
<view class="equal-division-item flex-col" @click="nextToOrder(1)">
<view class="top-group flex-col items-center">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746086268452.png"
class="image_11" />
<image src="@/static/icon/order1.png" class="image_11" />
<view class="flex-col items-center badge_1" v-if="$isRight(dots.unconfirmed)">
<text>{{ dots.unconfirmed }}</text>
</view>
@ -56,9 +48,7 @@
</view>
<view class="flex-col items-center equal-division-item_1" @click="nextToOrder(2)">
<view class="top-group flex-col items-center">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746226999392.png"
class="image_11" />
<image src="@/static/icon/order2.png" class="image_11" />
<view class="flex-col items-center badge_2" v-if="$isRight(dots.rating)">
<text>{{ dots.rating }}</text>
</view>
@ -67,9 +57,7 @@
</view>
<view class="flex-col items-center equal-division-item_2" @click="nextToOrder(3)">
<view class="top-group flex-col items-center">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746138565873.png"
class="image_11" />
<image src="@/static/icon/order3.png" class="image_11" />
<view class="flex-col items-center badge_2" v-if="$isRight(dots.paying)">
<text>{{ dots.paying }}</text>
</view>
@ -78,9 +66,7 @@
</view>
<view class="equal-division-item flex-col" @click="nextToOrder(4)">
<view class="top-group flex-col items-center">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746181954101.png"
class="image_11" />
<image src="@/static/icon/order4.png" class="image_11" />
<view class="flex-col items-center badge_2" v-if="$isRight(dots.shipping)">
<text>{{ dots.shipping }}</text>
</view>
@ -98,16 +84,11 @@
</view>
<view class="right-group flex-row" @click="$url('/pages/fastRating/fastRating')">
<text>查看详情</text>
<image
src="@/static/icon/rightArrow.png"
class="image_8" />
<image src="@/static/icon/rightArrow.png" class="image_8" />
</view>
</view>
<view class="grid">
<view class="flex-col items-center grid-item_1" @click="rateIndex = 0" :class="{'grid-item-active': rateIndex == 0}">
<!-- <image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497754868753243.png"
class="image_17" /> -->
<text class="qxk-iconfont qxk-icon-mulu lf-font-40"></text>
<text class="text_17">全面评级</text>
</view>

329
pages/order/order-副本.vue

@ -1,329 +0,0 @@
<template>
<view class="flex-col page">
<view class="flex-col group_4">
<view class="flex-col">
<view class="flex-col section_2">
<view class="justify-center group_5">
<text class="text_2">全部</text>
<text class="text_3">待确认</text>
<text class="text_4">评级中</text>
<text class="text_5">待付款</text>
<text class="text_6">待收货</text>
<view class="section_3"> </view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497796432960040.png"
class="image_6"
/>
</view>
<view class="section_4"> </view>
</view>
<view class="flex-col group_6">
<view class="flex-col section_5">
<view class="justify-between">
<view class="flex-row group_8">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497803048201750.png"
class="image_7"
/>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497802899488083.png"
class="image_7 image_9"
/>
<text class="text_7">定价</text>
</view>
<text class="text_8">待付款</text>
</view>
<view class="justify-between group_9">
<view class="flex-row">
<text>李丽丽</text>
<text class="text_10">15273936409</text>
</view>
<text>共2件</text>
</view>
<view class="group_11">
<text class="text_12">合计</text>
<text class="text_13">¥120.00</text>
</view>
<view class="justify-between group_12">
<text class="text_14">更多</text>
<view class="flex-col items-center text-wrapper">
<text>付款</text>
</view>
</view>
</view>
<view class="flex-col section_6">
<view class="justify-between group_13">
<view class="flex-row group_14">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497802876916797.png"
class="image_10"
/>
<view class="group_15">
<text class="text_16">全选</text>
<text class="text_17">(已选 x1)</text>
</view>
</view>
<view class="flex-row group_16">
<view class="group_17">
<text class="text_18">合计</text>
<text class="text_19">:</text>
<text class="text_20">¥ 0</text>
</view>
<view class="flex-col items-center text-wrapper_1">
<text>合并结算</text>
</view>
</view>
</view>
<view class="section_7"> </view>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {};
},
};
</script>
<style scoped lang="css">
.image_7 {
width: 40rpx;
height: 40rpx;
}
.page {
background-color: #f6f6f6;
width: 100%;
overflow-y: auto;
height: 100%;
}
.group_4 {
flex: 1 1 auto;
overflow-y: auto;
}
.section_2 {
padding-left: 38rpx;
padding-right: 32rpx;
background-color: rgb(255, 255, 255);
}
.group_6 {
padding-top: 2rpx;
}
.group_5 {
padding: 34rpx 0 14rpx;
}
.section_4 {
align-self: center;
background-color: rgb(231, 162, 63);
border-radius: 4rpx;
width: 68rpx;
height: 8rpx;
}
.section_5 {
padding: 40rpx 30rpx 0 32rpx;
background-color: rgb(255, 255, 255);
}
.section_6 {
margin-top: 828rpx;
padding: 0 32rpx 16rpx;
background-color: rgb(255, 255, 255);
}
.text_2 {
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_3 {
margin-left: 46rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_4 {
margin-left: 44rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_5 {
margin-left: 46rpx;
color: rgb(51, 51, 51);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_6 {
margin-left: 46rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.section_3 {
margin-left: 36rpx;
margin-top: 4rpx;
background-color: rgb(246, 246, 246);
border-radius: 1rpx;
width: 2rpx;
height: 34rpx;
}
.image_6 {
margin: 4rpx 0 4rpx 32rpx;
width: 36rpx;
height: 32rpx;
}
.group_9 {
margin-top: 30rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.group_11 {
margin-top: 20rpx;
align-self: flex-end;
white-space: nowrap;
}
.group_12 {
margin-top: 26rpx;
padding: 32rpx 2rpx 28rpx;
border-top: solid 2rpx rgb(239, 239, 239);
}
.group_13 {
padding: 18rpx 0 36rpx;
}
.section_7 {
align-self: center;
background-color: rgb(0, 0, 0);
border-radius: 4rpx;
width: 196rpx;
height: 8rpx;
}
.group_8 {
color: rgb(153, 153, 153);
font-size: 28rpx;
line-height: 40rpx;
white-space: nowrap;
}
.text_8 {
color: rgb(234, 43, 43);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_12 {
color: rgb(231, 162, 63);
font-size: 24rpx;
font-weight: 500;
line-height: 34rpx;
}
.text_13 {
color: rgb(231, 162, 63);
font-size: 32rpx;
font-weight: 600;
line-height: 44rpx;
}
.text_14 {
align-self: center;
color: rgb(153, 153, 153);
font-size: 28rpx;
line-height: 40rpx;
white-space: nowrap;
}
.text-wrapper {
padding: 10rpx 0;
color: rgb(234, 43, 43);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
border-radius: 32rpx;
width: 160rpx;
height: 64rpx;
border: solid 2rpx rgb(234, 43, 43);
}
.group_14 {
align-self: center;
}
.group_16 {
width: 296rpx;
}
.image_9 {
margin-left: 20rpx;
}
.text_7 {
margin-left: 12rpx;
}
.text_10 {
margin-left: 21rpx;
}
.image_10 {
width: 44rpx;
height: 44rpx;
}
.group_15 {
margin-left: 10rpx;
white-space: nowrap;
height: 40rpx;
}
.group_17 {
align-self: center;
white-space: nowrap;
height: 44rpx;
}
.text-wrapper_1 {
margin-left: 20rpx;
padding: 16rpx 0;
color: rgb(255, 255, 255);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
background-color: rgb(231, 162, 63);
border-radius: 36rpx;
width: 172rpx;
height: 72rpx;
}
.text_16 {
color: rgb(51, 51, 51);
font-size: 28rpx;
line-height: 40rpx;
}
.text_17 {
color: rgb(51, 51, 51);
font-size: 24rpx;
line-height: 34rpx;
}
.text_18 {
color: rgb(51, 51, 51);
font-size: 24rpx;
font-weight: 500;
line-height: 34rpx;
}
.text_19 {
color: rgb(119, 119, 119);
font-size: 24rpx;
font-weight: 500;
line-height: 34rpx;
}
.text_20 {
color: rgb(209, 161, 28);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
}
</style>

18
pages/order/order.vue

@ -80,13 +80,10 @@
<view class="flex-col section_5">
<view class="justify-between">
<view class="flex-row group_8">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497798740970822.png"
class="image_7"
/>
<text class="text_7">在线送评</text>
<image :src="showOrderStatusIcon(item.status)" class="image_7" />
<text class="text_7">{{ ['在线送评','确认收货','定价','发货'][item.status-1] }}</text>
</view>
<text class="text_8">{{ ['','待确认','评级中','待付款','待收货'][item.status] }}</text>
<text class="text_8" :style="{color: item.status_text_color}">{{ item.status_text }}</text>
</view>
<view class="justify-between group_9">
<view class="flex-row">
@ -145,6 +142,10 @@
<script>
import { orderList, cancelOrder, confirmOrder, doPay, changOrderAddress } from '@/service/order.js';
import orderStatus1 from '@/static/icon/order_status1.png';
import orderStatus2 from '@/static/icon/order_status2.png';
import orderStatus3 from '@/static/icon/order_status3.png';
import orderStatus4 from '@/static/icon/order_status4.png';
export default {
data(){
@ -245,6 +246,11 @@
// swiper
swiperContentHeight(){
return `calc(100vh - 80rpx - 10rpx)`;
},
showOrderStatusIcon(){
return function(status){
return [orderStatus1, orderStatus2, orderStatus3, orderStatus4][status-1]
}
}
},
watch: {

227
pages/order/wodedingdan_daiqueren-副本2.vue

@ -1,227 +0,0 @@
<template>
<view class="flex-col page">
<view class="flex-col group_4">
<view class="flex-col">
<view class="flex-col section_2">
<view class="justify-center group_5">
<text class="text_2">全部</text>
<text class="text_3">待确认</text>
<text class="text_4">评级中</text>
<text class="text_5">待付款</text>
<text class="text_6">待收货</text>
<view class="section_3"> </view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497798644145968.png"
class="image_6"
/>
</view>
<view class="section_4"> </view>
</view>
<view class="flex-col group_6">
<view class="flex-col section_5">
<view class="justify-between">
<view class="flex-row group_8">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497798740970822.png"
class="image_7"
/>
<text class="text_7">在线送评</text>
</view>
<text class="text_8">待确认</text>
</view>
<view class="justify-between group_9">
<view class="flex-row">
<text>李丽丽</text>
<text class="text_10">15273936409</text>
</view>
<text>共5件</text>
</view>
<view class="justify-between group_11">
<text class="text_12">更多</text>
<view class="flex-row">
<view class="flex-col items-center text-wrapper">
<text>取消</text>
</view>
<view class="flex-col items-center text-wrapper_1">
<text>寄送藏品</text>
</view>
</view>
</view>
</view>
<view class="section_6"> </view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {};
},
};
</script>
<style scoped lang="css">
.page {
background-color: #f6f6f6;
width: 100%;
overflow-y: auto;
height: 100%;
}
.group_4 {
flex: 1 1 auto;
overflow-y: auto;
}
.section_2 {
padding-left: 38rpx;
padding-right: 32rpx;
background-color: rgb(255, 255, 255);
}
.group_6 {
padding: 2rpx 0 16rpx;
}
.group_5 {
padding: 34rpx 0 14rpx;
}
.section_4 {
margin-left: 110rpx;
background-color: rgb(231, 162, 63);
border-radius: 4rpx;
width: 68rpx;
height: 8rpx;
}
.section_5 {
padding: 40rpx 32rpx 0;
background-color: rgb(255, 255, 255);
}
.section_6 {
margin-top: 1018rpx;
align-self: center;
background-color: rgb(0, 0, 0);
border-radius: 4rpx;
width: 196rpx;
height: 8rpx;
}
.text_2 {
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_3 {
margin-left: 46rpx;
color: rgb(51, 51, 51);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_4 {
margin-left: 44rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_5 {
margin-left: 46rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_6 {
margin-left: 46rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.section_3 {
margin-left: 36rpx;
margin-top: 4rpx;
background-color: rgb(246, 246, 246);
border-radius: 1rpx;
width: 2rpx;
height: 34rpx;
}
.image_6 {
margin: 4rpx 0 4rpx 32rpx;
width: 36rpx;
height: 32rpx;
}
.group_9 {
margin-top: 30rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.group_11 {
margin-top: 26rpx;
padding: 32rpx 0 28rpx;
border-top: solid 2rpx rgb(239, 239, 239);
}
.group_8 {
color: rgb(153, 153, 153);
font-size: 28rpx;
line-height: 40rpx;
white-space: nowrap;
}
.text_8 {
color: rgb(43, 102, 234);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_12 {
align-self: center;
color: rgb(153, 153, 153);
font-size: 28rpx;
line-height: 40rpx;
white-space: nowrap;
}
.image_7 {
width: 40rpx;
height: 40rpx;
}
.text_7 {
margin-left: 12rpx;
}
.text_10 {
margin-left: 21rpx;
}
.text-wrapper {
padding: 10rpx 0;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
border-radius: 32rpx;
width: 160rpx;
height: 64rpx;
border: solid 2rpx rgb(153, 153, 153);
}
.text-wrapper_1 {
margin-left: 18rpx;
padding: 10rpx 0;
color: rgb(231, 162, 63);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
border-radius: 32rpx;
width: 160rpx;
height: 64rpx;
border: solid 2rpx rgb(231, 162, 63);
}
</style>

349
pages/order/wodedingdan_shaixuan-副本.vue

@ -1,349 +0,0 @@
<template>
<view class="flex-col page">
<view class="flex-col group_4">
<view class="flex-col">
<view class="flex-col section_2">
<view class="justify-center group_5">
<text class="text_2">全部</text>
<text class="text_3">待确认</text>
<text class="text_4">评级中</text>
<text class="text_5">待付款</text>
<text class="text_6">待收货</text>
<view class="section_3"> </view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497796432960040.png"
class="image_6"
/>
</view>
<view class="section_4"> </view>
</view>
<view class="flex-col group_6">
<view class="flex-col section_5">
<view class="flex-col">
<text class="text_7">按收货确认时间</text>
<view class="flex-col group_8">
<view class="flex-row">
<view class="flex-col items-center text-wrapper">
<text>1个月内</text>
</view>
<view class="text-wrapper_1 flex-col items-center">
<text>3个月内</text>
</view>
<view class="text-wrapper_1 flex-col items-center view_3">
<text>6个月内</text>
</view>
<view class="text-wrapper_1 flex-col items-center">
<text>今年</text>
</view>
</view>
<view class="flex-row group_10">
<view class="left-text-wrapper flex-col items-center">
<text>2021</text>
</view>
<view class="left-text-wrapper flex-col items-center view_6">
<text>2020</text>
</view>
<view class="left-text-wrapper flex-col items-center view_7">
<text>2019</text>
</view>
</view>
</view>
</view>
<view class="flex-col group_11">
<text class="text_15">按送评信息</text>
<view class="flex-row group_12">
<view class="flex-col items-center text-wrapper_2">
<text>输入送评人姓名或手机号</text>
</view>
<view class="flex-col items-start text-wrapper_3">
<text class="text_17">输入标签</text>
</view>
</view>
</view>
<view class="flex-col group_13">
<text class="text_18">按送评信息</text>
<view class="flex-col items-start text-wrapper_4">
<text class="text_19">输入评级编号</text>
</view>
</view>
<view class="flex-row group_14">
<view class="flex-col items-center text-wrapper_5">
<text>重置</text>
</view>
<view class="flex-col items-center text-wrapper_6">
<text>确认</text>
</view>
</view>
</view>
<view class="flex-col items-center group_15">
<view class="section_6"> </view>
<view class="section_7"> </view>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {};
},
};
</script>
<style scoped lang="css">
.text-wrapper_1 {
margin-left: 16rpx;
flex: 1 1 160rpx;
color: rgb(51, 51, 51);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
padding: 14rpx 0;
background-color: rgb(246, 246, 246);
border-radius: 10rpx;
height: 68rpx;
}
.left-text-wrapper {
padding: 14rpx 0;
background-color: rgb(246, 246, 246);
border-radius: 10rpx;
width: 160rpx;
height: 68rpx;
}
.page {
background-color: #f6f6f6;
width: 100%;
overflow-y: auto;
height: 100%;
}
.group_4 {
flex: 1 1 auto;
overflow-y: auto;
}
.section_2 {
padding-left: 38rpx;
padding-right: 32rpx;
background-color: rgb(255, 255, 255);
}
.group_6 {
padding-top: 2rpx;
}
.group_5 {
padding: 34rpx 0 14rpx;
}
.section_4 {
margin-right: 114rpx;
align-self: flex-end;
background-color: rgb(231, 162, 63);
border-radius: 4rpx;
width: 68rpx;
height: 8rpx;
}
.section_5 {
padding: 40rpx 32rpx 50rpx;
background-color: rgb(255, 255, 255);
}
.group_15 {
padding: 506rpx 0 16rpx;
position: relative;
}
.text_2 {
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_3 {
margin-left: 46rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_4 {
margin-left: 44rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_5 {
margin-left: 46rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_6 {
margin-left: 46rpx;
color: rgb(51, 51, 51);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.section_3 {
margin-left: 36rpx;
margin-top: 4rpx;
background-color: rgb(246, 246, 246);
border-radius: 1rpx;
width: 2rpx;
height: 34rpx;
}
.image_6 {
margin: 4rpx 0 4rpx 32rpx;
width: 36rpx;
height: 32rpx;
}
.group_11 {
margin-top: 50rpx;
}
.group_13 {
margin-top: 50rpx;
}
.group_14 {
margin-top: 50rpx;
}
.section_6 {
background-color: rgb(0, 0, 0);
border-radius: 4rpx;
width: 196rpx;
height: 8rpx;
}
.section_7 {
background-color: rgba(0, 0, 0, 0.5);
width: 750rpx;
height: 528rpx;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
}
.text_7 {
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.group_8 {
margin-top: 20rpx;
}
.text_15 {
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.group_12 {
margin-top: 20rpx;
color: rgb(195, 195, 195);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_18 {
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text-wrapper_4 {
margin-top: 18rpx;
padding: 12rpx 0;
color: rgb(195, 195, 195);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
border-radius: 10rpx;
border: solid 2rpx rgb(195, 195, 195);
}
.text-wrapper_5 {
padding: 24rpx 0;
flex: 1 1 330rpx;
color: rgb(195, 195, 195);
font-size: 32rpx;
font-weight: 600;
line-height: 44rpx;
white-space: nowrap;
border-radius: 10rpx;
height: 96rpx;
border: solid 2rpx rgb(195, 195, 195);
}
.text-wrapper_6 {
margin-left: 26rpx;
padding: 26rpx 0;
flex: 1 1 330rpx;
color: rgb(255, 255, 255);
font-size: 32rpx;
font-weight: 600;
line-height: 44rpx;
white-space: nowrap;
background-color: rgb(231, 162, 63);
border-radius: 10rpx;
height: 96rpx;
}
.group_10 {
margin-top: 20rpx;
color: rgb(51, 51, 51);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text-wrapper_2 {
padding: 12rpx 0;
flex: 1 1 auto;
border-radius: 10rpx;
height: 68rpx;
border: solid 2rpx rgb(195, 195, 195);
}
.text-wrapper_3 {
margin-left: 28rpx;
padding: 12rpx 0;
border-radius: 10rpx;
width: 308rpx;
height: 68rpx;
border: solid 2rpx rgb(195, 195, 195);
}
.text_19 {
margin-left: 18rpx;
}
.text-wrapper {
padding: 14rpx 0;
flex: 1 1 160rpx;
color: rgb(255, 255, 255);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
background-color: rgb(231, 162, 63);
border-radius: 10rpx;
height: 68rpx;
}
.view_3 {
margin-left: 14rpx;
}
.view_6 {
margin-left: 16rpx;
}
.view_7 {
margin-left: 14rpx;
}
.text_17 {
margin-left: 18rpx;
}
</style>

8
pages/ratingCriteria/ratingCriteria.vue

@ -3,28 +3,28 @@
<view class="flex-col group_4">
<view class="flex-col section_2">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497790375572567.png"
src="@/static/images/logo.png"
class="image_6"
/>
<view class="flex-col group_5">
<view class="justify-between" @click="$url('/packages/article/article?type=about_us')">
<text>关于我们</text>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_7"
/>
</view>
<view class="justify-between group_7" @click="$url('/packages/article/article?type=card_design')">
<text>卡砖设计</text>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_7"
/>
</view>
<view class="justify-between group_8" @click="$url('/packages/article/article?type=rating_standard')">
<text>评级标准</text>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_7"
/>
</view>

12
pages/write/baseInfo.vue

@ -5,21 +5,21 @@
<view class="flex-row equal-division">
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893751612328.png"
src="@/static/icon/tianxie1.png"
class="image_6"
/>
<text class="text_2">填写信息</text>
</view>
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893763969052.png"
src="@/static/icon/tianxie2.png"
class="image_6"
/>
<text class="text_2">藏品寄送</text>
</view>
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893767537982.png"
src="@/static/icon/tianxie3.png"
class="image_6"
/>
<text class="text_2">评级</text>
@ -38,7 +38,7 @@
<text class="text_7">{{ address.tel }}</text>
</view>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_10 image_11"
/>
</view>
@ -51,7 +51,7 @@
<text class="lf-font-32">点击选择收货地址</text>
</view>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_10 image_11"
/>
</view>
@ -63,7 +63,7 @@
<!-- <view class="flex-row group_13">
<text>编辑</text>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
src="@/static/icon/rightArrow.png"
class="image_10"
/>
</view> -->

14
pages/write/distribution.vue

@ -6,21 +6,21 @@
<view class="flex-row equal-division">
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893751612328.png"
src="@/static/icon/tianxie4.png"
class="image_7"
/>
<text class="text_2">填写信息</text>
</view>
<view class="equal-division-item flex-col items-center">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497774314812625.png"
src="@/static/icon/tianxie5.png"
class="image_9"
/>
<text class="text_2">藏品寄送</text>
</view>
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893767537982.png"
src="@/static/icon/tianxie3.png"
class="image_7"
/>
<text class="text_2">评级</text>
@ -39,7 +39,7 @@
<text class="text_7">{{ expressIndex !== '' ? expressList[expressIndex].label : '请选择快递公司' }}</text>
</view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497774758380231.png"
src="@/static/icon/rightArrow.png"
class="image_11"
/>
</view>
@ -51,7 +51,7 @@
<u-input v-model="oddNumber" placeholder="请填写快递单号" maxlength="18"></u-input>
</view>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497774389520756.png"
src="@/static/icon/tianxie6.png"
class="image_5 image_12"
@click="scan"
/>
@ -316,8 +316,8 @@
}
.image_11 {
margin: 10rpx 0 8rpx;
width: 16rpx;
height: 26rpx;
width: 44rpx;
height: 44rpx;
}
.image_12 {
margin: 4rpx 0;

BIN
static/icon/aixin.png

After

Width: 30  |  Height: 30  |  Size: 1.2 KiB

0
static/删除.png → static/icon/delete.png

Before

Width: 44  |  Height: 44  |  Size: 1.2 KiB

After

Width: 44  |  Height: 44  |  Size: 1.2 KiB

0
static/编辑.png → static/icon/edit.png

Before

Width: 32  |  Height: 38  |  Size: 1.1 KiB

After

Width: 32  |  Height: 38  |  Size: 1.1 KiB

BIN
static/icon/level.png

After

Width: 40  |  Height: 40  |  Size: 1.3 KiB

BIN
static/icon/line.png

After

Width: 754  |  Height: 6  |  Size: 410 B

0
static/待确认.png → static/icon/order1.png

Before

Width: 60  |  Height: 60  |  Size: 2.0 KiB

After

Width: 60  |  Height: 60  |  Size: 2.0 KiB

0
static/评级中.png → static/icon/order2.png

Before

Width: 60  |  Height: 60  |  Size: 2.3 KiB

After

Width: 60  |  Height: 60  |  Size: 2.3 KiB

0
static/待付款.png → static/icon/order3.png

Before

Width: 60  |  Height: 60  |  Size: 1.7 KiB

After

Width: 60  |  Height: 60  |  Size: 1.7 KiB

0
static/待收货.png → static/icon/order4.png

Before

Width: 60  |  Height: 60  |  Size: 2.0 KiB

After

Width: 60  |  Height: 60  |  Size: 2.0 KiB

BIN
static/icon/order_status1.png

After

Width: 40  |  Height: 40  |  Size: 1.7 KiB

BIN
static/icon/order_status2.png

After

Width: 40  |  Height: 40  |  Size: 1.1 KiB

BIN
static/icon/order_status3.png

After

Width: 40  |  Height: 40  |  Size: 1.2 KiB

BIN
static/icon/order_status4.png

After

Width: 40  |  Height: 40  |  Size: 1.3 KiB

BIN
static/icon/tianxie1.png

After

Width: 80  |  Height: 80  |  Size: 4.1 KiB

BIN
static/icon/tianxie2.png

After

Width: 80  |  Height: 80  |  Size: 3.5 KiB

BIN
static/icon/tianxie3.png

After

Width: 80  |  Height: 80  |  Size: 2.8 KiB

BIN
static/icon/tianxie4.png

After

Width: 80  |  Height: 80  |  Size: 4.1 KiB

BIN
static/icon/tianxie5.png

After

Width: 80  |  Height: 80  |  Size: 4.0 KiB

BIN
static/icon/tianxie6.png

After

Width: 36  |  Height: 36  |  Size: 959 B

BIN
static/images/logo.png

After

Width: 220  |  Height: 220  |  Size: 70 KiB

BIN
static/下一步.png

Before

Width: 44  |  Height: 44  |  Size: 490 B

BIN
static/全面评级.png

Before

Width: 50  |  Height: 50  |  Size: 1.2 KiB

BIN
static/勾选.png

Before

Width: 44  |  Height: 44  |  Size: 1.2 KiB

BIN
static/卡品评级.png

Before

Width: 50  |  Height: 50  |  Size: 1.3 KiB

BIN
static/套壳服务.png

Before

Width: 50  |  Height: 50  |  Size: 1.8 KiB

BIN
static/搜索.png

Before

Width: 38  |  Height: 36  |  Size: 1.4 KiB

BIN
static/未选择.png

Before

Width: 44  |  Height: 44  |  Size: 1.2 KiB

BIN
static/签名评级.png

Before

Width: 50  |  Height: 50  |  Size: 1.1 KiB

BIN
static/默认头像.png

Before

Width: 112  |  Height: 112  |  Size: 7.9 KiB

Loading…
Cancel
Save