细节修改

version/0412
fanfan 9 months ago
parent 47e142a9d0
commit 22d3edd68b
  1. 2
      pages/index/index.vue
  2. 21
      pages/news/recycling/order.vue
  3. 2
      pages/news/user/index.vue
  4. 2
      pages/news3/shopOrder.vue
  5. 2
      pages/order/index.vue

@ -1965,7 +1965,7 @@
.serviceItem {
width: 202rpx;
height: 246rpx;
height: 202rpx;
display: inline-block;
position: relative;
margin-right: 26rpx;

@ -1,7 +1,7 @@
<template>
<view class="order">
<view class="order-navbar">
<u-navbar title="订单详情" :border-bottom="false" :background="isScroll?background:background1"></u-navbar>
<u-navbar title="订单详情" :border-bottom="false"></u-navbar>
</view>
<view class="order-hd">
<view class="l">
@ -146,8 +146,6 @@
</template>
<script>
// import img from "@/static/news/refund-bg.png"
// import img1 from "@/static/news/login-bg.png"
import * as newFunApi from '@/api/newFun'
export default {
data() {
@ -155,16 +153,6 @@
isScroll: true,
isShow: false,
currentIndex: 0,
background: {
background: `url(${this.$picUrl}/static/news/refund-bg.png) center -44px no-repeat`,
// background: 'url(' + img + ') center -44px no-repeat',
backgroundSize: '100%',
},
background1: {
background: `url(${this.$picUrl}/static/news/login-bg.png) center -44px no-repeat`,
// background: 'url(' + img1 + ') center -44px no-repeat',
backgroundSize: '100%',
},
recovery_id: '',
order_id: '',
infor: '',
@ -297,14 +285,17 @@
</script>
<style lang="scss" scoped>
::v-deep .u-navbar-fixed{
background: none !important;
}
.order {
width: 100%;
padding: 0 0 150rpx;
box-sizing: border-box;
overflow: hidden;
background: url(https://www.royaum.com.cn/static/news/login-bg.png?t=2) center top no-repeat;
background-size: 100% auto;
&-hd {
background: linear-gradient(180deg, #FCE2E7 0%, #FFFFFF 100%);
overflow: hidden;
.l {

@ -154,7 +154,7 @@
goJump(){
if(this.title=='会员管理'){
uni.navigateTo({
url:"/pages/news3/shopOrder?user_id="+this.form.user_id
url:"/pages/news3/shopOrder?user_id="+this.form.user_id+'&dataType='+'all'
})
}else{
uni.navigateTo({

@ -5,7 +5,7 @@
<view class="searchContent">
<u-search bg-color="#fafafa" :is-scroll="true" height="120" font-size="32" :current="curTab"
bar-width="56" bar-height="6" active-color="#3B3B3B" :show-bar='true' :duration="0.2"
@search="getListAfter" action-text='筛选' @custom="getListAfter" placeholder="输入订单编号/收件人名字/电话/商品名称"
@search="getListAfter" action-text='筛选' @custom="getListAfter" placeholder="输入订单编号"
v-model="keyword">
</u-search>
</view>

@ -3,7 +3,7 @@
<view class="search">
<view class="box">
<u-icon name="search" size="30" color="#8D8D8D"></u-icon>
<input type="search" @confirm="confirm" v-model='keyWords' placeholder="搜索订单" />
<input type="search" @confirm="confirm" v-model='keyWords' placeholder="输入订单编号" />
</view>
</view>
<!-- tab栏 -->

Loading…
Cancel
Save